Searched refs:stype (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/ |
D | vk_struct_type_cast_gen.py | 50 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))
|
D | gen_enum_to_str.py | 386 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/ |
D | command_printer.py | 185 stype = self.write_enum("sType", vulkan_printer.VkStructureType, indent) 186 stype_str = vulkan_printer.VkStructureType.get(stype) 189 expected_stype, stype, stype_str))
|