Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/
Dencoder.py273 def emit_parameter_encode_copy_unwrap_count(typeInfo, api, cgen, customUnwrap=None): argument
278 customUnwrap and \
279 origParam.paramName in customUnwrap and \
280 "copyOp" in customUnwrap[origParam.paramName]
283 customUnwrap and \
284 origParam.paramName in customUnwrap and \
285 "mapOp" in customUnwrap[origParam.paramName]
288 customUnwrap[origParam.paramName]["copyOp"](cgen, origParam, localCopyParam)
310 customUnwrap and \
311 origParam.paramName in customUnwrap and \
[all …]