Home | History | Annotate | Download | only in vulkan-validation-layers

Lines Matching refs:subtype

418                 for subtype in type.elem.findall('.//type'):
419 self.gen.logMsg('diag', '*** markRequired: type requires dependent <type>', subtype.text)
420 self.markTypeRequired(subtype.text, required)
525 for subtype in f.elem.findall('.//type'):
527 subtype.text)
528 self.generateFeature(subtype.text, 'type', self.typedict)
529 for subtype in f.elem.findall('.//enum'):
531 subtype.text)
532 self.generateFeature(subtype.text, 'enum', self.enumdict)