Searched refs:VulkanWrapperGenerator (Results 1 – 20 of 20) sorted by relevance
| /external/gfxstream-protocols/registry/vulkan/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) 60 VulkanWrapperGenerator.onBegin(self) 69 VulkanWrapperGenerator.onGenType(self, typeXml, name, alias) 72 VulkanWrapperGenerator.onGenCmd(self, cmdinfo, name, alias) 75 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 | 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 | decodersnapshot.py | 1 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)
|
| 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 | vkextensionstructuretype.py | 16 from .wrapperdefs import VulkanWrapperGenerator 19 class VulkanExtensionStructureType(VulkanWrapperGenerator):
|
| D | dispatch.py | 20 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)
|
| D | api_log_decoder.py | 5 from .wrapperdefs import VulkanWrapperGenerator 8 class ApiLogDecoder(VulkanWrapperGenerator): 90 VulkanWrapperGenerator.__init__(self, module, typeInfo)
|
| D | counting.py | 22 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)
|
| D | functable.py | 1 from .common.codegen import CodeGen, VulkanWrapperGenerator 96 class VulkanFuncTable(VulkanWrapperGenerator): 98 VulkanWrapperGenerator.__init__(self, module, typeInfo)
|
| D | marshaling.py | 23 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)
|
| D | reservedmarshaling.py | 21 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)
|
| D | subdecode.py | 1 from .common.codegen import CodeGen, VulkanWrapperGenerator 306 class VulkanSubDecoder(VulkanWrapperGenerator): 308 VulkanWrapperGenerator.__init__(self, module, typeInfo)
|
| D | wrapperdefs.py | 16 from .common.codegen import VulkanWrapperGenerator
|
| D | encoder.py | 3 from .common.codegen import CodeGen, VulkanWrapperGenerator 680 class VulkanEncoder(VulkanWrapperGenerator): 682 VulkanWrapperGenerator.__init__(self, module, typeInfo) 696 VulkanWrapperGenerator.onGenCmd(self, cmdinfo, name, alias)
|
| D | decoder.py | 1 from .common.codegen import CodeGen, VulkanWrapperGenerator 743 class VulkanDecoder(VulkanWrapperGenerator): 745 VulkanWrapperGenerator.__init__(self, module, typeInfo)
|
| /external/gfxstream-protocols/registry/vulkan/scripts/cereal/common/ |
| D | codegen.py | 895 class VulkanWrapperGenerator(object): class 1004 if rootTypeVar is not None and enum in VulkanWrapperGenerator.ROOT_TYPE_MAPPING: 1007 kv = VulkanWrapperGenerator.ROOT_TYPE_MAPPING[enum]
|