Searched refs:CL_PLATFORM_VERSION (Results 1 – 15 of 15) sorted by relevance
/external/OpenCL-CTS/test_conformance/api/ |
D | negative_platform.cpp | 47 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()
|
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 | 64 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/ |
D | platform.cpp | 64 case CL_PLATFORM_VERSION: { in GetPlatformInfo()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | cl_device.cc | 289 return GetPlatformInfo(platform_id_, CL_PLATFORM_VERSION); in GetPlatformVersion()
|
/external/OpenCL-CTS/test_conformance/computeinfo/ |
D | extended_versioning.cpp | 214 get_platform_string(platform, CL_PLATFORM_VERSION)); in test_extended_versioning_platform_version()
|
D | main.cpp | 1199 CONFIG_INFO(0, 0, CL_PLATFORM_VERSION, string), 1227 if (info.opcode == CL_PLATFORM_VERSION) in getPlatformCapabilities()
|
/external/angle/src/common/ |
D | PackedCLEnums_autogen.cpp | 1813 case CL_PLATFORM_VERSION: in FromCLenum() 1841 return CL_PLATFORM_VERSION; in ToCLenum()
|
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | main.cpp | 780 clGetPlatformInfo(platform, CL_PLATFORM_VERSION, sizeof(c), &c, NULL); in InitCL()
|
/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/angle/include/CL/ |
D | cl.h | 277 #define CL_PLATFORM_VERSION 0x0901 macro
|
/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
D | cl.h | 277 #define CL_PLATFORM_VERSION 0x0901 macro
|
/external/ImageMagick/MagickCore/ |
D | opencl.c | 2249 if (clEnv->library->clGetPlatformInfo(platform,CL_PLATFORM_VERSION, in GetOpenCLDeviceCount()
|