Home
last modified time | relevance | path

Searched refs:STAGE_MULTIPLYADD (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.hpp47 STAGE_MULTIPLYADD, enumerator
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DPixelPipeline.cpp657 case TextureStage::STAGE_MULTIPLYADD: // Arg3 + Arg1 * Arg2 in blendTexture()
961 case TextureStage::STAGE_MULTIPLYADD: // Arg3 + Arg1 * Arg2 in blendTexture()
1011 case TextureStage::STAGE_MULTIPLYADD: in blendTexture()
1052 case TextureStage::STAGE_MULTIPLYADD: in blendTexture()
1107 case TextureStage::STAGE_MULTIPLYADD: in blendTexture()
1145 case TextureStage::STAGE_MULTIPLYADD: in blendTexture()