Searched refs:clGetDeviceIDs (Results 1 – 11 of 11) sorted by relevance
/external/opencv3/modules/core/src/opencl/runtime/generator/filter/ |
D | opencl_core_functions.list | 48 clGetDeviceIDs
|
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/ |
D | opencl_core.hpp | 56 #define clGetDeviceIDs clGetDeviceIDs_ macro 199 #undef clGetDeviceIDs 200 #define clGetDeviceIDs clGetDeviceIDs_pfn macro 330 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetDeviceIDs)(cl_platform_id, cl_device_type, cl_uin…
|
D | opencl_core_wrappers.hpp | 150 #undef clGetDeviceIDs 151 #define clGetDeviceIDs clGetDeviceIDs_fn macro 152 inline cl_int clGetDeviceIDs(cl_platform_id p0, cl_device_type p1, cl_uint p2, cl_device_id* p3, cl… in clGetDeviceIDs() function
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | context.cpp | 68 ret = clGetDeviceIDs(0, type, 1, &dev, 0); in clCreateContextFromType()
|
D | device.cpp | 31 clGetDeviceIDs(cl_platform_id platform, cl_device_type device_type, in clGetDeviceIDs() function
|
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/ |
D | opencl_core_impl.hpp | 409 cl_int (CL_API_CALL*clGetDeviceIDs)(cl_platform_id, cl_device_type, cl_uint, cl_device_id*, cl_uint… 411 …nst struct DynamicFnEntry clGetDeviceIDs_definition = { "clGetDeviceIDs", (void**)&clGetDeviceIDs};
|
/external/mesa3d/include/CL/ |
D | cl.h | 461 clGetDeviceIDs(cl_platform_id /* platform */,
|
D | cl.hpp | 254 #define __GET_DEVICE_IDS_ERR __ERR_STR(clGetDeviceIDs) 1302 cl_int err = ::clGetDeviceIDs(object_, type, 0, NULL, &n); in getDevices() 1308 err = ::clGetDeviceIDs(object_, type, n, ids, NULL); in getDevices()
|
/external/opencv3/modules/core/src/ |
D | ocl.cpp | 842 OCL_FUNC(cl_int, clGetDeviceIDs, 2354 cl_int status = clGetDeviceIDs(platforms[i], deviceType, 0, NULL, &count); in selectOpenCLDevice() 2360 status = clGetDeviceIDs(platforms[i], deviceType, count, &devices[base], &count); in selectOpenCLDevice() 2530 CV_OclDbgAssert(clGetDeviceIDs( pl, dtype, 0, 0, &nd0 ) == CL_SUCCESS); in Impl() 2535 CV_OclDbgAssert(clGetDeviceIDs( pl, dtype, nd0, dlist, &nd0 ) == CL_SUCCESS); in Impl() 5174 CV_OclDbgAssert(clGetDeviceIDs(platform, (cl_device_type)Device::TYPE_ALL, in getDevices() 5184 CV_OclDbgAssert(clGetDeviceIDs(platform, (cl_device_type)Device::TYPE_ALL, in getDevices()
|
/external/opencv3/3rdparty/include/opencl/1.2/CL/ |
D | cl.h | 584 clGetDeviceIDs(cl_platform_id /* platform */,
|
D | cl.hpp | 341 #define __GET_DEVICE_IDS_ERR __ERR_STR(clGetDeviceIDs) 2121 cl_int err = ::clGetDeviceIDs(object_, type, 0, NULL, &n); in getDevices() 2127 err = ::clGetDeviceIDs(object_, type, n, ids, NULL); in getDevices()
|