Searched refs:VulkanWrapperGenerator (Results 1 – 20 of 20) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/ |
D | unbox.py | 20 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)
|
D | extensionstructs.py | 20 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)
|
D | frontend.py | 20 from .wrapperdefs import VulkanWrapperGenerator 36 class VulkanFrontend(VulkanWrapperGenerator): 39 VulkanWrapperGenerator.__init__(self, module, typeInfo) 95 VulkanWrapperGenerator.onGenCmd(self, cmdinfo, name, alias)
|
D | handlemap.py | 20 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)
|
D | vkextensionstructuretype.py | 16 from .wrapperdefs import VulkanWrapperGenerator 19 class VulkanExtensionStructureType(VulkanWrapperGenerator):
|
D | transform.py | 20 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)
|
D | testing.py | 22 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)
|
D | deepcopy.py | 20 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)
|
D | decodersnapshot.py | 1 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)
|
D | dispatch.py | 20 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)
|
D | api_log_decoder.py | 5 from .wrapperdefs import VulkanWrapperGenerator 8 class ApiLogDecoder(VulkanWrapperGenerator): 90 VulkanWrapperGenerator.__init__(self, module, typeInfo)
|
D | wrapperdefs.py | 16 from .common.codegen import VulkanWrapperGenerator
|
D | counting.py | 22 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)
|
D | marshaling.py | 23 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)
|
D | subdecode.py | 1 from .common.codegen import CodeGen, VulkanWrapperGenerator 319 class VulkanSubDecoder(VulkanWrapperGenerator): 321 VulkanWrapperGenerator.__init__(self, module, typeInfo)
|
D | reservedmarshaling.py | 21 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)
|
D | functable.py | 1 from .common.codegen import CodeGen, VulkanWrapperGenerator 209 class VulkanFuncTable(VulkanWrapperGenerator): 211 VulkanWrapperGenerator.__init__(self, module, typeInfo)
|
D | encoder.py | 3 from .common.codegen import CodeGen, VulkanWrapperGenerator 686 class VulkanEncoder(VulkanWrapperGenerator): 688 VulkanWrapperGenerator.__init__(self, module, typeInfo) 702 VulkanWrapperGenerator.onGenCmd(self, cmdinfo, name, alias)
|
D | decoder.py | 1 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/ |
D | codegen.py | 899 class VulkanWrapperGenerator(object): class 1014 if rootTypeVar is not None and enum in VulkanWrapperGenerator.ROOT_TYPE_MAPPING: 1017 kv = VulkanWrapperGenerator.ROOT_TYPE_MAPPING[enum]
|