Home
last modified time | relevance | path

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

/external/gfxstream-protocols/registry/vulkan/scripts/cereal/
Dunbox.py20 from .wrapperdefs import VulkanWrapperGenerator
24 class VulkanUnbox(VulkanWrapperGenerator):
26 VulkanWrapperGenerator.__init__(self, module, typeInfo)
39 VulkanWrapperGenerator.onBegin(self)
42 VulkanWrapperGenerator.onGenType(self, typeXml, name, alias)
78 VulkanWrapperGenerator.onGenCmd(self, cmdinfo, name, alias)
81 VulkanWrapperGenerator.onEnd(self)
Dextensionstructs.py20 from .wrapperdefs import VulkanWrapperGenerator
27 class VulkanExtensionStructs(VulkanWrapperGenerator):
30 VulkanWrapperGenerator.__init__(self, module, typeInfo)
60 VulkanWrapperGenerator.onBegin(self)
69 VulkanWrapperGenerator.onGenType(self, typeXml, name, alias)
72 VulkanWrapperGenerator.onGenCmd(self, cmdinfo, name, alias)
75 VulkanWrapperGenerator.onEnd(self)
Dfrontend.py20 from .wrapperdefs import VulkanWrapperGenerator
36 class VulkanFrontend(VulkanWrapperGenerator):
39 VulkanWrapperGenerator.__init__(self, module, typeInfo)
95 VulkanWrapperGenerator.onGenCmd(self, cmdinfo, name, alias)
Dhandlemap.py20 from .wrapperdefs import VulkanWrapperGenerator
170 class VulkanHandleMap(VulkanWrapperGenerator):
172 VulkanWrapperGenerator.__init__(self, module, typeInfo)
200 VulkanWrapperGenerator.onBegin(self)
205 VulkanWrapperGenerator.onGenType(self, typeXml, name, alias)
248 VulkanWrapperGenerator.onGenCmd(self, cmdinfo, name, alias)
251 VulkanWrapperGenerator.onEnd(self)
Dtransform.py20 from .wrapperdefs import VulkanWrapperGenerator
214 class VulkanTransform(VulkanWrapperGenerator):
216 VulkanWrapperGenerator.__init__(self, module, typeInfo)
246 VulkanWrapperGenerator.onBegin(self)
272 VulkanWrapperGenerator.onGenType(self, typeXml, name, alias)
329 VulkanWrapperGenerator.onGenCmd(self, cmdinfo, name, alias)
332 VulkanWrapperGenerator.onEnd(self)
Ddecodersnapshot.py1 from .common.codegen import CodeGen, VulkanWrapperGenerator, VulkanAPIWrapper
196 class VulkanDecoderSnapshot(VulkanWrapperGenerator):
198 VulkanWrapperGenerator.__init__(self, module, typeInfo)
216 VulkanWrapperGenerator.onBeginFeature(self, featureName, featureType)
220 VulkanWrapperGenerator.onGenCmd(self, cmdinfo, name, alias)
Dtesting.py22 from .wrapperdefs import VulkanWrapperGenerator
311 class VulkanTesting(VulkanWrapperGenerator):
314 VulkanWrapperGenerator.__init__(self, module, typeInfo)
335 VulkanWrapperGenerator.onBegin(self)
340 VulkanWrapperGenerator.onGenType(self, typeXml, name, alias)
380 VulkanWrapperGenerator.onGenCmd(self, cmdinfo, name, alias)
383 VulkanWrapperGenerator.onEnd(self)
Ddeepcopy.py20 from .wrapperdefs import VulkanWrapperGenerator
263 class VulkanDeepcopy(VulkanWrapperGenerator):
266 VulkanWrapperGenerator.__init__(self, module, typeInfo)
302 VulkanWrapperGenerator.onBegin(self)
307 VulkanWrapperGenerator.onGenType(self, typeXml, name, alias)
359 VulkanWrapperGenerator.onGenCmd(self, cmdinfo, name, alias)
362 VulkanWrapperGenerator.onEnd(self)
Dvkextensionstructuretype.py16 from .wrapperdefs import VulkanWrapperGenerator
19 class VulkanExtensionStructureType(VulkanWrapperGenerator):
Ddispatch.py20 from .wrapperdefs import VulkanWrapperGenerator
142 class VulkanDispatch(VulkanWrapperGenerator):
144 VulkanWrapperGenerator.__init__(self, module, typeInfo)
362 VulkanWrapperGenerator.onGenType(self, typeXml, name, alias)
365 VulkanWrapperGenerator.onGenCmd(self, cmdinfo, name, alias)
Dapi_log_decoder.py5 from .wrapperdefs import VulkanWrapperGenerator
8 class ApiLogDecoder(VulkanWrapperGenerator):
90 VulkanWrapperGenerator.__init__(self, module, typeInfo)
Dcounting.py22 from .wrapperdefs import VulkanWrapperGenerator
500 class VulkanCounting(VulkanWrapperGenerator):
503 VulkanWrapperGenerator.__init__(self, module, typeInfo)
535 VulkanWrapperGenerator.onBegin(self)
540 VulkanWrapperGenerator.onGenType(self, typeXml, name, alias)
639 VulkanWrapperGenerator.onGenCmd(self, cmdinfo, name, alias)
685 VulkanWrapperGenerator.onEnd(self)
Dfunctable.py1 from .common.codegen import CodeGen, VulkanWrapperGenerator
96 class VulkanFuncTable(VulkanWrapperGenerator):
98 VulkanWrapperGenerator.__init__(self, module, typeInfo)
Dmarshaling.py23 from .wrapperdefs import VulkanWrapperGenerator
621 class VulkanMarshaling(VulkanWrapperGenerator):
624 VulkanWrapperGenerator.__init__(self, module, typeInfo)
684 VulkanWrapperGenerator.onBegin(self)
689 VulkanWrapperGenerator.onBeginFeature(self, featureName, featureType)
693 VulkanWrapperGenerator.onGenType(self, typeXml, name, alias)
877 VulkanWrapperGenerator.onGenCmd(self, cmdinfo, name, alias)
954 VulkanWrapperGenerator.onEnd(self)
Dreservedmarshaling.py21 from .wrapperdefs import VulkanWrapperGenerator
715 class VulkanReservedMarshaling(VulkanWrapperGenerator):
718 VulkanWrapperGenerator.__init__(self, module, typeInfo)
775 VulkanWrapperGenerator.onBegin(self)
780 VulkanWrapperGenerator.onBeginFeature(self, featureName, featureType)
784 VulkanWrapperGenerator.onGenType(self, typeXml, name, alias)
967 VulkanWrapperGenerator.onGenCmd(self, cmdinfo, name, alias)
1023 VulkanWrapperGenerator.onEnd(self)
Dsubdecode.py1 from .common.codegen import CodeGen, VulkanWrapperGenerator
306 class VulkanSubDecoder(VulkanWrapperGenerator):
308 VulkanWrapperGenerator.__init__(self, module, typeInfo)
Dwrapperdefs.py16 from .common.codegen import VulkanWrapperGenerator
Dencoder.py3 from .common.codegen import CodeGen, VulkanWrapperGenerator
680 class VulkanEncoder(VulkanWrapperGenerator):
682 VulkanWrapperGenerator.__init__(self, module, typeInfo)
696 VulkanWrapperGenerator.onGenCmd(self, cmdinfo, name, alias)
Ddecoder.py1 from .common.codegen import CodeGen, VulkanWrapperGenerator
743 class VulkanDecoder(VulkanWrapperGenerator):
745 VulkanWrapperGenerator.__init__(self, module, typeInfo)
/external/gfxstream-protocols/registry/vulkan/scripts/cereal/common/
Dcodegen.py895 class VulkanWrapperGenerator(object): class
1004 if rootTypeVar is not None and enum in VulkanWrapperGenerator.ROOT_TYPE_MAPPING:
1007 kv = VulkanWrapperGenerator.ROOT_TYPE_MAPPING[enum]