Home
last modified time | relevance | path

Searched refs:clGetDeviceIDs (Results 1 – 25 of 41) sorted by relevance

12

/external/llvm-project/polly/lib/External/ppcg/
Docl_utilities.c96 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/
Dmain.cpp118 error = clGetDeviceIDs(platforms[i], gDeviceTypeSelected, 0, 0, in DetectPlatformAndDevice()
127 error = clGetDeviceIDs(platforms[i], gDeviceTypeSelected, devicesNum, in DetectPlatformAndDevice()
Dtest_get_device_ids.cpp32 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/
Dcontext.cpp77 ret = clGetDeviceIDs(d_platform, type, 0, NULL, &num_devices); in clCreateContextFromType()
81 ret = clGetDeviceIDs(d_platform, type, num_devices, devs.data(), 0); in clCreateContextFromType()
Ddispatch.cpp29 clGetDeviceIDs,
Ddevice.cpp31 clGetDeviceIDs(cl_platform_id d_platform, cl_device_type device_type, in clGetDeviceIDs() function
/external/OpenCL-CTS/test_conformance/api/
Dtest_platform.cpp232 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/
Dtest_multiple_devices.cpp194 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/
Dmain.cpp180 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/
Dax_check_opencl.m419 if (clGetDeviceIDs(platform, CL_DEVICE_TYPE_CPU, 1, &dev, NULL) < 0)
/external/OpenCL-CTS/test_common/gl/
Dsetup_x11.cpp83 error = clGetDeviceIDs(platform, device_type, 64, devices, &num_of_devices); in SupportsCLGLInterop()
Dsetup_osx.cpp110 error = clGetDeviceIDs(NULL, device_type, 64, devices, &num_of_devices); in SupportsCLGLInterop()
Dsetup_win32.cpp171 error = clGetDeviceIDs(m_platform, device_type, MAX_DEVICES, devices, &num_of_devices); in SupportsCLGLInterop()
/external/angle/src/libANGLE/renderer/cl/
DCLPlatformCL.cpp56 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/
DlibOpenCL_autogen.map15 clGetDeviceIDs;
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_device.cc307 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()
Dopencl_wrapper.cc122 LoadFunction(clGetDeviceIDs); in LoadOpenCLFunctions()
240 PFN_clGetDeviceIDs clGetDeviceIDs; in LoadOpenCLFunctions() variable
/external/OpenCL-CTS/test_conformance/d3d10/
Dharness.cpp58 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/
DtestHarness.cpp367 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/
Dharness.cpp66 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/
Dsetup_egl.cpp163 error = clGetDeviceIDs(_platform, device_type, MAX_DEVICES, devices, &num_of_devices); in SupportsCLGLInterop()
/external/angle/src/libGLESv2/
Dcl_dispatch_table.cpp20 cl::clGetDeviceIDs,
Dproc_table_cl_autogen.cpp31 {"clGetDeviceIDs", P(::cl::clGetDeviceIDs)}, in GetProcTable()
/external/OpenCL-CTS/test_conformance/computeinfo/
Dmain.cpp1326 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/
Dopencl-private.h254 MAGICKpfn_clGetDeviceIDs clGetDeviceIDs;

12