Searched refs:generateFeature (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | reg.py | 1244 def generateFeature(self, fname, ftype, dictionary, explicit=False): member in Registry 1297 self.generateFeature(alias, 'type', self.typedict) 1302 self.generateFeature(requires, 'type', self.typedict) 1311 self.generateFeature(subtype.text, 'type', self.typedict) 1318 self.generateFeature(subtype.text, 'enum', self.enumdict) 1400 self.generateFeature(alias, 'command', self.cmddict) 1407 self.generateFeature(depname, 'type', self.typedict) 1411 self.generateFeature(alias, 'enum', self.enumdict) 1427 self.generateFeature(followupFeature, "type", self.typedict) 1437 self.generateFeature(t.get('name'), 'type', self.typedict, explicit=True) [all …]
|