Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/
Dvalidity.py52 self.addValidityEntry(msg, anchor=('extension', 'notenabled'))
54 def addValidityEntry(self, msg, anchor=None): member in ValidityCollection
110 self.addValidityEntry(other)
115 self.addValidityEntry(str(other), anchor=other.anchor)
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dvaliditygenerator.py1013 validity.addValidityEntry(vu, anchor = anchor )