Searched refs:CL_DEVICE_NOT_FOUND (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Ddevice.cpp52 return CL_DEVICE_NOT_FOUND;
/external/mesa3d/include/CL/
H A Dcl.h100 #define CL_DEVICE_NOT_FOUND -1 macro
/external/opencv3/3rdparty/include/opencl/1.2/CL/
H A Dcl.h120 #define CL_DEVICE_NOT_FOUND -1 macro
/external/opencv3/modules/core/src/
H A Docl.cpp296 #define CL_DEVICE_NOT_FOUND -1 macro
2355 CV_OclDbgAssert(status == CL_SUCCESS || status == CL_DEVICE_NOT_FOUND);
2361 CV_OclDbgAssert(status == CL_SUCCESS || status == CL_DEVICE_NOT_FOUND);

Completed in 45 milliseconds