Home
last modified time | relevance | path

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

/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py613 printer.write_struct("pPoolSizes", struct_VkDescriptorPoolSize, False, poolSizeCount, indent)
615 def struct_VkDescriptorPoolSize(printer, indent: int): function