/external/OpenCL-CTS/test_conformance/api/ |
D | test_platform.cpp | 87 err = clGetPlatformInfo(platformID, in test_platform_extensions() 188 err = clGetPlatformInfo(platforms[p], CL_PLATFORM_PROFILE, 8192, string_returned, &size); in test_get_platform_ids() 197 err = clGetPlatformInfo(platforms[p], CL_PLATFORM_VERSION, 8192, string_returned, &size); in test_get_platform_ids() 206 err = clGetPlatformInfo(platforms[p], CL_PLATFORM_NAME, 8192, string_returned, &size); in test_get_platform_ids() 215 err = clGetPlatformInfo(platforms[p], CL_PLATFORM_VENDOR, 8192, string_returned, &size); in test_get_platform_ids() 224 err = clGetPlatformInfo(platforms[p], CL_PLATFORM_EXTENSIONS, 8192, string_returned, &size); in test_get_platform_ids()
|
D | test_queries.cpp | 33 error = clGetPlatformInfo(platform, CL_PLATFORM_PROFILE, sizeof( buffer ), buffer, &length ); in test_get_platform_info() 51 error = clGetPlatformInfo(platform, CL_PLATFORM_PROFILE, 0, NULL, &length ); in test_get_platform_info() 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 | 74 cl_int err = clGetPlatformInfo(platform, name, 0, nullptr, &size); in get_platform_string() 83 err = clGetPlatformInfo(platform, name, size, result.data(), nullptr); in get_platform_string() 222 clGetPlatformInfo(platform, CL_PLATFORM_NUMERIC_VERSION_KHR, in test_extended_versioning_platform_version() 308 cl_int err = clGetPlatformInfo( in test_extended_versioning_platform_extensions() 327 err = clGetPlatformInfo(platform, CL_PLATFORM_EXTENSIONS_WITH_VERSION_KHR, in test_extended_versioning_platform_extensions()
|
D | main.cpp | 722 if ((err = clGetPlatformInfo(platform, selector, 0, NULL, &size))) in print_platform_string_selector() 745 if ((err = clGetPlatformInfo(platform, selector, size, value, NULL))) in print_platform_string_selector()
|
/external/OpenCL-CTS/test_common/gl/ |
D | setup_win32.cpp | 109 clGetPlatformInfo(platform, CL_PLATFORM_NAME, 0, NULL, &size); in CreateCLContext() 111 clGetPlatformInfo(platform, CL_PLATFORM_NAME, size, name, NULL); in CreateCLContext()
|
D | helpers.cpp | 2410 clGetPlatformInfo(platform, CL_PLATFORM_NAME, 0, NULL, &size); in init_clgl_ext() 2412 clGetPlatformInfo(platform, CL_PLATFORM_NAME, size, name, NULL); in init_clgl_ext()
|
/external/OpenCL-CTS/test_conformance/device_timer/ |
D | main.cpp | 54 error = clGetPlatformInfo(platform, CL_PLATFORM_HOST_TIMER_RESOLUTION, in InitCL()
|
D | test_device_timer.cpp | 151 …result = clGetPlatformInfo(platform, CL_PLATFORM_HOST_TIMER_RESOLUTION, sizeof(hostTimerResolution… in test_timer_resolution_queries()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | cl_device.cc | 51 cl_int error = clGetPlatformInfo(id, info, sizeof(T), &result, nullptr); in GetPlatformInfo() 60 cl_int error = clGetPlatformInfo(id, info, 0, nullptr, &size); in GetPlatformInfo() 66 error = clGetPlatformInfo(id, info, size, &result[0], nullptr); in GetPlatformInfo()
|
D | opencl_wrapper.cc | 65 LoadFunction(clGetPlatformInfo); in LoadOpenCLFunctions() 178 PFN_clGetPlatformInfo clGetPlatformInfo; variable
|
D | opencl_wrapper.h | 511 extern PFN_clGetPlatformInfo clGetPlatformInfo;
|
/external/OpenCL-CTS/test_conformance/d3d10/ |
D | harness.cpp | 48 result = clGetPlatformInfo(platform, CL_PLATFORM_EXTENSIONS, 0, NULL, &set_size); in HarnessD3D10_ExtensionCheck() 51 …result = clGetPlatformInfo(platform, CL_PLATFORM_EXTENSIONS, extensions.size(), extensions.data(),… in HarnessD3D10_ExtensionCheck()
|
/external/OpenCL-CTS/test_conformance/d3d11/ |
D | harness.cpp | 51 result = clGetPlatformInfo( platform, CL_PLATFORM_EXTENSIONS, 0, NULL, & size ); in HarnessD3D11_ExtensionCheck() 54 …result = clGetPlatformInfo( platform, CL_PLATFORM_EXTENSIONS, buffer.size(), & buffer.front(), & s… in HarnessD3D11_ExtensionCheck()
|
/external/mesa3d/src/gallium/frontends/clover/api/ |
D | platform.cpp | 215 clGetPlatformInfo(cl_platform_id d_platform, cl_platform_info param, in clGetPlatformInfo() function
|
/external/ImageMagick/MagickCore/ |
D | opencl.c | 2250 if (clEnv->library->clGetPlatformInfo(platform,CL_PLATFORM_VERSION, in GetOpenCLDeviceCount() 2371 openCL_library->clGetPlatformInfo(platforms[i],CL_PLATFORM_NAME,0,NULL, in LoadOpenCLDevices() 2375 openCL_library->clGetPlatformInfo(platforms[i],CL_PLATFORM_NAME,length, in LoadOpenCLDevices() 2378 openCL_library->clGetPlatformInfo(platforms[i],CL_PLATFORM_VENDOR,0,NULL, in LoadOpenCLDevices() 2382 openCL_library->clGetPlatformInfo(platforms[i],CL_PLATFORM_VENDOR,length, in LoadOpenCLDevices() 2500 BIND(clGetPlatformInfo); in BindOpenCLFunctions()
|
D | opencl-private.h | 252 MAGICKpfn_clGetPlatformInfo clGetPlatformInfo;
|
/external/OpenCL-CTS/test_conformance/gl/ |
D | test_fence_sync.cpp | 324 clGetPlatformInfo(platform, CL_PLATFORM_NAME, 0, NULL, &size); in test_fence_sync_single() 326 clGetPlatformInfo(platform, CL_PLATFORM_NAME, size, name, NULL); in test_fence_sync_single()
|
/external/mesa3d/include/CL/ |
D | cl.h | 950 clGetPlatformInfo(cl_platform_id platform,
|
D | cl_icd.h | 1107 cl_api_clGetPlatformInfo clGetPlatformInfo; member
|
D | cl2.hpp | 819 #define __GET_PLATFORM_INFO_ERR CL_HPP_ERR_STR_(clGetPlatformInfo) 1718 clGetPlatformInfo(platform, CL_PLATFORM_VERSION, 0, NULL, &size); in getPlatformVersion() 1721 clGetPlatformInfo(platform, CL_PLATFORM_VERSION, size, versionInfo.data(), &size); in getPlatformVersion() 2471 detail::getInfo(&::clGetPlatformInfo, object_, name, param), in getInfo()
|
D | cl.hpp | 376 #define __GET_PLATFORM_INFO_ERR __ERR_STR(clGetPlatformInfo) 1794 clGetPlatformInfo(platform, CL_PLATFORM_VERSION, 0, NULL, &size); in getPlatformVersion() 1796 clGetPlatformInfo(platform, CL_PLATFORM_VERSION, size, &versionInfo[0], &size); in getPlatformVersion() 2239 detail::getInfo(&::clGetPlatformInfo, object_, name, param), in getInfo()
|
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | main.cpp | 1284 clGetPlatformInfo(platform, CL_PLATFORM_VERSION, sizeof(c), &c, NULL); in InitCL()
|