HomeSort by relevance Sort by last modified time
    Searched refs:cl_device_partition_property_ext (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/include/CL/
cl_ext.h 205 typedef cl_ulong cl_device_partition_property_ext; typedef
208 const cl_device_partition_property_ext * /* properties */,
215 const cl_device_partition_property_ext * /* properties */,
220 /* cl_device_partition_property_ext */
246 /* cl_device_partition_property_ext list terminators */
247 #define CL_PROPERTIES_LIST_END_EXT ((cl_device_partition_property_ext) 0)
248 #define CL_PARTITION_BY_COUNTS_LIST_END_EXT ((cl_device_partition_property_ext) 0)
249 #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/mesa3d/src/gallium/state_trackers/clover/api/
dispatch.hpp 627 const cl_device_partition_property_ext *partition_properties,

Completed in 193 milliseconds