Home
last modified time | relevance | path

Searched refs:cl_device_partition_property_ext (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/include/CL/
H A Dcl_ext.h282 typedef cl_ulong cl_device_partition_property_ext; typedef
285 const cl_device_partition_property_ext * properties,
292 const cl_device_partition_property_ext * properties,
324 #define CL_PROPERTIES_LIST_END_EXT ((cl_device_partition_property_ext) 0)
325 #define CL_PARTITION_BY_COUNTS_LIST_END_EXT ((cl_device_partition_property_ext) 0)
326 #define CL_PARTITION_BY_NAMES_LIST_END_EXT ((cl_device_partition_property_ext) 0 - 1)
H A Dopencl.hpp1394 F(cl_device_info, CL_DEVICE_PARTITION_TYPES_EXT, cl::vector<cl_device_partition_property_ext>) \
1395 … F(cl_device_info, CL_DEVICE_AFFINITY_DOMAINS_EXT, cl::vector<cl_device_partition_property_ext>) \
1397 F(cl_device_info, CL_DEVICE_PARTITION_STYLE_EXT, cl::vector<cl_device_partition_property_ext>)
2375 const cl_device_partition_property_ext * properties, in createSubDevices()
2381 const cl_device_partition_property_ext * /* properties */, in createSubDevices()
H A Dcl_icd.h1028 const cl_device_partition_property_ext *partition_properties,
/aosp_15_r20/external/OpenCL-CTS/dependencies/ocl-headers/CL/
H A Dcl_ext.h770 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)
/aosp_15_r20/external/mesa3d/include/CL/
H A Dcl_ext.h770 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)
H A Dopencl.hpp1409 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()
H A Dcl_icd.h1028 const cl_device_partition_property_ext *partition_properties,
H A Dcl.hpp1503 … 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()
/aosp_15_r20/external/OpenCL-Headers/CL/
H A Dcl_ext.h1052 typedef cl_ulong cl_device_partition_property_ext; typedef
1081 #define CL_PROPERTIES_LIST_END_EXT ((cl_device_partition_property_ext)0)
1082 #define CL_PARTITION_BY_COUNTS_LIST_END_EXT ((cl_device_partition_property_ext)0)
1083 #define CL_PARTITION_BY_NAMES_LIST_END_EXT ((cl_device_partition_property_ext)0 - …
1103 const cl_device_partition_property_ext* properties,
1124 const cl_device_partition_property_ext* properties,
/aosp_15_r20/external/angle/include/CL/
H A Dcl_ext.h1062 typedef cl_ulong cl_device_partition_property_ext; typedef
1091 #define CL_PROPERTIES_LIST_END_EXT ((cl_device_partition_property_ext)0)
1092 #define CL_PARTITION_BY_COUNTS_LIST_END_EXT ((cl_device_partition_property_ext)0)
1093 #define CL_PARTITION_BY_NAMES_LIST_END_EXT ((cl_device_partition_property_ext)0 - …
1113 const cl_device_partition_property_ext* properties,
1134 const cl_device_partition_property_ext* properties,
/aosp_15_r20/external/OpenCL-CLHPP/include/CL/
H A Dopencl.hpp1527 F(cl_device_info, CL_DEVICE_PARTITION_TYPES_EXT, cl::vector<cl_device_partition_property_ext>) \
1528 … F(cl_device_info, CL_DEVICE_AFFINITY_DOMAINS_EXT, cl::vector<cl_device_partition_property_ext>) \
1530 F(cl_device_info, CL_DEVICE_PARTITION_STYLE_EXT, cl::vector<cl_device_partition_property_ext>)
2594 cl_int createSubDevices(const cl_device_partition_property_ext* properties,
3054 inline cl_int Device::createSubDevices(const cl_device_partition_property_ext* properties, in createSubDevices()
/aosp_15_r20/external/OpenCL-CLHPP/tests/
H A Dtest_openclhpp.cpp3692 cl_device_id device_in, const cl_device_partition_property_ext *properties, in clCreateSubDevicesEXT_testDevice_createSubDevices()
3715 const cl_device_partition_property_ext properties = in testDevice_createSubDevices()
/aosp_15_r20/external/OpenCL-ICD-Loader/test/layer/
H A Dicd_print_layer_generated.c1971 const cl_device_partition_property_ext* properties, in clCreateSubDevicesEXT_wrap()
/aosp_15_r20/external/OpenCL-ICD-Loader/loader/
H A Dicd_dispatch_generated.c5246 const cl_device_partition_property_ext* properties, in clCreateSubDevicesEXT()
5272 const cl_device_partition_property_ext* properties, in clCreateSubDevicesEXT_disp()