Home
last modified time | relevance | path

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

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