Searched refs:CL_PLATFORM_VERSION (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/gallium/frontends/clover/api/ |
D | platform.cpp | 64 case CL_PLATFORM_VERSION: { in GetPlatformInfo()
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_platform.cpp | 197 err = clGetPlatformInfo(platforms[p], CL_PLATFORM_VERSION, 8192, string_returned, &size); in test_get_platform_ids()
|
D | test_queries.cpp | 62 error = clGetPlatformInfo(platform, CL_PLATFORM_VERSION, sizeof( buffer ), buffer, &length ); in test_get_platform_info() 121 error = clGetPlatformInfo(platform, CL_PLATFORM_VERSION, 0, NULL, &length ); in test_get_platform_info()
|
/external/OpenCL-CTS/test_conformance/computeinfo/ |
D | extended_versioning.cpp | 213 get_platform_string(platform, CL_PLATFORM_VERSION)); in test_extended_versioning_platform_version()
|
D | main.cpp | 989 CL_PLATFORM_VERSION); in test_computeinfo()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | cl_device.cc | 410 return GetPlatformInfo(platform_id_, CL_PLATFORM_VERSION); in GetPlatformVersion()
|
/external/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()
|
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | main.cpp | 1284 clGetPlatformInfo(platform, CL_PLATFORM_VERSION, sizeof(c), &c, NULL); in InitCL()
|
/external/ImageMagick/MagickCore/ |
D | opencl.c | 2250 if (clEnv->library->clGetPlatformInfo(platform,CL_PLATFORM_VERSION, in GetOpenCLDeviceCount()
|