Searched refs:blendFactorAlpha (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | PixelRoutine.hpp | 78 void blendFactorAlpha(Vector4s &blendFactor, const Vector4s ¤t, const Vector4s &pixel, BlendFactor blendFactorAlphaActive); 81 void blendFactorAlpha(Vector4f &blendFactor, const Vector4f &oC, const Vector4f &pixel, BlendFactor blendFactorAlphaActive);
|
H A D | PixelRoutine.cpp | 943 void PixelRoutine::blendFactorAlpha(Vector4s &blendFactor, const Vector4s ¤t, const Vector4s &pixel, BlendFactor blendFactorAlphaActive) in blendFactorAlpha() function in sw::PixelRoutine 1246 blendFactorAlpha(sourceFactor, current, pixel, state.sourceBlendFactorAlpha); in alphaBlend() 1247 blendFactorAlpha(destFactor, current, pixel, state.destBlendFactorAlpha); in alphaBlend() 1989 void PixelRoutine::blendFactorAlpha(Vector4f &blendFactor, const Vector4f &oC, const Vector4f &pixel, BlendFactor blendFactorAlphaActive) in blendFactorAlpha() function in sw::PixelRoutine 2183 blendFactorAlpha(sourceFactor, oC, pixel, state.sourceBlendFactorAlpha); in alphaBlend() 2184 blendFactorAlpha(destFactor, oC, pixel, state.destBlendFactorAlpha); in alphaBlend()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | PixelRoutine.hpp | 80 void blendFactorAlpha(Float4 &blendFactorAlpha, const Float4 &sourceAlpha, const Float4 &destAlpha, VkBlendFactor alphaBlendFactor, vk::Format format);
|
H A D | PixelRoutine.cpp | 1932 void PixelRoutine::blendFactorAlpha(Float4 &blendFactorAlpha, const Float4 &sourceAlpha, const Float4 &destAlpha, VkBlendFactor alphaBlendFactor, vk::Format format) in blendFactorAlpha() argument 1937 blendFactorAlpha = Float4(0); in blendFactorAlpha() 1940 blendFactorAlpha = Float4(1); in blendFactorAlpha() 1943 blendFactorAlpha = sourceAlpha; in blendFactorAlpha() 1946 blendFactorAlpha = Float4(1.0f) - sourceAlpha; in blendFactorAlpha() 1949 blendFactorAlpha = destAlpha; in blendFactorAlpha() 1952 blendFactorAlpha = Float4(1.0f) - destAlpha; in blendFactorAlpha() 1955 blendFactorAlpha = sourceAlpha; in blendFactorAlpha() 1958 blendFactorAlpha in blendFactorAlpha() [all...] |
Completed in 9 milliseconds