Searched defs:VulkanType (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gfxstream/codegen/scripts/cereal/ |
H A D | api_log_decoder.py | 197 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 D | decoder.py | 193 def emit_dispatch_unmarshal(typeInfo: VulkanTypeInfo, param: VulkanType, cgen, globalWrapped):
|
/aosp_15_r20/external/mesa3d/src/gfxstream/codegen/scripts/cereal/common/ |
H A D | vulkantypes.py | 296 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):
|