Searched refs:CL_DEVICE_EXTENSIONS (Results 1 – 15 of 15) sorted by relevance
/third_party/boost/boost/compute/ |
D | device.hpp | 203 get_info<std::string>(CL_DEVICE_EXTENSIONS); in extensions() 554 ((std::string, CL_DEVICE_EXTENSIONS))
|
/third_party/boost/libs/compute/include/boost/compute/ |
D | device.hpp | 203 get_info<std::string>(CL_DEVICE_EXTENSIONS); in extensions() 554 ((std::string, CL_DEVICE_EXTENSIONS))
|
/third_party/flutter/skia/tools/ |
D | hello-opencl.cpp | 51 cl_ok(device.getInfo(CL_DEVICE_EXTENSIONS, &extensions)); in main()
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
D | device.cpp | 344 case CL_DEVICE_EXTENSIONS: in clGetDeviceInfo()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | PackedCLEnums_autogen.cpp | 324 case CL_DEVICE_EXTENSIONS: in FromCLenum() 552 return CL_DEVICE_EXTENSIONS; in ToCLenum()
|
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/ |
D | cl.h | 282 #define CL_DEVICE_EXTENSIONS 0x1030 macro
|
D | cl2.hpp | 1162 F(cl_device_info, CL_DEVICE_EXTENSIONS, string) \
|
D | cl.hpp | 1356 F(cl_device_info, CL_DEVICE_EXTENSIONS, STRING_CLASS) \
|
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/ |
D | opencl_runtime.cc | 163 supported_extensions_ = std::string(device_->getInfo<CL_DEVICE_EXTENSIONS>()); in InitGPUDevice()
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext_opencl.c | 187 { "device_extensions", CL_DEVICE_EXTENSIONS }, 263 CL_DEVICE_EXTENSIONS); in opencl_check_device_extension()
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
D | cl.h | 351 #define CL_DEVICE_EXTENSIONS 0x1030 macro
|
/third_party/mesa3d/include/CL/ |
D | cl.h | 349 #define CL_DEVICE_EXTENSIONS 0x1030 macro
|
D | cl2.hpp | 1229 F(cl_device_info, CL_DEVICE_EXTENSIONS, string) \
|
D | cl.hpp | 1386 F(cl_device_info, CL_DEVICE_EXTENSIONS, STRING_CLASS) \
|
/third_party/opencl-headers/CL/ |
D | cl.h | 351 #define CL_DEVICE_EXTENSIONS 0x1030 macro
|