Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dvk_struct_type_cast_gen.py50 def __init__(self, name, stype): argument
52 self.stype = stype
77 stype = struct_get_stype(struct_type)
78 if stype is not None:
79 structs.append(VkStruct(name, stype))
Dgen_enum_to_str.py386 def __init__(self, name, stype): argument
388 self.stype = stype
468 stype = struct_get_stype(struct_type)
469 if stype is not None:
470 struct_factory(name, stype=stype)
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dcommand_printer.py185 stype = self.write_enum("sType", vulkan_printer.VkStructureType, indent)
186 stype_str = vulkan_printer.VkStructureType.get(stype)
189 expected_stype, stype, stype_str))