Searched refs:CL_PLATFORM_VERSION (Results 1 – 13 of 13) sorted by relevance
/third_party/boost/libs/compute/include/boost/compute/ |
D | platform.hpp | 94 return get_info<std::string>(CL_PLATFORM_VERSION); in version() 238 ((std::string, CL_PLATFORM_VERSION))
|
/third_party/boost/boost/compute/ |
D | platform.hpp | 94 return get_info<std::string>(CL_PLATFORM_VERSION); in version() 238 ((std::string, CL_PLATFORM_VERSION))
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
D | platform.cpp | 72 case CL_PLATFORM_VERSION: { in GetPlatformInfo()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | PackedCLEnums_autogen.cpp | 1813 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/ |
D | cl.h | 218 #define CL_PLATFORM_VERSION 0x0901 macro
|
D | cl2.hpp | 1109 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()
|
D | cl.hpp | 1302 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/ |
D | cl.h | 277 #define CL_PLATFORM_VERSION 0x0901 macro
|
/third_party/mesa3d/include/CL/ |
D | cl.h | 275 #define CL_PLATFORM_VERSION 0x0901 macro
|
D | cl2.hpp | 1174 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()
|
D | cl.hpp | 1330 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/ |
D | cl.h | 277 #define CL_PLATFORM_VERSION 0x0901 macro
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext_opencl.c | 172 { "platform_version", CL_PLATFORM_VERSION },
|