Searched refs:onBeginFeature (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gfxstream/codegen/scripts/cereal/ |
D | dispatch.py | 341 def onBeginFeature(self, featureName, featureType): member in VulkanDispatch 475 def onBeginFeature(self, featureName, featureType): member in VulkanDispatchFast 476 VulkanDispatch.onBeginFeature(self, featureName, featureType);
|
D | decodersnapshot.py | 469 def onBeginFeature(self, featureName, featureType): member in VulkanDecoderSnapshot 470 VulkanWrapperGenerator.onBeginFeature(self, featureName, featureType)
|
D | functable.py | 229 def onBeginFeature(self, featureName, featureType): member in VulkanFuncTable
|
D | marshaling.py | 669 def onBeginFeature(self, featureName, featureType): member in VulkanMarshaling 670 VulkanWrapperGenerator.onBeginFeature(self, featureName, featureType)
|
D | reservedmarshaling.py | 769 def onBeginFeature(self, featureName, featureType): member in VulkanReservedMarshaling 770 VulkanWrapperGenerator.onBeginFeature(self, featureName, featureType)
|
/external/mesa3d/src/gfxstream/codegen/scripts/ |
D | cerealgenerator.py | 809 self.typeInfo.onBeginFeature(self.featureName, self.featureType) 817 …self.forEachWrapper(lambda w: w.onBeginFeature(self.featureName, self.featureType), self.supported…
|
/external/mesa3d/src/gfxstream/codegen/scripts/cereal/common/ |
D | codegen.py | 945 def onBeginFeature(self, featureName, featureType): member in VulkanWrapperGenerator
|
D | vulkantypes.py | 1006 def onBeginFeature(self, featureName, featureType): member in VulkanTypeInfo
|