OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cl_device_partition_property_ext
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/include/CL/
cl_ext.h
158
typedef cl_ulong
cl_device_partition_property_ext
;
typedef
161
const
cl_device_partition_property_ext
* /* properties */,
168
const
cl_device_partition_property_ext
* /* properties */,
173
/*
cl_device_partition_property_ext
*/
199
/*
cl_device_partition_property_ext
list terminators */
200
#define CL_PROPERTIES_LIST_END_EXT ((
cl_device_partition_property_ext
) 0)
201
#define CL_PARTITION_BY_COUNTS_LIST_END_EXT ((
cl_device_partition_property_ext
) 0)
202
#define CL_PARTITION_BY_NAMES_LIST_END_EXT ((
cl_device_partition_property_ext
) 0 - 1)
cl.hpp
926
F(cl_device_info, CL_DEVICE_PARTITION_TYPES_EXT, VECTOR_CLASS<
cl_device_partition_property_ext
>) \
927
F(cl_device_info, CL_DEVICE_AFFINITY_DOMAINS_EXT, VECTOR_CLASS<
cl_device_partition_property_ext
>) \
929
F(cl_device_info, CL_DEVICE_PARTITION_STYLE_EXT, VECTOR_CLASS<
cl_device_partition_property_ext
>)
[
all
...]
/external/opencv3/3rdparty/include/opencl/1.2/CL/
cl_ext.h
195
typedef cl_ulong
cl_device_partition_property_ext
;
typedef
198
const
cl_device_partition_property_ext
* /* properties */,
205
const
cl_device_partition_property_ext
* /* properties */,
210
/*
cl_device_partition_property_ext
*/
236
/*
cl_device_partition_property_ext
list terminators */
237
#define CL_PROPERTIES_LIST_END_EXT ((
cl_device_partition_property_ext
) 0)
238
#define CL_PARTITION_BY_COUNTS_LIST_END_EXT ((
cl_device_partition_property_ext
) 0)
239
#define CL_PARTITION_BY_NAMES_LIST_END_EXT ((
cl_device_partition_property_ext
) 0 - 1)
cl.hpp
[
all
...]
Completed in 2905 milliseconds