Searched refs:cl_device_partition_property_ext (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/include/CL/ |
D | 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 */, 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)
|
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()
|