Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dhostsyncgenerator.py38 def writeBlock(self, basename, title, contents): member in HostSynchronizationOutputGenerator
60 self.writeBlock('parameters.adoc',
63 self.writeBlock('parameterlists.adoc',
66 self.writeBlock('implicit.adoc',
Dsyncgenerator.py62 def writeBlock(self, basename, contents): member in SyncOutputGenerator
161 self.writeBlock(f'flagDefinitions/{name}{self.file_suffix}', output)
170 self.writeBlock(f'flagDefinitions/{name}{self.file_suffix}', output)
190 self.writeBlock(f'supportedPipelineStages{self.file_suffix}', output)
215 self.writeBlock(f'supportedAccessTypes{self.file_suffix}', output)
241 self.writeBlock(f'pipelineOrders/{file_name}{self.file_suffix}', output)
Dformatsgenerator.py89 self.writeBlock(f'compatibility{self.file_suffix}', compatibility_table)
112 self.writeBlock(f'packed{self.file_suffix}', packed_table)
119 self.writeBlock(f'spirvimageformat{self.file_suffix}', spirv_image_format_table)
147 self.writeBlock(f'planeformat{self.file_suffix}', plane_format_table)
152 def writeBlock(self, basename, contents): member in FormatsOutputGenerator
Dspirvcapgenerator.py204 self.writeBlock('captable.adoc', captable)
205 self.writeBlock('exttable.adoc', exttable)
210 def writeBlock(self, basename, contents): member in SpirvCapabilityOutputGenerator