Searched refs:commandpropertiesentry (Results 1 – 1 of 1) sorted by relevance
/external/vulkan-validation-layers/ |
D | generator.py | 1316 …def writeInclude(self, directory, basename, validity, threadsafety, commandpropertiesentry, succes… argument 1340 if commandpropertiesentry is not None: 1346 write(commandpropertiesentry, file=fp) 2123 commandpropertiesentry = self.makeCommandPropertiesTableEntry(cmdinfo.elem, name) 2127 …self.writeInclude('validity/protos', name, validity, threadsafety, commandpropertiesentry, success…
|