Home
last modified time | relevance | path

Searched refs:blendFactorAlpha (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Shader/
DPixelRoutine.hpp78 …void blendFactorAlpha(Vector4s &blendFactor, const Vector4s &current, const Vector4s &pixel, Blend…
81 …void blendFactorAlpha(Vector4f &blendFactor, const Vector4f &oC, const Vector4f &pixel, BlendFacto…
DPixelRoutine.cpp942 …void PixelRoutine::blendFactorAlpha(Vector4s &blendFactor, const Vector4s &current, const Vector4s… in blendFactorAlpha() function in sw::PixelRoutine
1245 blendFactorAlpha(sourceFactor, current, pixel, state.sourceBlendFactorAlpha); in alphaBlend()
1246 blendFactorAlpha(destFactor, current, pixel, state.destBlendFactorAlpha); in alphaBlend()
1981 …void PixelRoutine::blendFactorAlpha(Vector4f &blendFactor, const Vector4f &oC, const Vector4f &pix… in blendFactorAlpha() function in sw::PixelRoutine
2175 blendFactorAlpha(sourceFactor, oC, pixel, state.sourceBlendFactorAlpha); in alphaBlend()
2176 blendFactorAlpha(destFactor, oC, pixel, state.destBlendFactorAlpha); in alphaBlend()