Home
last modified time | relevance | path

Searched refs:sorted_structs (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/intel/genxml/
Dgen_sort_tags.py131 sorted_structs = OrderedDict()
134 s.add_xml(sorted_structs)
144 genxml[:] = enums + list(sorted_structs.values()) + instructions + registers
/external/rust/crates/vulkano/autogen/
Dproperties.rs80 .chain(sorted_structs(types).into_iter()) in make_vulkano_properties()
167 sorted_structs(types) in make_vulkano_properties_ffi()
217 fn sorted_structs<'a>( in sorted_structs() function
Dfeatures.rs135 .chain(sorted_structs(types).into_iter()) in make_vulkano_features()
271 sorted_structs(types) in make_vulkano_features_ffi()
321 fn sorted_structs<'a>( in sorted_structs() function