Home
last modified time | relevance | path

Searched refs:CL_DEVICE_NOT_FOUND (Results 1 – 17 of 17) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/api/
Dcontext.cpp79 throw error(CL_DEVICE_NOT_FOUND); in clCreateContextFromType()
83 throw error(CL_DEVICE_NOT_FOUND); in clCreateContextFromType()
Ddevice.cpp67 throw error(CL_DEVICE_NOT_FOUND); in clGetDeviceIDs()
/third_party/boost/boost/compute/exception/
Dopencl_error.hpp80 case CL_DEVICE_NOT_FOUND: return "Device Not Found"; in to_string()
/third_party/boost/libs/compute/include/boost/compute/exception/
Dopencl_error.hpp80 case CL_DEVICE_NOT_FOUND: return "Device Not Found"; in to_string()
/third_party/boost/libs/compute/include/boost/compute/
Dplatform.hpp153 if(ret == CL_DEVICE_NOT_FOUND){ in device_count()
/third_party/boost/boost/compute/
Dplatform.hpp153 if(ret == CL_DEVICE_NOT_FOUND){ in device_count()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLPlatform.cpp207 return CL_DEVICE_NOT_FOUND; in getDeviceIDs()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/
Dutils.cc116 {CL_DEVICE_NOT_FOUND, "Device not found"},
/third_party/ffmpeg/libavutil/
Dhwcontext_opencl.c368 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()
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/
Dcl.h138 #define CL_DEVICE_NOT_FOUND -1 macro
Dcl2.hpp2756 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()
Dcl.hpp2592 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()
/third_party/skia/third_party/externals/angle2/include/CL/
Dcl.h190 #define CL_DEVICE_NOT_FOUND -1 macro
/third_party/mesa3d/include/CL/
Dcl.h188 #define CL_DEVICE_NOT_FOUND -1 macro
Dcl2.hpp2908 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()
Dcl.hpp2619 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()
/third_party/opencl-headers/CL/
Dcl.h190 #define CL_DEVICE_NOT_FOUND -1 macro