Home
last modified time | relevance | path

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

/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py531 def struct_VkAttachmentReference(printer, indent: int): function
1080 …printer.write_struct("pInputAttachments", struct_VkAttachmentReference, False, inputAttachmentCoun…
1082 …printer.write_struct("pColorAttachments", struct_VkAttachmentReference, False, colorAttachmentCoun…
1083 …printer.write_struct("pResolveAttachments", struct_VkAttachmentReference, True, colorAttachmentCou…
1084 … printer.write_struct("pDepthStencilAttachment", struct_VkAttachmentReference, True, None, indent)