Searched refs:cl_device_partition_property (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/3rdparty/include/opencl/1.2/CL/ |
D | cl.h | 59 typedef intptr_t cl_device_partition_property; typedef 599 const cl_device_partition_property * /* properties */,
|
D | cl.hpp | 1395 F(cl_device_info, CL_DEVICE_PARTITION_PROPERTIES, VECTOR_CLASS<cl_device_partition_property>) \ 1396 F(cl_device_info, CL_DEVICE_PARTITION_TYPE, VECTOR_CLASS<cl_device_partition_property>) \ 1981 const cl_device_partition_property * properties, in createSubDevices()
|
/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,… 286 …fn5<OPENCL_FN_clCreateSubDevices, cl_int, cl_device_id, const cl_device_partition_property*, cl_ui…
|
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/ |
D | opencl_core.hpp | 299 …T cl_int (CL_API_CALL*clCreateSubDevices)(cl_device_id, const cl_device_partition_property*, cl_ui…
|
D | opencl_core_wrappers.hpp | 59 inline cl_int clCreateSubDevices(cl_device_id p0, const cl_device_partition_property* p1, cl_uint p… in clCreateSubDevices()
|
/external/opencv3/modules/core/src/ |
D | ocl.cpp | 236 typedef intptr_t cl_device_partition_property; typedef
|