Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/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)
62 VulkanWrapperGenerator.onBegin(self)
71 VulkanWrapperGenerator.onGenType(self, typeXml, name, alias)
74 VulkanWrapperGenerator.onGenCmd(self, cmdinfo, name, alias)
77 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)
Dvkextensionstructuretype.py16 from .wrapperdefs import VulkanWrapperGenerator
19 class VulkanExtensionStructureType(VulkanWrapperGenerator):
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)
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)
Ddecodersnapshot.py1 from .common.codegen import CodeGen, VulkanWrapperGenerator, VulkanAPIWrapper
320 class VulkanDecoderSnapshot(VulkanWrapperGenerator):
322 VulkanWrapperGenerator.__init__(self, module, typeInfo)
340 VulkanWrapperGenerator.onBeginFeature(self, featureName, featureType)
344 VulkanWrapperGenerator.onGenCmd(self, cmdinfo, name, alias)
Ddispatch.py20 from .wrapperdefs import VulkanWrapperGenerator
142 class VulkanDispatch(VulkanWrapperGenerator):
144 VulkanWrapperGenerator.__init__(self, module, typeInfo)
364 VulkanWrapperGenerator.onGenType(self, typeXml, name, alias)
367 VulkanWrapperGenerator.onGenCmd(self, cmdinfo, name, alias)
Dapi_log_decoder.py5 from .wrapperdefs import VulkanWrapperGenerator
8 class ApiLogDecoder(VulkanWrapperGenerator):
90 VulkanWrapperGenerator.__init__(self, module, typeInfo)
Dwrapperdefs.py16 from .common.codegen import VulkanWrapperGenerator
Dcounting.py22 from .wrapperdefs import VulkanWrapperGenerator
498 class VulkanCounting(VulkanWrapperGenerator):
501 VulkanWrapperGenerator.__init__(self, module, typeInfo)
533 VulkanWrapperGenerator.onBegin(self)
538 VulkanWrapperGenerator.onGenType(self, typeXml, name, alias)
637 VulkanWrapperGenerator.onGenCmd(self, cmdinfo, name, alias)
683 VulkanWrapperGenerator.onEnd(self)
Dmarshaling.py23 from .wrapperdefs import VulkanWrapperGenerator
619 class VulkanMarshaling(VulkanWrapperGenerator):
622 VulkanWrapperGenerator.__init__(self, module, typeInfo)
682 VulkanWrapperGenerator.onBegin(self)
687 VulkanWrapperGenerator.onBeginFeature(self, featureName, featureType)
691 VulkanWrapperGenerator.onGenType(self, typeXml, name, alias)
875 VulkanWrapperGenerator.onGenCmd(self, cmdinfo, name, alias)
952 VulkanWrapperGenerator.onEnd(self)
Dsubdecode.py1 from .common.codegen import CodeGen, VulkanWrapperGenerator
319 class VulkanSubDecoder(VulkanWrapperGenerator):
321 VulkanWrapperGenerator.__init__(self, module, typeInfo)
Dreservedmarshaling.py21 from .wrapperdefs import VulkanWrapperGenerator
717 class VulkanReservedMarshaling(VulkanWrapperGenerator):
720 VulkanWrapperGenerator.__init__(self, module, typeInfo)
779 VulkanWrapperGenerator.onBegin(self)
784 VulkanWrapperGenerator.onBeginFeature(self, featureName, featureType)
788 VulkanWrapperGenerator.onGenType(self, typeXml, name, alias)
971 VulkanWrapperGenerator.onGenCmd(self, cmdinfo, name, alias)
1029 VulkanWrapperGenerator.onEnd(self)
Dfunctable.py1 from .common.codegen import CodeGen, VulkanWrapperGenerator
209 class VulkanFuncTable(VulkanWrapperGenerator):
211 VulkanWrapperGenerator.__init__(self, module, typeInfo)
Dencoder.py3 from .common.codegen import CodeGen, VulkanWrapperGenerator
686 class VulkanEncoder(VulkanWrapperGenerator):
688 VulkanWrapperGenerator.__init__(self, module, typeInfo)
702 VulkanWrapperGenerator.onGenCmd(self, cmdinfo, name, alias)
Ddecoder.py1 from .common.codegen import CodeGen, VulkanWrapperGenerator
792 class VulkanDecoder(VulkanWrapperGenerator):
794 VulkanWrapperGenerator.__init__(self, module, typeInfo)
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/common/
Dcodegen.py899 class VulkanWrapperGenerator(object): class
1014 if rootTypeVar is not None and enum in VulkanWrapperGenerator.ROOT_TYPE_MAPPING:
1017 kv = VulkanWrapperGenerator.ROOT_TYPE_MAPPING[enum]