Searched refs:cl_device_partition_property_ext (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/guest/mesa/include/CL/ |
D | cl_ext.h | 770 typedef cl_ulong cl_device_partition_property_ext; typedef 773 const cl_device_partition_property_ext * properties, 780 const cl_device_partition_property_ext * properties, 812 #define CL_PROPERTIES_LIST_END_EXT ((cl_device_partition_property_ext) 0) 813 #define CL_PARTITION_BY_COUNTS_LIST_END_EXT ((cl_device_partition_property_ext) 0) 814 #define CL_PARTITION_BY_NAMES_LIST_END_EXT ((cl_device_partition_property_ext) 0 - 1)
|
D | cl_icd.h | 1028 const cl_device_partition_property_ext *partition_properties,
|
D | opencl.hpp | 1409 F(cl_device_info, CL_DEVICE_PARTITION_TYPES_EXT, cl::vector<cl_device_partition_property_ext>) \ 1410 … F(cl_device_info, CL_DEVICE_AFFINITY_DOMAINS_EXT, cl::vector<cl_device_partition_property_ext>) \ 1412 F(cl_device_info, CL_DEVICE_PARTITION_STYLE_EXT, cl::vector<cl_device_partition_property_ext>) 2369 const cl_device_partition_property_ext * properties, in createSubDevices() 2375 const cl_device_partition_property_ext * /* properties */, in createSubDevices()
|
D | cl.hpp | 1503 … F(cl_device_info, CL_DEVICE_PARTITION_TYPES_EXT, VECTOR_CLASS<cl_device_partition_property_ext>) \ 1504 …F(cl_device_info, CL_DEVICE_AFFINITY_DOMAINS_EXT, VECTOR_CLASS<cl_device_partition_property_ext>) \ 1506 F(cl_device_info, CL_DEVICE_PARTITION_STYLE_EXT, VECTOR_CLASS<cl_device_partition_property_ext>) 2164 const cl_device_partition_property_ext * properties, in createSubDevices() 2170 const cl_device_partition_property_ext * /* properties */, in createSubDevices()
|