Home
last modified time | relevance | path

Searched refs:CL_DEVICE_VERSION (Results 1 – 15 of 15) sorted by relevance

/third_party/boost/boost/compute/
Ddevice.hpp190 return get_info<std::string>(CL_DEVICE_VERSION); in version()
596 ((std::string, CL_DEVICE_VERSION))
/third_party/boost/libs/compute/include/boost/compute/
Ddevice.hpp190 return get_info<std::string>(CL_DEVICE_VERSION); in version()
596 ((std::string, CL_DEVICE_VERSION))
/third_party/flutter/skia/tools/
Dhello-opencl.cpp49 cl_ok(device.getInfo(CL_DEVICE_VERSION, &version)); in main()
/third_party/mesa3d/src/gallium/frontends/clover/api/
Ddevice.cpp340 case CL_DEVICE_VERSION: in clGetDeviceInfo()
/third_party/skia/third_party/externals/angle2/src/common/
DPackedCLEnums_autogen.cpp322 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/
Dcl.h281 #define CL_DEVICE_VERSION 0x102F macro
Dcl2.hpp1161 F(cl_device_info, CL_DEVICE_VERSION, string) \
Dcl.hpp1355 F(cl_device_info, CL_DEVICE_VERSION, STRING_CLASS) \
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/
Dopencl_runtime.cc108 const std::string device_version = device_->getInfo<CL_DEVICE_VERSION>(); in InitGPUDevice()
/third_party/skia/third_party/externals/angle2/include/CL/
Dcl.h350 #define CL_DEVICE_VERSION 0x102F macro
/third_party/mesa3d/include/CL/
Dcl.h348 #define CL_DEVICE_VERSION 0x102F macro
Dcl2.hpp1228 F(cl_device_info, CL_DEVICE_VERSION, string) \
Dcl.hpp1385 F(cl_device_info, CL_DEVICE_VERSION, STRING_CLASS) \
/third_party/opencl-headers/CL/
Dcl.h350 #define CL_DEVICE_VERSION 0x102F macro
/third_party/ffmpeg/libavutil/
Dhwcontext_opencl.c185 { "device_version", CL_DEVICE_VERSION },