Searched refs:cl_device_partition_property_ext (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/include/CL/ |
D | 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 */, 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)
|
D | 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>) 1223 const cl_device_partition_property_ext * properties, in createSubDevices() 1229 const cl_device_partition_property_ext * /* properties */, in createSubDevices()
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | dispatch.hpp | 627 const cl_device_partition_property_ext *partition_properties,
|