Home
last modified time | relevance | path

Searched defs:typeInfo (Results 1 – 21 of 21) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/
Dencoder.py122 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 …]
Dsubdecode.py51 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
Ddecoder.py147 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 …]
Dvkextensionstructuretype.py20 def __init__(self, extensionName: str, module, typeInfo): argument
40 def __init__(self, module, typeInfo): argument
45 def __init__(self, module, typeInfo): argument
Dfrontend.py38 def __init__(self, module, typeInfo): argument
Ddecodersnapshot.py236 def emit_impl(typeInfo, api, cgen): argument
317 def emit_passthrough_to_impl(typeInfo, api, cgen): argument
321 def __init__(self, module, typeInfo): argument
Dunbox.py25 def __init__(self, module, typeInfo): argument
Dextensionstructs.py29 def __init__(self, module, typeInfo, variant="host"): argument
Dapi_log_decoder.py89 def __init__(self, module, typeInfo): argument
Ddispatch.py143 def __init__(self, module, typeInfo): argument
399 def __init__(self, module, typeInfo): argument
Dhandlemap.py171 def __init__(self, module, typeInfo): argument
Ddeepcopy.py265 def __init__(self, module, typeInfo): argument
Dfunctable.py210 def __init__(self, module, typeInfo): argument
Dtesting.py313 def __init__(self, module, typeInfo): argument
Dtransform.py215 …def __init__(self, module, typeInfo, resourceTrackerTypeName="ResourceTracker", resourceTrackerVar… argument
Dcounting.py500 def __init__(self, module, typeInfo): argument
Dmarshaling.py621 def __init__(self, module, typeInfo, variant="host"): argument
Dreservedmarshaling.py719 def __init__(self, module, typeInfo, variant="host"): argument
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/common/
Dcodegen.py659 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 …]
Dvulkantypes.py463 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/
DVkCommonOperations.cpp168 const auto& typeInfo = memProps->memoryTypes[i]; in getStagingMemoryTypeIndex() local
182 const auto& typeInfo = memProps->memoryTypes[i]; in getStagingMemoryTypeIndex() local