Home
last modified time | relevance | path

Searched defs:VulkanType (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gfxstream/codegen/scripts/cereal/
H A Dapi_log_decoder.py197 def process_type(self, type: VulkanType):
306 def using_big_endian(self, type: VulkanType):
310 def get_length_expression(self, type: VulkanType) -> Optional[str]:
H A Ddecoder.py193 def emit_dispatch_unmarshal(typeInfo: VulkanTypeInfo, param: VulkanType, cgen, globalWrapped):
/aosp_15_r20/external/mesa3d/src/gfxstream/codegen/scripts/cereal/common/
H A Dvulkantypes.py296 class VulkanType(object): class
795 …def __init__(self, name: str, members: List[VulkanType], isUnion=False, structEnumExpr=None, struc…
835 def __init__(self, name: str, retType: VulkanType, parameters, origName=None):
1130 def iterateVulkanType(typeInfo: VulkanTypeInfo, vulkanType: VulkanType, forEachType):