Home
last modified time | relevance | path

Searched refs:onBeginFeature (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gfxstream/codegen/scripts/cereal/
Ddispatch.py341 def onBeginFeature(self, featureName, featureType): member in VulkanDispatch
475 def onBeginFeature(self, featureName, featureType): member in VulkanDispatchFast
476 VulkanDispatch.onBeginFeature(self, featureName, featureType);
Ddecodersnapshot.py469 def onBeginFeature(self, featureName, featureType): member in VulkanDecoderSnapshot
470 VulkanWrapperGenerator.onBeginFeature(self, featureName, featureType)
Dfunctable.py229 def onBeginFeature(self, featureName, featureType): member in VulkanFuncTable
Dmarshaling.py669 def onBeginFeature(self, featureName, featureType): member in VulkanMarshaling
670 VulkanWrapperGenerator.onBeginFeature(self, featureName, featureType)
Dreservedmarshaling.py769 def onBeginFeature(self, featureName, featureType): member in VulkanReservedMarshaling
770 VulkanWrapperGenerator.onBeginFeature(self, featureName, featureType)
/external/mesa3d/src/gfxstream/codegen/scripts/
Dcerealgenerator.py809 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/
Dcodegen.py945 def onBeginFeature(self, featureName, featureType): member in VulkanWrapperGenerator
Dvulkantypes.py1006 def onBeginFeature(self, featureName, featureType): member in VulkanTypeInfo