Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/
Ddecoder.py365 def emit_decode_parameters_writeback(typeInfo, api, cgen, autobox=True): argument
382 if autobox and p.nonDispatchableHandleCreate:
387 if (not autobox) and p.nonDispatchableHandleCreate:
393 if autobox and p.nonDispatchableHandleCreate:
397 if (not autobox) and p.nonDispatchableHandleCreate:
507 emit_decode_parameters_writeback(typeInfo, api, cgen, autobox=not globalWrapped)