Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gfxstream/codegen/scripts/cereal/
H A Dunbox.py8 from .wrapperdefs import VulkanWrapperGenerator
12 class VulkanUnbox(VulkanWrapperGenerator):
14 VulkanWrapperGenerator.__init__(self, module, typeInfo)
27 VulkanWrapperGenerator.onBegin(self)
30 VulkanWrapperGenerator.onGenType(self, typeXml, name, alias)
66 VulkanWrapperGenerator.onGenCmd(self, cmdinfo, name, alias)
69 VulkanWrapperGenerator.onEnd(self)
H A Dextensionstructs.py8 from .wrapperdefs import VulkanWrapperGenerator
15 class VulkanExtensionStructs(VulkanWrapperGenerator):
18 VulkanWrapperGenerator.__init__(self, module, typeInfo)
50 VulkanWrapperGenerator.onBegin(self)
59 VulkanWrapperGenerator.onGenType(self, typeXml, name, alias)
62 VulkanWrapperGenerator.onGenCmd(self, cmdinfo, name, alias)
65 VulkanWrapperGenerator.onEnd(self)
H A Dhandlemap.py8 from .wrapperdefs import VulkanWrapperGenerator
158 class VulkanHandleMap(VulkanWrapperGenerator):
160 VulkanWrapperGenerator.__init__(self, module, typeInfo)
188 VulkanWrapperGenerator.onBegin(self)
193 VulkanWrapperGenerator.onGenType(self, typeXml, name, alias)
236 VulkanWrapperGenerator.onGenCmd(self, cmdinfo, name, alias)
239 VulkanWrapperGenerator.onEnd(self)
H A Dtransform.py8 from .wrapperdefs import VulkanWrapperGenerator
202 class VulkanTransform(VulkanWrapperGenerator):
204 VulkanWrapperGenerator.__init__(self, module, typeInfo)
234 VulkanWrapperGenerator.onBegin(self)
260 VulkanWrapperGenerator.onGenType(self, typeXml, name, alias)
317 VulkanWrapperGenerator.onGenCmd(self, cmdinfo, name, alias)
320 VulkanWrapperGenerator.onEnd(self)
H A Dfrontend.py8 from .wrapperdefs import VulkanWrapperGenerator
24 class VulkanFrontend(VulkanWrapperGenerator):
27 VulkanWrapperGenerator.__init__(self, module, typeInfo)
83 VulkanWrapperGenerator.onGenCmd(self, cmdinfo, name, alias)
H A Ddeepcopy.py8 from .wrapperdefs import VulkanWrapperGenerator
251 class VulkanDeepcopy(VulkanWrapperGenerator):
254 VulkanWrapperGenerator.__init__(self, module, typeInfo)
290 VulkanWrapperGenerator.onBegin(self)
295 VulkanWrapperGenerator.onGenType(self, typeXml, name, alias)
347 VulkanWrapperGenerator.onGenCmd(self, cmdinfo, name, alias)
350 VulkanWrapperGenerator.onEnd(self)
H A Dtesting.py10 from .wrapperdefs import VulkanWrapperGenerator
299 class VulkanTesting(VulkanWrapperGenerator):
302 VulkanWrapperGenerator.__init__(self, module, typeInfo)
323 VulkanWrapperGenerator.onBegin(self)
328 VulkanWrapperGenerator.onGenType(self, typeXml, name, alias)
368 VulkanWrapperGenerator.onGenCmd(self, cmdinfo, name, alias)
371 VulkanWrapperGenerator.onEnd(self)
H A Ddispatch.py8 from .wrapperdefs import VulkanWrapperGenerator
123 class VulkanDispatch(VulkanWrapperGenerator):
125 VulkanWrapperGenerator.__init__(self, module, typeInfo)
345 VulkanWrapperGenerator.onGenType(self, typeXml, name, alias)
348 VulkanWrapperGenerator.onGenCmd(self, cmdinfo, name, alias)
H A Ddecodersnapshot.py4 from .common.codegen import CodeGen, VulkanWrapperGenerator, VulkanAPIWrapper
427 class VulkanDecoderSnapshot(VulkanWrapperGenerator):
429 VulkanWrapperGenerator.__init__(self, module, typeInfo)
447 VulkanWrapperGenerator.onBeginFeature(self, featureName, featureType)
451 VulkanWrapperGenerator.onGenCmd(self, cmdinfo, name, alias)
H A Dcounting.py10 from .wrapperdefs import VulkanWrapperGenerator
481 class VulkanCounting(VulkanWrapperGenerator):
484 VulkanWrapperGenerator.__init__(self, module, typeInfo)
516 VulkanWrapperGenerator.onBegin(self)
521 VulkanWrapperGenerator.onGenType(self, typeXml, name, alias)
620 VulkanWrapperGenerator.onGenCmd(self, cmdinfo, name, alias)
666 VulkanWrapperGenerator.onEnd(self)
H A Dmarshaling.py11 from .wrapperdefs import VulkanWrapperGenerator
602 class VulkanMarshaling(VulkanWrapperGenerator):
605 VulkanWrapperGenerator.__init__(self, module, typeInfo)
665 VulkanWrapperGenerator.onBegin(self)
670 VulkanWrapperGenerator.onBeginFeature(self, featureName, featureType)
674 VulkanWrapperGenerator.onGenType(self, typeXml, name, alias)
858 VulkanWrapperGenerator.onGenCmd(self, cmdinfo, name, alias)
937 VulkanWrapperGenerator.onEnd(self)
H A Dapi_log_decoder.py8 from .wrapperdefs import VulkanWrapperGenerator
11 class ApiLogDecoder(VulkanWrapperGenerator):
95 VulkanWrapperGenerator.__init__(self, module, typeInfo)
H A Dvkextensionstructuretype.py4 from .wrapperdefs import VulkanWrapperGenerator
7 class VulkanExtensionStructureType(VulkanWrapperGenerator):
H A Dreservedmarshaling.py9 from .wrapperdefs import VulkanWrapperGenerator
703 class VulkanReservedMarshaling(VulkanWrapperGenerator):
706 VulkanWrapperGenerator.__init__(self, module, typeInfo)
765 VulkanWrapperGenerator.onBegin(self)
770 VulkanWrapperGenerator.onBeginFeature(self, featureName, featureType)
774 VulkanWrapperGenerator.onGenType(self, typeXml, name, alias)
957 VulkanWrapperGenerator.onGenCmd(self, cmdinfo, name, alias)
1020 VulkanWrapperGenerator.onEnd(self)
H A Dencoder.py5 from .common.codegen import CodeGen, VulkanWrapperGenerator
650 class VulkanEncoder(VulkanWrapperGenerator):
652 VulkanWrapperGenerator.__init__(self, module, typeInfo)
666 VulkanWrapperGenerator.onGenCmd(self, cmdinfo, name, alias)
H A Dsubdecode.py3 from .common.codegen import CodeGen, VulkanWrapperGenerator
322 class VulkanSubDecoder(VulkanWrapperGenerator):
324 VulkanWrapperGenerator.__init__(self, module, typeInfo)
H A Dfunctable.py1 from .common.codegen import CodeGen, VulkanWrapperGenerator
212 class VulkanFuncTable(VulkanWrapperGenerator):
214 VulkanWrapperGenerator.__init__(self, module, typeInfo)
H A Ddecoder.py4 from .common.codegen import CodeGen, VulkanWrapperGenerator
808 class VulkanDecoder(VulkanWrapperGenerator):
810 VulkanWrapperGenerator.__init__(self, module, typeInfo)
H A Dwrapperdefs.py4 from .common.codegen import VulkanWrapperGenerator
/aosp_15_r20/external/mesa3d/src/gfxstream/codegen/scripts/cereal/common/
H A Dcodegen.py914 class VulkanWrapperGenerator(object): class
1029 if rootTypeVar is not None and enum in VulkanWrapperGenerator.ROOT_TYPE_MAPPING:
1032 kv = VulkanWrapperGenerator.ROOT_TYPE_MAPPING[enum]