/external/llvm-project/polly/lib/External/ppcg/ |
D | ocl_utilities.c | 96 err = clGetDeviceIDs(platform, CL_DEVICE_TYPE_GPU, 1, &dev, in opencl_create_device() 99 err = clGetDeviceIDs(platform, CL_DEVICE_TYPE_CPU, 1, &dev, in opencl_create_device()
|
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/ |
D | main.cpp | 118 error = clGetDeviceIDs(platforms[i], gDeviceTypeSelected, 0, 0, in DetectPlatformAndDevice() 127 error = clGetDeviceIDs(platforms[i], gDeviceTypeSelected, devicesNum, in DetectPlatformAndDevice()
|
D | test_get_device_ids.cpp | 32 cl_int error = clGetDeviceIDs(gPlatformIDdetected, CL_DEVICE_TYPE_ALL, 0, 0, in get_device_ids() 42 error = clGetDeviceIDs(gPlatformIDdetected, CL_DEVICE_TYPE_ALL, in get_device_ids()
|
/external/mesa3d/src/gallium/frontends/clover/api/ |
D | context.cpp | 77 ret = clGetDeviceIDs(d_platform, type, 0, NULL, &num_devices); in clCreateContextFromType() 81 ret = clGetDeviceIDs(d_platform, type, num_devices, devs.data(), 0); in clCreateContextFromType()
|
D | dispatch.cpp | 29 clGetDeviceIDs,
|
D | device.cpp | 31 clGetDeviceIDs(cl_platform_id d_platform, cl_device_type device_type, in clGetDeviceIDs() function
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_platform.cpp | 232 err = clGetDeviceIDs(platforms[p], CL_DEVICE_TYPE_ALL, 0, NULL, &num_devices); in test_get_platform_ids() 236 err = clGetDeviceIDs(platforms[p], CL_DEVICE_TYPE_ALL, num_devices, devices, NULL); in test_get_platform_ids()
|
/external/OpenCL-CTS/test_conformance/multiple_device_context/ |
D | test_multiple_devices.cpp | 194 err = clGetDeviceIDs(platform, CL_DEVICE_TYPE_ALL, 2, devices, &numDevices ); in test_two_devices() 222 err = clGetDeviceIDs(platform, CL_DEVICE_TYPE_ALL, MAX_DEVICES, devices, &deviceCount ); in test_max_devices()
|
/external/OpenCL-CTS/test_conformance/SVM/ |
D | main.cpp | 180 error = clGetDeviceIDs(platform_id, CL_DEVICE_TYPE_ALL, 0, NULL, num_devices ); in create_cl_objects() 185 error = clGetDeviceIDs(platform_id, CL_DEVICE_TYPE_ALL, *num_devices, &devicesTmp[0], NULL ); in create_cl_objects()
|
/external/llvm-project/polly/lib/External/ppcg/m4/ |
D | ax_check_opencl.m4 | 19 if (clGetDeviceIDs(platform, CL_DEVICE_TYPE_CPU, 1, &dev, NULL) < 0)
|
/external/OpenCL-CTS/test_common/gl/ |
D | setup_x11.cpp | 83 error = clGetDeviceIDs(platform, device_type, 64, devices, &num_of_devices); in SupportsCLGLInterop()
|
D | setup_osx.cpp | 110 error = clGetDeviceIDs(NULL, device_type, 64, devices, &num_of_devices); in SupportsCLGLInterop()
|
D | setup_win32.cpp | 171 error = clGetDeviceIDs(m_platform, device_type, MAX_DEVICES, devices, &num_of_devices); in SupportsCLGLInterop()
|
/external/angle/src/libANGLE/renderer/cl/ |
D | CLPlatformCL.cpp | 56 mNative->getDispatch().clGetDeviceIDs == nullptr || in createInfo() 324 if (mNative->getDispatch().clGetDeviceIDs(mNative, CL_DEVICE_TYPE_ALL, 0u, nullptr, in createDevices() 328 if (mNative->getDispatch().clGetDeviceIDs(mNative, CL_DEVICE_TYPE_ALL, numDevices, in createDevices()
|
/external/angle/src/libOpenCL/ |
D | libOpenCL_autogen.map | 15 clGetDeviceIDs;
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | cl_device.cc | 307 clGetDeviceIDs(platform_id, CL_DEVICE_TYPE_GPU, 0, nullptr, &num_devices); in CreateDefaultGPUDevice() 313 clGetDeviceIDs(platform_id, CL_DEVICE_TYPE_GPU, num_devices, devices.data(), in CreateDefaultGPUDevice()
|
D | opencl_wrapper.cc | 122 LoadFunction(clGetDeviceIDs); in LoadOpenCLFunctions() 240 PFN_clGetDeviceIDs clGetDeviceIDs; in LoadOpenCLFunctions() variable
|
/external/OpenCL-CTS/test_conformance/d3d10/ |
D | harness.cpp | 58 result = clGetDeviceIDs(platform, CL_DEVICE_TYPE_ALL, 0, NULL, &devicesCount); in HarnessD3D10_ExtensionCheck() 61 result = clGetDeviceIDs(platform, CL_DEVICE_TYPE_ALL, devicesCount, &devices[0], NULL); in HarnessD3D10_ExtensionCheck()
|
/external/OpenCL-CTS/test_common/harness/ |
D | testHarness.cpp | 367 err = clGetDeviceIDs(platforms[choosen_platform_index], device_type, 0, in runTestHarnessWithCheck() 387 err = clGetDeviceIDs(platforms[choosen_platform_index], device_type, in runTestHarnessWithCheck() 919 error = clGetDeviceIDs(plat, CL_DEVICE_TYPE_ALL, 0, NULL, &actualCount); in GetOpposingDevice() 933 error = clGetDeviceIDs(plat, CL_DEVICE_TYPE_ALL, actualCount, otherDevices, in GetOpposingDevice()
|
/external/OpenCL-CTS/test_conformance/d3d11/ |
D | harness.cpp | 66 result = clGetDeviceIDs( platform, CL_DEVICE_TYPE_ALL, 0, NULL, & num_devices ); in HarnessD3D11_ExtensionCheck() 69 …result = clGetDeviceIDs( platform, CL_DEVICE_TYPE_ALL, devices.size(), & devices.front(), & num_de… in HarnessD3D11_ExtensionCheck()
|
/external/OpenCL-CTS/test_conformance/gles/ |
D | setup_egl.cpp | 163 error = clGetDeviceIDs(_platform, device_type, MAX_DEVICES, devices, &num_of_devices); in SupportsCLGLInterop()
|
/external/angle/src/libGLESv2/ |
D | cl_dispatch_table.cpp | 20 cl::clGetDeviceIDs,
|
D | proc_table_cl_autogen.cpp | 31 {"clGetDeviceIDs", P(::cl::clGetDeviceIDs)}, in GetProcTable()
|
/external/OpenCL-CTS/test_conformance/computeinfo/ |
D | main.cpp | 1326 err = clGetDeviceIDs(platform, device_type, 0, NULL, &num_devices); in test_computeinfo() 1349 err = clGetDeviceIDs(platform, device_type, num_devices, devices, NULL); in test_computeinfo() 1377 err = clGetDeviceIDs(platform, device_infos[onInfo].device_type, 0, in test_computeinfo() 1393 err = clGetDeviceIDs(platform, device_infos[onInfo].device_type, in test_computeinfo()
|
/external/ImageMagick/MagickCore/ |
D | opencl-private.h | 254 MAGICKpfn_clGetDeviceIDs clGetDeviceIDs;
|