Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/api/
Dnegative_platform.cpp47 CL_PLATFORM_VERSION, sizeof(char*), nullptr, nullptr); in test_negative_get_platform_info()
65 clGetPlatformInfo(platform, CL_PLATFORM_VERSION, 0, &version, nullptr); in test_negative_get_platform_info()
Dtest_platform.cpp197 err = clGetPlatformInfo(platforms[p], CL_PLATFORM_VERSION, 8192, string_returned, &size); in test_get_platform_ids()
Dtest_queries.cpp64 error = clGetPlatformInfo(platform, CL_PLATFORM_VERSION, sizeof( buffer ), buffer, &length ); in test_get_platform_info()
123 error = clGetPlatformInfo(platform, CL_PLATFORM_VERSION, 0, NULL, &length ); in test_get_platform_info()
/external/mesa3d/src/gallium/frontends/clover/api/
Dplatform.cpp64 case CL_PLATFORM_VERSION: { in GetPlatformInfo()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_device.cc289 return GetPlatformInfo(platform_id_, CL_PLATFORM_VERSION); in GetPlatformVersion()
/external/OpenCL-CTS/test_conformance/computeinfo/
Dextended_versioning.cpp214 get_platform_string(platform, CL_PLATFORM_VERSION)); in test_extended_versioning_platform_version()
Dmain.cpp1199 CONFIG_INFO(0, 0, CL_PLATFORM_VERSION, string),
1227 if (info.opcode == CL_PLATFORM_VERSION) in getPlatformCapabilities()
/external/angle/src/common/
DPackedCLEnums_autogen.cpp1813 case CL_PLATFORM_VERSION: in FromCLenum()
1841 return CL_PLATFORM_VERSION; in ToCLenum()
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dmain.cpp780 clGetPlatformInfo(platform, CL_PLATFORM_VERSION, sizeof(c), &c, NULL); in InitCL()
/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/angle/include/CL/
Dcl.h277 #define CL_PLATFORM_VERSION 0x0901 macro
/external/OpenCL-CTS/dependencies/ocl-headers/CL/
Dcl.h277 #define CL_PLATFORM_VERSION 0x0901 macro
/external/ImageMagick/MagickCore/
Dopencl.c2249 if (clEnv->library->clGetPlatformInfo(platform,CL_PLATFORM_VERSION, in GetOpenCLDeviceCount()