HomeSort by relevance Sort by last modified time
    Searched refs:stageOperation (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/src/Renderer/
TextureStage.cpp 41 stageOperation = (stage == 0 ? STAGE_MODULATE : STAGE_DISABLE);
68 state.stageOperation = stageOperation;
140 void TextureStage::setStageOperation(StageOperation stageOperation)
142 this->stageOperation = stageOperation;
160 void TextureStage::setStageOperationAlpha(StageOperation stageOperationAlpha)
218 if(stageOperation == STAGE_SELECTARG1 || stageOperation == STAGE_PREMODULATE
    [all...]
TextureStage.hpp 33 enum StageOperation
101 unsigned int stageOperation : BITS(STAGE_LAST);
145 void setStageOperation(StageOperation stageOperation);
149 void setStageOperationAlpha(StageOperation stageOperationAlpha);
176 StageOperation stageOperation;
180 StageOperation stageOperationAlpha;
PixelProcessor.hpp 205 void setStageOperation(unsigned int stage, TextureStage::StageOperation stageOperation);
209 void setStageOperationAlpha(unsigned int stage, TextureStage::StageOperation stageOperationAlpha);
PixelProcessor.cpp 189 void PixelProcessor::setStageOperation(unsigned int stage, TextureStage::StageOperation stageOperation)
193 context->textureStage[stage].setStageOperation(stageOperation);
225 void PixelProcessor::setStageOperationAlpha(unsigned int stage, TextureStage::StageOperation stageOperationAlpha)
1056 if(i < 8 && state.textureStage[i].stageOperation != TextureStage::STAGE_DISABLE)
    [all...]
Context.cpp 1411 if(textureStage[i].stageOperation == TextureStage::STAGE_DISABLE)
Renderer.cpp 408 if(pixelState.textureStage[stage].stageOperation != TextureStage::STAGE_DISABLE || context->pixelShader)
    [all...]
  /external/swiftshader/src/Shader/
PixelPipeline.cpp 43 if(state.textureStage[stage].stageOperation == TextureStage::STAGE_DISABLE)
421 if(state.textureStage[stage - 1].stageOperation == TextureStage::STAGE_PREMODULATE)
582 switch(textureStage.stageOperation)
813 if(textureStage.stageOperation != TextureStage::STAGE_DOT3)
    [all...]

Completed in 348 milliseconds