Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DTextureStage.hpp52 STAGE_BLENDFACTORALPHA, enumerator
DTextureStage.cpp278 if(stageOperation == STAGE_BLENDFACTORALPHA) in usesAlpha()
/external/swiftshader/src/Shader/
DPixelPipeline.cpp701 case TextureStage::STAGE_BLENDFACTORALPHA: // Alpha * (Arg1 - Arg2) + Arg2 in blendTexture()
975 case TextureStage::STAGE_BLENDFACTORALPHA: in blendTexture()
1015 case TextureStage::STAGE_BLENDFACTORALPHA: in blendTexture()
1056 case TextureStage::STAGE_BLENDFACTORALPHA: in blendTexture()
1093 case TextureStage::STAGE_BLENDFACTORALPHA: in blendTexture()
1131 case TextureStage::STAGE_BLENDFACTORALPHA: in blendTexture()
/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp3201 renderer->setStageOperation(stage, sw::TextureStage::STAGE_BLENDFACTORALPHA); in SetTextureStageState()
3372 renderer->setStageOperationAlpha(stage, sw::TextureStage::STAGE_BLENDFACTORALPHA); in SetTextureStageState()
/external/swiftshader/src/D3D9/
DDirect3DDevice9.cpp4570 renderer->setStageOperation(stage, sw::TextureStage::STAGE_BLENDFACTORALPHA); in SetTextureStageState()
4747 renderer->setStageOperationAlpha(stage, sw::TextureStage::STAGE_BLENDFACTORALPHA); in SetTextureStageState()