Searched refs:addElementInfo (Results 1 - 1 of 1) sorted by relevance

/external/vulkan-validation-layers/scripts/
H A Dreg.py192 # addElementInfo(elem,info,infoName,dictionary) - add feature info to dict
225 # addElementInfo - add information about an element to the
234 def addElementInfo(self, elem, info, infoName, dictionary): member in class:Registry
276 self.addElementInfo(type, TypeInfo(type), 'type', self.typedict)
285 self.addElementInfo(group, GroupInfo(group), 'group', self.groupdict)
302 self.addElementInfo(enum, enumInfo, 'enum', self.enumdict)
317 self.addElementInfo(cmd, ci, 'command', self.cmddict)
325 self.addElementInfo(feature, featureInfo, 'feature', self.apidict)
330 self.addElementInfo(feature, featureInfo, 'extension', self.extdict)
392 self.addElementInfo(enu
[all...]

Completed in 130 milliseconds