Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/clover/api/
Dplatform.cpp64 case CL_PLATFORM_VERSION: { in GetPlatformInfo()
/external/OpenCL-CTS/test_conformance/api/
Dtest_platform.cpp197 err = clGetPlatformInfo(platforms[p], CL_PLATFORM_VERSION, 8192, string_returned, &size); in test_get_platform_ids()
Dtest_queries.cpp62 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/
Dextended_versioning.cpp213 get_platform_string(platform, CL_PLATFORM_VERSION)); in test_extended_versioning_platform_version()
Dmain.cpp989 CL_PLATFORM_VERSION); in test_computeinfo()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_device.cc410 return GetPlatformInfo(platform_id_, CL_PLATFORM_VERSION); in GetPlatformVersion()
/external/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()
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dmain.cpp1284 clGetPlatformInfo(platform, CL_PLATFORM_VERSION, sizeof(c), &c, NULL); in InitCL()
/external/ImageMagick/MagickCore/
Dopencl.c2250 if (clEnv->library->clGetPlatformInfo(platform,CL_PLATFORM_VERSION, in GetOpenCLDeviceCount()