Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DTextureStage.cpp45 stageOperationAlpha = (stage == 0 ? STAGE_SELECTARG1 : STAGE_DISABLE); in init()
72 state.stageOperationAlpha = stageOperationAlpha; in textureStageState()
160 void TextureStage::setStageOperationAlpha(StageOperation stageOperationAlpha) in setStageOperationAlpha() argument
162 this->stageOperationAlpha = stageOperationAlpha; in setStageOperationAlpha()
250 if(stageOperationAlpha == STAGE_DISABLE) in usesAlpha()
333 if(stageOperationAlpha == STAGE_SELECTARG1 || stageOperationAlpha == STAGE_PREMODULATE) in usesAlpha()
337 else if(stageOperationAlpha == STAGE_SELECTARG2) in usesAlpha()
341 else if(stageOperationAlpha == STAGE_SELECTARG3) in usesAlpha()
354 if(stageOperationAlpha == STAGE_MULTIPLYADD || stageOperationAlpha == STAGE_LERP) in usesAlpha()
370 …return uses(SOURCE_CURRENT) || (stageOperation == STAGE_BLENDCURRENTALPHA || stageOperationAlpha =… in usesCurrent()
[all …]
DTextureStage.hpp105 unsigned int stageOperationAlpha : BITS(STAGE_LAST); member
149 void setStageOperationAlpha(StageOperation stageOperationAlpha);
180 StageOperation stageOperationAlpha; member in sw::TextureStage
DPixelProcessor.hpp213 void setStageOperationAlpha(unsigned int stage, TextureStage::StageOperation stageOperationAlpha);
DPixelProcessor.cpp234 …essor::setStageOperationAlpha(unsigned int stage, TextureStage::StageOperation stageOperationAlpha) in setStageOperationAlpha() argument
238 context->textureStage[stage].setStageOperationAlpha(stageOperationAlpha); in setStageOperationAlpha()
/external/swiftshader/src/Shader/
DPixelPipeline.cpp428 if(state.textureStage[stage - 1].stageOperationAlpha == TextureStage::STAGE_PREMODULATE) in blendTexture()
917 switch(textureStage.stageOperationAlpha) in blendTexture()
1042 switch(textureStage.stageOperationAlpha) in blendTexture()
1119 switch(textureStage.stageOperationAlpha) in blendTexture()