Searched defs:VulkanType (Results 1 – 3 of 3) sorted by relevance
/external/gfxstream-protocols/registry/vulkan/scripts/cereal/ |
D | api_log_decoder.py | 191 def process_type(self, type: VulkanType): 300 def using_big_endian(self, type: VulkanType): 304 def get_length_expression(self, type: VulkanType) -> Optional[str]:
|
D | decoder.py | 163 def emit_dispatch_unmarshal(typeInfo: VulkanTypeInfo, param: VulkanType, cgen, globalWrapped):
|
/external/gfxstream-protocols/registry/vulkan/scripts/cereal/common/ |
D | vulkantypes.py | 193 class VulkanType(object): class 721 …def __init__(self, name: str, members: List[VulkanType], isUnion=False, structEnumExpr=None, struc… 752 def __init__(self, name: str, retType: VulkanType, parameters: list[VulkanType], origName=None): 1038 def iterateVulkanType(typeInfo: VulkanTypeInfo, vulkanType: VulkanType, forEachType):
|