Home
last modified time | relevance | path

Searched refs:noUnbox (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/
Dsubdecode.py51 def emit_unmarshal(typeInfo, param, cgen, output=False, destroy=False, noUnbox=False): argument
83 if noUnbox:
99 "" if (output or noUnbox) else "unbox_",
217 noUnbox = False
236 ), destroy=destroy, noUnbox=noUnbox)
Ddecoder.py147 def emit_unmarshal(typeInfo, param, cgen, output = False, destroy = False, noUnbox = False): argument
175 if noUnbox:
185 "" if (output or noUnbox) else "unbox_",
295noUnbox = api.name in ["vkQueueFlushCommandsGOOGLE", "vkQueueFlushCommandsFromAuxMemoryGOOGLE"] an…
309 …mit_unmarshal(typeInfo, p, cgen, output = p.possiblyOutput(), destroy = destroy, noUnbox = noUnbox)