Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/opencl/runtime/generator/filter/
Dopencl_core_functions.list48 clGetDeviceIDs
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
Dopencl_core.hpp56 #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…
Dopencl_core_wrappers.hpp150 #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/
Dcontext.cpp68 ret = clGetDeviceIDs(0, type, 1, &dev, 0); in clCreateContextFromType()
Ddevice.cpp31 clGetDeviceIDs(cl_platform_id platform, cl_device_type device_type, in clGetDeviceIDs() function
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/
Dopencl_core_impl.hpp409 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/
Dcl.h461 clGetDeviceIDs(cl_platform_id /* platform */,
Dcl.hpp254 #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/
Docl.cpp842 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/
Dcl.h584 clGetDeviceIDs(cl_platform_id /* platform */,
Dcl.hpp341 #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()