Home
last modified time | relevance | path

Searched refs:clGetPlatformIDs (Results 1 – 25 of 47) sorted by relevance

12

/external/OpenCL-CTS/test_common/gl/
Dsetup_win32.cpp96 clGetPlatformIDs(0, NULL, &nplatforms); in CreateCLContext()
97 clGetPlatformIDs(1, &platform, NULL); in CreateCLContext()
166 error = clGetPlatformIDs(1, &m_platform, NULL); in SupportsCLGLInterop()
Dsetup_x11.cpp78 error = clGetPlatformIDs(1, &platform, NULL); in SupportsCLGLInterop()
/external/OpenCL-CTS/test_conformance/api/
Dnegative_platform.cpp23 cl_int err = clGetPlatformIDs(0, &platform, nullptr); in test_negative_get_platform_ids()
30 err = clGetPlatformIDs(1, nullptr, nullptr); in test_negative_get_platform_ids()
Dtest_platform.cpp163 err = clGetPlatformIDs(16, platforms, &num_platforms); in test_get_platform_ids()
168 err = clGetPlatformIDs(num_platforms, platforms, NULL); in test_get_platform_ids()
/external/llvm-project/polly/lib/External/ppcg/m4/
Dax_check_opencl.m48 AC_CHECK_LIB([OpenCL], [clGetPlatformIDs], [
17 if (clGetPlatformIDs(1, &platform, NULL) < 0)
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/
Dmain.cpp98 cl_int error = clGetPlatformIDs(0, 0, &platformsNum); in DetectPlatformAndDevice()
106 error = clGetPlatformIDs(platformsNum, &platforms[0], 0); in DetectPlatformAndDevice()
/external/mesa3d/src/gallium/frontends/clover/api/
Dplatform.cpp38 clGetPlatformIDs(cl_uint num_entries, cl_platform_id *rd_platforms, in clGetPlatformIDs() function
211 return clGetPlatformIDs(num_entries, rd_platforms, rnum_platforms); in IcdGetPlatformIDsKHR()
Ddispatch.cpp27 clGetPlatformIDs,
Dcontext.cpp73 ret = clGetPlatformIDs(1, &d_platform, &num_platforms); in clCreateContextFromType()
/external/OpenCL-CTS/test_conformance/multiple_device_context/
Dtest_multiple_devices.cpp190 err = clGetPlatformIDs(1, &platform, NULL); in test_two_devices()
218 err = clGetPlatformIDs(1, &platform, NULL); in test_max_devices()
/external/angle/src/libOpenCL/
DlibOpenCL_autogen.map13 clGetPlatformIDs;
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dopencl_wrapper.cc120 LoadFunction(clGetPlatformIDs); in LoadOpenCLFunctions()
238 PFN_clGetPlatformIDs clGetPlatformIDs; in LoadOpenCLFunctions() variable
Dcl_device.cc298 clGetPlatformIDs(0, nullptr, &num_platforms); in CreateDefaultGPUDevice()
303 clGetPlatformIDs(num_platforms, platforms.data(), nullptr); in CreateDefaultGPUDevice()
/external/llvm-project/polly/lib/External/ppcg/
Docl_utilities.c87 err = clGetPlatformIDs(1, &platform, NULL); in opencl_create_device()
/external/OpenCL-CTS/test_conformance/gles/
Dsetup_egl.cpp157 error = clGetPlatformIDs(1, &_platform, NULL); in SupportsCLGLInterop()
/external/angle/src/libGLESv2/
Dcl_dispatch_table.cpp18 cl::clGetPlatformIDs,
Dproc_table_cl_autogen.cpp29 {{"clGetPlatformIDs", P(::cl::clGetPlatformIDs)}, in GetProcTable()
/external/OpenCL-CTS/test_conformance/gl/
Dtest_fence_sync.cpp312 clGetPlatformIDs(0, NULL, &nplatforms); in test_fence_sync_single()
313 clGetPlatformIDs(1, &platform, NULL); in test_fence_sync_single()
/external/OpenCL-CTS/test_conformance/d3d10/
Dmain.cpp32 …result = clGetPlatformIDs(1, &platform, NULL); NonTestRequire(result == CL_SUCCESS, "Failed to get… in main()
Dharness.cpp46 result = clGetPlatformIDs(1, &platform, NULL); in HarnessD3D10_ExtensionCheck()
/external/OpenCL-CTS/test_conformance/d3d11/
Dmain.cpp34 …result = clGetPlatformIDs(1, &platform, NULL); NonTestRequire(result == CL_SUCCESS, "Failed to get… in main()
Dharness.cpp49 result = clGetPlatformIDs( 1, &platform, NULL ); in HarnessD3D11_ExtensionCheck()
/external/ImageMagick/m4/
Dax_have_opencl.m4123 clGetPlatformIDs(0, NULL, NULL);
/external/OpenCL-CTS/test_common/harness/
DtestHarness.cpp341 err = clGetPlatformIDs(0, NULL, &num_platforms); in runTestHarnessWithCheck()
359 err = clGetPlatformIDs(num_platforms, platforms, NULL); in runTestHarnessWithCheck()
/external/ImageMagick/MagickCore/
Dopencl-private.h251 MAGICKpfn_clGetPlatformIDs clGetPlatformIDs;

12