Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gfxstream/codegen/scripts/cereal/
H A Dmarshaling.py21 from .wrapperdefs import API_PREFIX_MARSHAL
627 API_PREFIX_MARSHAL,
653 VulkanAPI(API_PREFIX_MARSHAL + "extension_struct",
683 self.cgenHeader.makeFuncAlias(API_PREFIX_MARSHAL + name,
684 API_PREFIX_MARSHAL + alias))
707 VulkanAPI(API_PREFIX_MARSHAL + name,
712 VulkanAPI(API_PREFIX_MARSHAL + name,
940 cgen.funcCall(None, API_PREFIX_MARSHAL + ext.name,
H A Dfrontend.py20 from .wrapperdefs import API_PREFIX_MARSHAL
68 codegen.funcCall(retLhs, API_PREFIX_MARSHAL + api.origName,
H A Dwrapperdefs.py11 API_PREFIX_MARSHAL = "marshal_" variable
H A Ddecoder.py12 from .wrapperdefs import API_PREFIX_MARSHAL
231 API_PREFIX_MARSHAL,
H A Ddecodersnapshot.py10 from .wrapperdefs import API_PREFIX_MARSHAL
H A Dencoder.py17 from .wrapperdefs import API_PREFIX_MARSHAL