Searched refs:CL_DEVICE_NOT_FOUND (Results 1 – 17 of 17) sorted by relevance
79 throw error(CL_DEVICE_NOT_FOUND); in clCreateContextFromType()83 throw error(CL_DEVICE_NOT_FOUND); in clCreateContextFromType()
67 throw error(CL_DEVICE_NOT_FOUND); in clGetDeviceIDs()
80 case CL_DEVICE_NOT_FOUND: return "Device Not Found"; in to_string()
153 if(ret == CL_DEVICE_NOT_FOUND){ in device_count()
207 return CL_DEVICE_NOT_FOUND; in getDeviceIDs()
116 {CL_DEVICE_NOT_FOUND, "Device not found"},
368 if (cle == CL_DEVICE_NOT_FOUND) { in opencl_enumerate_devices()947 if (cle == CL_DEVICE_NOT_FOUND) { in opencl_enumerate_intel_media_vaapi_devices()1035 if (cle == CL_DEVICE_NOT_FOUND) { in opencl_enumerate_dxva2_devices()1106 if (cle == CL_DEVICE_NOT_FOUND) { in opencl_enumerate_d3d11_devices()
138 #define CL_DEVICE_NOT_FOUND -1 macro
2756 if (error != CL_SUCCESS && error != CL_DEVICE_NOT_FOUND) { in Context()2770 detail::errHandler(CL_DEVICE_NOT_FOUND, __CREATE_CONTEXT_FROM_TYPE_ERR); in Context()2772 *err = CL_DEVICE_NOT_FOUND; in Context()
2592 if (error != CL_SUCCESS && error != CL_DEVICE_NOT_FOUND) { in Context()2606 detail::errHandler(CL_DEVICE_NOT_FOUND, __CREATE_CONTEXT_FROM_TYPE_ERR); in Context()2608 *err = CL_DEVICE_NOT_FOUND; in Context()
190 #define CL_DEVICE_NOT_FOUND -1 macro
188 #define CL_DEVICE_NOT_FOUND -1 macro
2908 if (error != CL_SUCCESS && error != CL_DEVICE_NOT_FOUND) { in Context()2922 detail::errHandler(CL_DEVICE_NOT_FOUND, __CREATE_CONTEXT_FROM_TYPE_ERR); in Context()2924 *err = CL_DEVICE_NOT_FOUND; in Context()
2619 if (error != CL_SUCCESS && error != CL_DEVICE_NOT_FOUND) { in Context()2633 detail::errHandler(CL_DEVICE_NOT_FOUND, __CREATE_CONTEXT_FROM_TYPE_ERR); in Context()2635 *err = CL_DEVICE_NOT_FOUND; in Context()