/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 | negative_platform.cpp | 46 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()
|
D | test_queries.cpp | 35 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()
|
D | test_api_consistency.cpp | 864 error = clGetPlatformInfo(platform, CL_PLATFORM_HOST_TIMER_RESOLUTION, in test_consistency_device_and_host_timer()
|
/external/angle/src/libANGLE/renderer/cl/ |
D | CLPlatformCL.cpp | 33 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/ |
D | extended_versioning.cpp | 75 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()
|
D | main.cpp | 408 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/ |
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()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | cl_device.cc | 53 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()
|
D | opencl_wrapper.cc | 121 LoadFunction(clGetPlatformInfo); in LoadOpenCLFunctions() 239 PFN_clGetPlatformInfo clGetPlatformInfo; in LoadOpenCLFunctions() variable
|
D | opencl_wrapper.h | 525 extern PFN_clGetPlatformInfo clGetPlatformInfo;
|
/external/OpenCL-CTS/test_conformance/device_timer/ |
D | main.cpp | 57 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/angle/src/libOpenCL/ |
D | libOpenCL_autogen.map | 14 clGetPlatformInfo;
|
D | libOpenCL_autogen.cpp | 22 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/ |
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/angle/src/libGLESv2/ |
D | cl_dispatch_table.cpp | 19 cl::clGetPlatformInfo,
|
D | proc_table_cl_autogen.cpp | 30 {"clGetPlatformInfo", P(::cl::clGetPlatformInfo)}, in GetProcTable()
|
D | entry_points_cl_autogen.h | 23 cl_int CL_API_CALL clGetPlatformInfo(cl_platform_id platform,
|
/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/OpenCL-CTS/test_conformance/gl/ |
D | test_fence_sync.cpp | 325 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/ |
D | opencl-private.h | 252 MAGICKpfn_clGetPlatformInfo clGetPlatformInfo;
|
D | opencl.c | 2249 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/ |
D | main.cpp | 780 clGetPlatformInfo(platform, CL_PLATFORM_VERSION, sizeof(c), &c, NULL); in InitCL()
|