Searched refs:clCreateSubDevices (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/core/src/opencl/runtime/generator/filter/ |
D | opencl_core_functions.list | 17 clCreateSubDevices
|
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/ |
D | opencl_core.hpp | 25 #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…
|
D | opencl_core_wrappers.hpp | 57 #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/ |
D | opencl_core_impl.hpp | 285 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/ |
D | cl.h | 598 clCreateSubDevices(cl_device_id /* in_device */,
|
D | cl.hpp | 434 #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()
|