Searched refs:isCTS (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | json_parser.py | 322 isCTS = False, argument 333 self.isCTS = isCTS 459 if not self.isCTS and currentExtension != "VK_VERSION_1_0": 463 if not self.isCTS: 468 if not self.isCTS: 496 if not self.isCTS and currentExtension != "VK_VERSION_1_0": 500 if not self.isCTS: 511 if not self.isCTS: 526 self.isCTS = genOpts.isCTS 529 "int32_t" : "deInt32" if self.isCTS else "int32_t", [all …]
|
D | json_generator.py | 271 isCTS = False, argument 283 self.isCTS = isCTS 344 if self.isCTS and baseType == "float": 368 if self.isCTS and baseType == "float": 516 self.isCTS = genOpts.isCTS 519 "int32_t" : "deInt32" if self.isCTS else "int32_t", 520 "uint32_t" : "deUint32" if self.isCTS else "uint32_t", 521 "uint8_t" : "deUint8" if self.isCTS else "uint8_t", 522 "uint64_t" : "deUint64" if self.isCTS else "uint64_t", 526 "int64_t" : "deInt64" if self.isCTS else "int64_t", [all …]
|
D | genvk.py | 166 isCTS = args.isCTS 689 isCTS = isCTS, 775 isCTS = isCTS,
|