/external/OpenCL-CTS/test_common/gl/ |
D | setup_win32.cpp | 96 clGetPlatformIDs(0, NULL, &nplatforms); in CreateCLContext() 97 clGetPlatformIDs(1, &platform, NULL); in CreateCLContext() 166 error = clGetPlatformIDs(1, &m_platform, NULL); in SupportsCLGLInterop()
|
D | setup_x11.cpp | 78 error = clGetPlatformIDs(1, &platform, NULL); in SupportsCLGLInterop()
|
/external/OpenCL-CTS/test_conformance/api/ |
D | negative_platform.cpp | 23 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()
|
D | test_platform.cpp | 163 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/ |
D | ax_check_opencl.m4 | 8 AC_CHECK_LIB([OpenCL], [clGetPlatformIDs], [ 17 if (clGetPlatformIDs(1, &platform, NULL) < 0)
|
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/ |
D | main.cpp | 98 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/ |
D | platform.cpp | 38 clGetPlatformIDs(cl_uint num_entries, cl_platform_id *rd_platforms, in clGetPlatformIDs() function 211 return clGetPlatformIDs(num_entries, rd_platforms, rnum_platforms); in IcdGetPlatformIDsKHR()
|
D | dispatch.cpp | 27 clGetPlatformIDs,
|
D | context.cpp | 73 ret = clGetPlatformIDs(1, &d_platform, &num_platforms); in clCreateContextFromType()
|
/external/OpenCL-CTS/test_conformance/multiple_device_context/ |
D | test_multiple_devices.cpp | 190 err = clGetPlatformIDs(1, &platform, NULL); in test_two_devices() 218 err = clGetPlatformIDs(1, &platform, NULL); in test_max_devices()
|
/external/angle/src/libOpenCL/ |
D | libOpenCL_autogen.map | 13 clGetPlatformIDs;
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | opencl_wrapper.cc | 120 LoadFunction(clGetPlatformIDs); in LoadOpenCLFunctions() 238 PFN_clGetPlatformIDs clGetPlatformIDs; in LoadOpenCLFunctions() variable
|
D | cl_device.cc | 298 clGetPlatformIDs(0, nullptr, &num_platforms); in CreateDefaultGPUDevice() 303 clGetPlatformIDs(num_platforms, platforms.data(), nullptr); in CreateDefaultGPUDevice()
|
/external/llvm-project/polly/lib/External/ppcg/ |
D | ocl_utilities.c | 87 err = clGetPlatformIDs(1, &platform, NULL); in opencl_create_device()
|
/external/OpenCL-CTS/test_conformance/gles/ |
D | setup_egl.cpp | 157 error = clGetPlatformIDs(1, &_platform, NULL); in SupportsCLGLInterop()
|
/external/angle/src/libGLESv2/ |
D | cl_dispatch_table.cpp | 18 cl::clGetPlatformIDs,
|
D | proc_table_cl_autogen.cpp | 29 {{"clGetPlatformIDs", P(::cl::clGetPlatformIDs)}, in GetProcTable()
|
/external/OpenCL-CTS/test_conformance/gl/ |
D | test_fence_sync.cpp | 312 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/ |
D | main.cpp | 32 …result = clGetPlatformIDs(1, &platform, NULL); NonTestRequire(result == CL_SUCCESS, "Failed to get… in main()
|
D | harness.cpp | 46 result = clGetPlatformIDs(1, &platform, NULL); in HarnessD3D10_ExtensionCheck()
|
/external/OpenCL-CTS/test_conformance/d3d11/ |
D | main.cpp | 34 …result = clGetPlatformIDs(1, &platform, NULL); NonTestRequire(result == CL_SUCCESS, "Failed to get… in main()
|
D | harness.cpp | 49 result = clGetPlatformIDs( 1, &platform, NULL ); in HarnessD3D11_ExtensionCheck()
|
/external/ImageMagick/m4/ |
D | ax_have_opencl.m4 | 123 clGetPlatformIDs(0, NULL, NULL);
|
/external/OpenCL-CTS/test_common/harness/ |
D | testHarness.cpp | 341 err = clGetPlatformIDs(0, NULL, &num_platforms); in runTestHarnessWithCheck() 359 err = clGetPlatformIDs(num_platforms, platforms, NULL); in runTestHarnessWithCheck()
|
/external/ImageMagick/MagickCore/ |
D | opencl-private.h | 251 MAGICKpfn_clGetPlatformIDs clGetPlatformIDs;
|