Home
last modified time | relevance | path

Searched refs:CL_PLATFORM_VERSION (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/libs/compute/include/boost/compute/
Dplatform.hpp94 return get_info<std::string>(CL_PLATFORM_VERSION); in version()
238 ((std::string, CL_PLATFORM_VERSION))
/third_party/boost/boost/compute/
Dplatform.hpp94 return get_info<std::string>(CL_PLATFORM_VERSION); in version()
238 ((std::string, CL_PLATFORM_VERSION))
/third_party/mesa3d/src/gallium/frontends/clover/api/
Dplatform.cpp72 case CL_PLATFORM_VERSION: { in GetPlatformInfo()
/third_party/skia/third_party/externals/angle2/src/common/
DPackedCLEnums_autogen.cpp1813 case CL_PLATFORM_VERSION: in FromCLenum()
1841 return CL_PLATFORM_VERSION; in ToCLenum()
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/
Dcl.h218 #define CL_PLATFORM_VERSION 0x0901 macro
Dcl2.hpp1109 F(cl_platform_info, CL_PLATFORM_VERSION, string) \
1610 clGetPlatformInfo(platform, CL_PLATFORM_VERSION, 0, NULL, &size); in getPlatformVersion()
1613 clGetPlatformInfo(platform, CL_PLATFORM_VERSION, size, versionInfo.data(), &size); in getPlatformVersion()
Dcl.hpp1302 F(cl_platform_info, CL_PLATFORM_VERSION, STRING_CLASS) \
1767 clGetPlatformInfo(platform, CL_PLATFORM_VERSION, 0, NULL, &size); in getPlatformVersion()
1769 clGetPlatformInfo(platform, CL_PLATFORM_VERSION, size, &versionInfo[0], &size); in getPlatformVersion()
/third_party/skia/third_party/externals/angle2/include/CL/
Dcl.h277 #define CL_PLATFORM_VERSION 0x0901 macro
/third_party/mesa3d/include/CL/
Dcl.h275 #define CL_PLATFORM_VERSION 0x0901 macro
Dcl2.hpp1174 F(cl_platform_info, CL_PLATFORM_VERSION, string) \
1718 clGetPlatformInfo(platform, CL_PLATFORM_VERSION, 0, NULL, &size); in getPlatformVersion()
1721 clGetPlatformInfo(platform, CL_PLATFORM_VERSION, size, versionInfo.data(), &size); in getPlatformVersion()
Dcl.hpp1330 F(cl_platform_info, CL_PLATFORM_VERSION, STRING_CLASS) \
1794 clGetPlatformInfo(platform, CL_PLATFORM_VERSION, 0, NULL, &size); in getPlatformVersion()
1796 clGetPlatformInfo(platform, CL_PLATFORM_VERSION, size, &versionInfo[0], &size); in getPlatformVersion()
/third_party/opencl-headers/CL/
Dcl.h277 #define CL_PLATFORM_VERSION 0x0901 macro
/third_party/ffmpeg/libavutil/
Dhwcontext_opencl.c172 { "platform_version", CL_PLATFORM_VERSION },