Home
last modified time | relevance | path

Searched defs:VulkanAPI (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dapiconventions.py16 VulkanAPI = os.getenv('VULKAN_API', default=defaultAPI) variable
/third_party/vulkan-headers/registry/
Dapiconventions.py16 VulkanAPI = os.getenv('VULKAN_API', default=defaultAPI) variable
/third_party/mesa3d/src/gfxstream/codegen/scripts/cereal/
Ddecoder.py241 def __init__(self, api: VulkanAPI):
284 def emit_decode_parameters(typeInfo: VulkanTypeInfo, api: VulkanAPI, cgen, globalWrapped=False):
Dsubdecode.py157 def __init__(self, api: VulkanAPI):
/third_party/mesa3d/src/gfxstream/codegen/scripts/cereal/common/
Dvulkantypes.py833 class VulkanAPI(object): class