Home
last modified time | relevance | path

Searched refs:clGetPlatformInfo (Results 1 – 22 of 22) sorted by relevance

/external/OpenCL-CTS/test_conformance/api/
Dtest_platform.cpp87 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()
Dtest_queries.cpp33 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/
Dextended_versioning.cpp74 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()
Dmain.cpp722 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/
Dsetup_win32.cpp109 clGetPlatformInfo(platform, CL_PLATFORM_NAME, 0, NULL, &size); in CreateCLContext()
111 clGetPlatformInfo(platform, CL_PLATFORM_NAME, size, name, NULL); in CreateCLContext()
Dhelpers.cpp2410 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/
Dmain.cpp54 error = clGetPlatformInfo(platform, CL_PLATFORM_HOST_TIMER_RESOLUTION, in InitCL()
Dtest_device_timer.cpp151 …result = clGetPlatformInfo(platform, CL_PLATFORM_HOST_TIMER_RESOLUTION, sizeof(hostTimerResolution… in test_timer_resolution_queries()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_device.cc51 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()
Dopencl_wrapper.cc65 LoadFunction(clGetPlatformInfo); in LoadOpenCLFunctions()
178 PFN_clGetPlatformInfo clGetPlatformInfo; variable
Dopencl_wrapper.h511 extern PFN_clGetPlatformInfo clGetPlatformInfo;
/external/OpenCL-CTS/test_conformance/d3d10/
Dharness.cpp48 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/
Dharness.cpp51 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/
Dplatform.cpp215 clGetPlatformInfo(cl_platform_id d_platform, cl_platform_info param, in clGetPlatformInfo() function
/external/ImageMagick/MagickCore/
Dopencl.c2250 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()
Dopencl-private.h252 MAGICKpfn_clGetPlatformInfo clGetPlatformInfo;
/external/OpenCL-CTS/test_conformance/gl/
Dtest_fence_sync.cpp324 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/
Dcl.h950 clGetPlatformInfo(cl_platform_id platform,
Dcl_icd.h1107 cl_api_clGetPlatformInfo clGetPlatformInfo; member
Dcl2.hpp819 #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()
Dcl.hpp376 #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/
Dmain.cpp1284 clGetPlatformInfo(platform, CL_PLATFORM_VERSION, sizeof(c), &c, NULL); in InitCL()