MCPcopy Create free account
hub / github.com/RenderKit/embree / validate

Function validate

kernels/level_zero/ze_wrapper.cpp:209–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207 }
208
209ze_result_t validate(ze_device_handle_t hDevice)
210 {
211 if (hDevice == nullptr)
212 return ZE_RESULT_ERROR_INVALID_NULL_HANDLE;
213
214 return ZE_RESULT_SUCCESS;
215 }
216
217ze_result_t validate(ze_rtas_device_exp_properties_t* pProperties)
218{

Callers 3

parseMethod · 0.85
parseMethod · 0.85
validateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected