Searched refs:stageOperationAlpha (Results 1 – 5 of 5) sorted by relevance
45 stageOperationAlpha = (stage == 0 ? STAGE_SELECTARG1 : STAGE_DISABLE); in init()72 state.stageOperationAlpha = stageOperationAlpha; in textureStageState()160 void TextureStage::setStageOperationAlpha(StageOperation stageOperationAlpha) in setStageOperationAlpha() argument162 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 …]
105 unsigned int stageOperationAlpha : BITS(STAGE_LAST); member149 void setStageOperationAlpha(StageOperation stageOperationAlpha);180 StageOperation stageOperationAlpha; member in sw::TextureStage
213 void setStageOperationAlpha(unsigned int stage, TextureStage::StageOperation stageOperationAlpha);
234 …essor::setStageOperationAlpha(unsigned int stage, TextureStage::StageOperation stageOperationAlpha) in setStageOperationAlpha() argument238 context->textureStage[stage].setStageOperationAlpha(stageOperationAlpha); in setStageOperationAlpha()
428 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()