Searched defs:VulkanType (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/ |
D | api_log_decoder.py | 192 def process_type(self, type: VulkanType): 301 def using_big_endian(self, type: VulkanType): 305 def get_length_expression(self, type: VulkanType) -> Optional[str]:
|
D | decoder.py | 190 def emit_dispatch_unmarshal(typeInfo: VulkanTypeInfo, param: VulkanType, cgen, globalWrapped):
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/common/ |
D | vulkantypes.py | 307 class VulkanType(object): class 809 …def __init__(self, name: str, members: List[VulkanType], isUnion=False, structEnumExpr=None, struc… 849 def __init__(self, name: str, retType: VulkanType, parameters, origName=None): 1144 def iterateVulkanType(typeInfo: VulkanTypeInfo, vulkanType: VulkanType, forEachType):
|