Home
last modified time | relevance | path

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

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