Home
last modified time | relevance | path

Searched refs:STAGE_LERP (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DTextureStage.cpp239 if(stageOperation == STAGE_MULTIPLYADD || stageOperation == STAGE_LERP) in usesColor()
323 if(stageOperation == STAGE_MULTIPLYADD || stageOperation == STAGE_LERP) in usesAlpha()
354 if(stageOperationAlpha == STAGE_MULTIPLYADD || stageOperationAlpha == STAGE_LERP) in usesAlpha()
DTextureStage.hpp48 STAGE_LERP, enumerator
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DPixelPipeline.cpp662 case TextureStage::STAGE_LERP: // Arg3 * (Arg1 - Arg2) + Arg2 in blendTexture()
964 case TextureStage::STAGE_LERP: // Arg3 * (Arg1 - Arg2) + Arg2 in blendTexture()
1012 case TextureStage::STAGE_LERP: in blendTexture()
1053 case TextureStage::STAGE_LERP: in blendTexture()
1090 case TextureStage::STAGE_LERP: in blendTexture()
1128 case TextureStage::STAGE_LERP: in blendTexture()