Home
last modified time | relevance | path

Searched refs:clCreateSubDevices (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/core/src/opencl/runtime/generator/filter/
Dopencl_core_functions.list17 clCreateSubDevices
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
Dopencl_core.hpp25 #define clCreateSubDevices clCreateSubDevices_ macro
137 #undef clCreateSubDevices
138 #define clCreateSubDevices clCreateSubDevices_pfn macro
299 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clCreateSubDevices)(cl_device_id, const cl_device_part…
Dopencl_core_wrappers.hpp57 #undef clCreateSubDevices
58 #define clCreateSubDevices clCreateSubDevices_fn macro
59 inline cl_int clCreateSubDevices(cl_device_id p0, const cl_device_partition_property* p1, cl_uint p… in clCreateSubDevices() function
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/
Dopencl_core_impl.hpp285 cl_int (CL_API_CALL*clCreateSubDevices)(cl_device_id, const cl_device_partition_property*, cl_uint,…
287 …ynamicFnEntry clCreateSubDevices_definition = { "clCreateSubDevices", (void**)&clCreateSubDevices};
/external/opencv3/3rdparty/include/opencl/1.2/CL/
Dcl.h598 clCreateSubDevices(cl_device_id /* in_device */,
Dcl.hpp434 #define __CREATE_SUB_DEVICES __ERR_STR(clCreateSubDevices)
1985 cl_int err = clCreateSubDevices(object_, properties, 0, NULL, &n); in createSubDevices()
1991 err = clCreateSubDevices(object_, properties, n, ids, NULL); in createSubDevices()