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/
H A Dgen_ext_deps.py150 def getExtInfoDict(vkRegistry):
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, "vkApiExtensionDependencyInfo.inl"))
H A Dohos_gen_ext_deps.py151 def getExtInfoDict(vkRegistry):
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, "vkApiExtensionDependencyInfo.inl"))

Completed in 2 milliseconds