Home
last modified time | relevance | path

Searched refs:matchedStructType (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_framework.py2505 matchedStructType = re.search(f'VkPhysicalDevice(\w+)Features', type, re.IGNORECASE) variable in .StructureFoundContinueToNextOne
2507 if matchedStructType and not matchedCoreStructType:
2616 matchedStructType = re.search(structureTypePattern, stName, re.IGNORECASE)
2617 if matchedStructType:
2657 matchedStructType = re.search(structureTypePatternNotExtension, ct.name, re.IGNORECASE)
2658 if matchedStructType:
H A Dohos_gen_framework.py2154 matchedStructType = re.search(f'VkPhysicalDevice(\w+)Features', type, re.IGNORECASE) variable in .StructureFoundContinueToNextOne
2156 if matchedStructType and not matchedCoreStructType:
2265 matchedStructType = re.search(structureTypePattern, stName, re.IGNORECASE)
2266 if matchedStructType:
2306 matchedStructType = re.search(structureTypePatternNotExtension, ct.name, re.IGNORECASE)
2307 if matchedStructType:

Completed in 9 milliseconds