Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/scripts/
Dgen_ext_deps.py150 def getExtInfoDict(vkRegistry): argument
154 for feature in vkRegistry.features:
171 for ext in vkRegistry.extensions:
197 vkRegistry = registry.parse(VULKAN_XML) variable
199 …genExtDepInl(genExtDeps(getExtInfoDict(vkRegistry)), os.path.join(outputPath, "vkApiExtensionDepen…
Dohos_gen_ext_deps.py151 def getExtInfoDict(vkRegistry): argument
155 for feature in vkRegistry.features:
172 for ext in vkRegistry.extensions:
203 vkRegistry = registry.parse(VULKAN_XML) variable
205 …genExtDepInl(genExtDeps(getExtInfoDict(vkRegistry)), os.path.join(outputPath, "vkApiExtensionDepen…