Searched refs:CL_DEVICE_VERSION (Results 1 – 15 of 15) sorted by relevance
/third_party/boost/boost/compute/ |
D | device.hpp | 190 return get_info<std::string>(CL_DEVICE_VERSION); in version() 596 ((std::string, CL_DEVICE_VERSION))
|
/third_party/boost/libs/compute/include/boost/compute/ |
D | device.hpp | 190 return get_info<std::string>(CL_DEVICE_VERSION); in version() 596 ((std::string, CL_DEVICE_VERSION))
|
/third_party/flutter/skia/tools/ |
D | hello-opencl.cpp | 49 cl_ok(device.getInfo(CL_DEVICE_VERSION, &version)); in main()
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
D | device.cpp | 340 case CL_DEVICE_VERSION: in clGetDeviceInfo()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | PackedCLEnums_autogen.cpp | 322 case CL_DEVICE_VERSION: in FromCLenum() 550 return CL_DEVICE_VERSION; in ToCLenum()
|
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/ |
D | cl.h | 281 #define CL_DEVICE_VERSION 0x102F macro
|
D | cl2.hpp | 1161 F(cl_device_info, CL_DEVICE_VERSION, string) \
|
D | cl.hpp | 1355 F(cl_device_info, CL_DEVICE_VERSION, STRING_CLASS) \
|
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/ |
D | opencl_runtime.cc | 108 const std::string device_version = device_->getInfo<CL_DEVICE_VERSION>(); in InitGPUDevice()
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
D | cl.h | 350 #define CL_DEVICE_VERSION 0x102F macro
|
/third_party/mesa3d/include/CL/ |
D | cl.h | 348 #define CL_DEVICE_VERSION 0x102F macro
|
D | cl2.hpp | 1228 F(cl_device_info, CL_DEVICE_VERSION, string) \
|
D | cl.hpp | 1385 F(cl_device_info, CL_DEVICE_VERSION, STRING_CLASS) \
|
/third_party/opencl-headers/CL/ |
D | cl.h | 350 #define CL_DEVICE_VERSION 0x102F macro
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext_opencl.c | 185 { "device_version", CL_DEVICE_VERSION },
|