Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DPixelRoutine.hpp76 …void blendFactorAlpha(Vector4s &blendFactor, const Vector4s &current, const Vector4s &pixel, VkBle…
79 …void blendFactorAlpha(Vector4f &blendFactor, const Vector4f &oC, const Vector4f &pixel, VkBlendFac…
DPixelRoutine.cpp870 …void PixelRoutine::blendFactorAlpha(Vector4s &blendFactor, const Vector4s &current, const Vector4s… in blendFactorAlpha() function in sw::PixelRoutine
1111 blendFactorAlpha(sourceFactor, current, pixel, state.sourceBlendFactorAlpha); in alphaBlend()
1112 blendFactorAlpha(destFactor, current, pixel, state.destBlendFactorAlpha); in alphaBlend()
1753 …void PixelRoutine::blendFactorAlpha(Vector4f &blendFactor, const Vector4f &oC, const Vector4f &pix… in blendFactorAlpha() function in sw::PixelRoutine
1940 blendFactorAlpha(sourceFactor, oC, pixel, state.sourceBlendFactorAlpha); in alphaBlend()
1941 blendFactorAlpha(destFactor, oC, pixel, state.destBlendFactorAlpha); in alphaBlend()
/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.cpp943 …void PixelRoutine::blendFactorAlpha(Vector4s &blendFactor, const Vector4s &current, const Vector4s… in blendFactorAlpha() function in sw::PixelRoutine
1246 blendFactorAlpha(sourceFactor, current, pixel, state.sourceBlendFactorAlpha); in alphaBlend()
1247 blendFactorAlpha(destFactor, current, pixel, state.destBlendFactorAlpha); in alphaBlend()
1982 …void PixelRoutine::blendFactorAlpha(Vector4f &blendFactor, const Vector4f &oC, const Vector4f &pix… in blendFactorAlpha() function in sw::PixelRoutine
2176 blendFactorAlpha(sourceFactor, oC, pixel, state.sourceBlendFactorAlpha); in alphaBlend()
2177 blendFactorAlpha(destFactor, oC, pixel, state.destBlendFactorAlpha); in alphaBlend()