Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dsyncgenerator.py83 def genSyncStage(self, stageinfo): argument
84 OutputGenerator.genSyncStage(self, stageinfo)
85 name = stageinfo.elem.get('name')
88 if stageinfo.condition is not None:
89 self.pipeline_stage_condition[name] = stageinfo.condition
91 syncsupport = stageinfo.elem.find('syncsupport')
95 syncequivalent = stageinfo.elem.find('syncequivalent')
Dgenerator.py1038 def genSyncStage(self, stageinfo): argument