/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/ |
D | encoder.py | 122 def emit_custom_pre_validate(typeInfo, api, cgen): argument 139 def emit_custom_resource_preprocess(typeInfo, api, cgen): argument 148 def emit_custom_resource_postprocess(typeInfo, api, cgen): argument 157 def emit_count_marshal(typeInfo, param, cgen): argument 167 def emit_marshal(typeInfo, param, cgen): argument 186 def emit_unmarshal(typeInfo, param, cgen): argument 193 def emit_deepcopy(typeInfo, param, cgen): argument 200 def emit_transform(typeInfo, param, cgen, variant="tohost"): argument 207 def emit_handlemap_create(typeInfo, param, cgen): argument 219 def emit_handlemap_destroy(typeInfo, param, cgen): argument [all …]
|
D | subdecode.py | 51 def emit_unmarshal(typeInfo, param, cgen, output=False, destroy=False, noUnbox=False): argument 106 def emit_dispatch_unmarshal(typeInfo, param, cgen, globalWrapped): argument 144 def emit_transform(typeInfo, param, cgen, variant="tohost"): argument 200 def emit_decode_parameters(typeInfo, api, cgen, globalWrapped=False): argument 278 def emit_default_decoding(typeInfo, api, cgen): argument 283 def emit_global_state_wrapped_decoding(typeInfo, api, cgen): argument 287 def emit_global_state_wrapped_decoding_with_context(typeInfo, api, cgen): argument 320 def __init__(self, module, typeInfo): argument
|
D | decoder.py | 147 def emit_unmarshal(typeInfo, param, cgen, output = False, destroy = False, noUnbox = False): argument 215 def emit_transform(typeInfo, param, cgen, variant="tohost"): argument 222 def emit_marshal(typeInfo, param, cgen, handleMapOverwrites=False): argument 365 def emit_decode_parameters_writeback(typeInfo, api, cgen, autobox=True): argument 459 def emit_snapshot(typeInfo, api, cgen): argument 495 def emit_decoding(typeInfo, api, cgen, globalWrapped=False, context=False): argument 517 def emit_default_decoding(typeInfo, api, cgen): argument 520 def emit_global_state_wrapped_decoding(typeInfo, api, cgen): argument 523 def emit_global_state_wrapped_decoding_with_context(typeInfo, api, cgen): argument 573 def decode_vkInvalidateMappedMemoryRanges(typeInfo, api, cgen): argument [all …]
|
D | vkextensionstructuretype.py | 20 def __init__(self, extensionName: str, module, typeInfo): argument 40 def __init__(self, module, typeInfo): argument 45 def __init__(self, module, typeInfo): argument
|
D | frontend.py | 38 def __init__(self, module, typeInfo): argument
|
D | decodersnapshot.py | 236 def emit_impl(typeInfo, api, cgen): argument 317 def emit_passthrough_to_impl(typeInfo, api, cgen): argument 321 def __init__(self, module, typeInfo): argument
|
D | unbox.py | 25 def __init__(self, module, typeInfo): argument
|
D | extensionstructs.py | 29 def __init__(self, module, typeInfo, variant="host"): argument
|
D | api_log_decoder.py | 89 def __init__(self, module, typeInfo): argument
|
D | dispatch.py | 143 def __init__(self, module, typeInfo): argument 399 def __init__(self, module, typeInfo): argument
|
D | handlemap.py | 171 def __init__(self, module, typeInfo): argument
|
D | deepcopy.py | 265 def __init__(self, module, typeInfo): argument
|
D | functable.py | 210 def __init__(self, module, typeInfo): argument
|
D | testing.py | 313 def __init__(self, module, typeInfo): argument
|
D | transform.py | 215 …def __init__(self, module, typeInfo, resourceTrackerTypeName="ResourceTracker", resourceTrackerVar… argument
|
D | counting.py | 500 def __init__(self, module, typeInfo): argument
|
D | marshaling.py | 621 def __init__(self, module, typeInfo, variant="host"): argument
|
D | reservedmarshaling.py | 719 def __init__(self, module, typeInfo, variant="host"): argument
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/common/ |
D | codegen.py | 659 def validPrimitive(self, typeInfo, typeName): argument 663 def makePrimitiveStreamMethod(self, typeInfo, typeName, direction="write"): argument 684 def makePrimitiveStreamMethodInPlace(self, typeInfo, typeName, direction="write"): argument 705 def streamPrimitive(self, typeInfo, streamVar, accessExpr, accessType, direction="write"): argument 752 …def memcpyPrimitive(self, typeInfo, streamVar, accessExpr, accessType, variant, direction="write"): argument 814 def countPrimitive(self, typeInfo, accessType): argument 853 def makeApiFunc(self, typeInfo, apiName): argument 874 def makeDecl(self, typeInfo, apiName): argument 878 def makeDefinition(self, typeInfo, apiName, isStatic=False): argument 921 def onGenType(self, typeInfo, name, alias): argument [all …]
|
D | vulkantypes.py | 463 def isEnum(self, typeInfo): argument 466 def isBitmask(self, typeInfo): argument 510 def isSimpleValueType(self, typeInfo): argument 685 def makeVulkanTypeFromXMLTag(typeInfo, parentName: str, tag: Element) -> VulkanType: argument 1210 def registerTypeInfo(self, typeInfo): argument 1254 def __init__(self, typeInfo, structInfo, vulkanType): argument
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkCommonOperations.cpp | 168 const auto& typeInfo = memProps->memoryTypes[i]; in getStagingMemoryTypeIndex() local 182 const auto& typeInfo = memProps->memoryTypes[i]; in getStagingMemoryTypeIndex() local
|