Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dvaliditygenerator.py562 if not self.isStructAlwaysValid(paramtype):
661 or not self.isStructAlwaysValid(paramtype))
739 if not self.isStructAlwaysValid(paramtype):
H A Dgenerator.py1202 def isStructAlwaysValid(self, structname): member in OutputGenerator
1206 raise RuntimeError("To use isStructAlwaysValid, be sure your options include a Conventions object.")
1219 self.logMsg('error', f'isStructAlwaysValid({structname}) - structure not found in typedict')
1246 if self.isStructAlwaysValid(member_type) is False:
/third_party/vulkan-headers/registry/
H A Dgenerator.py1202 def isStructAlwaysValid(self, structname): member in OutputGenerator
1206 raise RuntimeError("To use isStructAlwaysValid, be sure your options include a Conventions object.")
1219 self.logMsg('error', f'isStructAlwaysValid({structname}) - structure not found in typedict')
1246 if self.isStructAlwaysValid(member_type) is False:

Completed in 6 milliseconds