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 D | marshaling.py | 21 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 D | frontend.py | 20 from .wrapperdefs import API_PREFIX_MARSHAL 68 codegen.funcCall(retLhs, API_PREFIX_MARSHAL + api.origName,
|
H A D | wrapperdefs.py | 11 API_PREFIX_MARSHAL = "marshal_" variable
|
H A D | decoder.py | 12 from .wrapperdefs import API_PREFIX_MARSHAL 231 API_PREFIX_MARSHAL,
|
H A D | decodersnapshot.py | 10 from .wrapperdefs import API_PREFIX_MARSHAL
|
H A D | encoder.py | 17 from .wrapperdefs import API_PREFIX_MARSHAL
|