Searched refs:noUnbox (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/ |
D | subdecode.py | 51 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)
|
D | decoder.py | 147 def emit_unmarshal(typeInfo, param, cgen, output = False, destroy = False, noUnbox = False): argument 175 if noUnbox: 185 "" if (output or noUnbox) else "unbox_", 295 …noUnbox = api.name in ["vkQueueFlushCommandsGOOGLE", "vkQueueFlushCommandsFromAuxMemoryGOOGLE"] an… 309 …mit_unmarshal(typeInfo, p, cgen, output = p.possiblyOutput(), destroy = destroy, noUnbox = noUnbox)
|