Home
last modified time | relevance | path

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

12

/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()
Dnegative_platform.cpp46 clGetPlatformInfo(reinterpret_cast<cl_platform_id>(deviceID), in test_negative_get_platform_info()
56 err = clGetPlatformInfo(platform, INVALID_PARAM_VALUE, 0, nullptr, nullptr); in test_negative_get_platform_info()
65 clGetPlatformInfo(platform, CL_PLATFORM_VERSION, 0, &version, nullptr); in test_negative_get_platform_info()
Dtest_queries.cpp35 error = clGetPlatformInfo(platform, CL_PLATFORM_PROFILE, sizeof( buffer ), buffer, &length ); in test_get_platform_info()
53 error = clGetPlatformInfo(platform, CL_PLATFORM_PROFILE, 0, NULL, &length ); in test_get_platform_info()
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()
Dtest_api_consistency.cpp864 error = clGetPlatformInfo(platform, CL_PLATFORM_HOST_TIMER_RESOLUTION, in test_consistency_device_and_host_timer()
/external/angle/src/libANGLE/renderer/cl/
DCLPlatformCL.cpp33 if (platform->getDispatch().clGetPlatformInfo(platform, cl::ToCLenum(name), 0u, nullptr, in GetPlatformString()
37 if (platform->getDispatch().clGetPlatformInfo(platform, cl::ToCLenum(name), size, in GetPlatformString()
55 mNative->getDispatch().clGetPlatformInfo == nullptr || in createInfo()
180 mNative->getDispatch().clGetPlatformInfo(mNative, CL_PLATFORM_HOST_TIMER_RESOLUTION, in createInfo()
194 if (mNative->getDispatch().clGetPlatformInfo(mNative, CL_PLATFORM_NUMERIC_VERSION, in createInfo()
210 if (mNative->getDispatch().clGetPlatformInfo(mNative, CL_PLATFORM_EXTENSIONS_WITH_VERSION, in createInfo()
219 if (mNative->getDispatch().clGetPlatformInfo(mNative, CL_PLATFORM_EXTENSIONS_WITH_VERSION, in createInfo()
/external/OpenCL-CTS/test_conformance/computeinfo/
Dextended_versioning.cpp75 cl_int err = clGetPlatformInfo(platform, name, 0, nullptr, &size); in get_platform_string()
84 err = clGetPlatformInfo(platform, name, size, result.data(), nullptr); in get_platform_string()
223 clGetPlatformInfo(platform, CL_PLATFORM_NUMERIC_VERSION_KHR, in test_extended_versioning_platform_version()
319 cl_int err = clGetPlatformInfo( in test_extended_versioning_platform_extensions()
338 err = clGetPlatformInfo(platform, CL_PLATFORM_EXTENSIONS_WITH_VERSION_KHR, in test_extended_versioning_platform_extensions()
Dmain.cpp408 err = clGetPlatformInfo(platform, info->opcode, 0, NULL, in getPlatformConfigInfo()
414 err = clGetPlatformInfo(platform, info->opcode, config_size_set, in getPlatformConfigInfo()
420 err = clGetPlatformInfo(platform, info->opcode, 0, NULL, in getPlatformConfigInfo()
427 err = clGetPlatformInfo(platform, info->opcode, config_size_set, in getPlatformConfigInfo()
435 err = clGetPlatformInfo(platform, info->opcode, 0, NULL, in getPlatformConfigInfo()
439 err = clGetPlatformInfo(platform, info->opcode, config_size_set, in getPlatformConfigInfo()
946 if ((err = clGetPlatformInfo(platform, selector, 0, NULL, &size))) in print_platform_string_selector()
969 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()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_device.cc53 cl_int error = clGetPlatformInfo(id, info, sizeof(T), &result, nullptr); in GetPlatformInfo()
62 cl_int error = clGetPlatformInfo(id, info, 0, nullptr, &size); in GetPlatformInfo()
68 error = clGetPlatformInfo(id, info, size, &result[0], nullptr); in GetPlatformInfo()
Dopencl_wrapper.cc121 LoadFunction(clGetPlatformInfo); in LoadOpenCLFunctions()
239 PFN_clGetPlatformInfo clGetPlatformInfo; in LoadOpenCLFunctions() variable
Dopencl_wrapper.h525 extern PFN_clGetPlatformInfo clGetPlatformInfo;
/external/OpenCL-CTS/test_conformance/device_timer/
Dmain.cpp57 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/angle/src/libOpenCL/
DlibOpenCL_autogen.map14 clGetPlatformInfo;
DlibOpenCL_autogen.cpp22 cl_int CL_API_CALL clGetPlatformInfo(cl_platform_id platform, in clGetPlatformInfo() function
28 return cl::GetDispatch().clGetPlatformInfo(platform, param_name, param_value_size, param_value, in 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/angle/src/libGLESv2/
Dcl_dispatch_table.cpp19 cl::clGetPlatformInfo,
Dproc_table_cl_autogen.cpp30 {"clGetPlatformInfo", P(::cl::clGetPlatformInfo)}, in GetProcTable()
Dentry_points_cl_autogen.h23 cl_int CL_API_CALL clGetPlatformInfo(cl_platform_id platform,
/external/mesa3d/src/gallium/frontends/clover/api/
Dplatform.cpp215 clGetPlatformInfo(cl_platform_id d_platform, cl_platform_info param, in clGetPlatformInfo() function
/external/OpenCL-CTS/test_conformance/gl/
Dtest_fence_sync.cpp325 clGetPlatformInfo(platform, CL_PLATFORM_NAME, 0, NULL, &size); in test_fence_sync_single()
327 clGetPlatformInfo(platform, CL_PLATFORM_NAME, size, name, NULL); in test_fence_sync_single()
/external/ImageMagick/MagickCore/
Dopencl-private.h252 MAGICKpfn_clGetPlatformInfo clGetPlatformInfo;
Dopencl.c2249 if (clEnv->library->clGetPlatformInfo(platform,CL_PLATFORM_VERSION, in GetOpenCLDeviceCount()
2269 openCL_library->clGetPlatformInfo(platform,param_name,0,NULL,&length); in GetOpenCLPlatformString()
2271 openCL_library->clGetPlatformInfo(platform,param_name,length,value,NULL); in GetOpenCLPlatformString()
2523 BIND(clGetPlatformInfo); in BindOpenCLFunctions()
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dmain.cpp780 clGetPlatformInfo(platform, CL_PLATFORM_VERSION, sizeof(c), &c, NULL); in InitCL()

12