Home
last modified time | relevance | path

Searched refs:destinationArgument (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DTextureStage.cpp55 destinationArgument = DESTINATION_CURRENT; in init()
82 state.destinationArgument = destinationArgument; in textureStageState()
210 void TextureStage::setDestinationArgument(DestinationArgument destinationArgument) in setDestinationArgument() argument
212 this->destinationArgument = destinationArgument; in setDestinationArgument()
410 …return !isStageDisabled() && destinationArgument == DESTINATION_CURRENT && stageOperation != STAGE… in writesCurrent()
DTextureStage.hpp115 unsigned int destinationArgument : BITS(DESTINATION_LAST); member
159 void setDestinationArgument(DestinationArgument destinationArgument);
190 DestinationArgument destinationArgument; member in sw::TextureStage
DPixelProcessor.hpp224 … setDestinationArgument(unsigned int stage, TextureStage::DestinationArgument destinationArgument);
DPixelProcessor.cpp324 …::setDestinationArgument(unsigned int stage, TextureStage::DestinationArgument destinationArgument) in setDestinationArgument() argument
328 context->textureStage[stage].setDestinationArgument(destinationArgument); in setDestinationArgument()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DPixelPipeline.cpp1155 switch(textureStage.destinationArgument) in blendTexture()