Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DPixelRoutine.hpp76 …blendFactor, const Vector4s &current, const Vector4s &pixel, VkBlendFactor blendFactorAlphaActive);
79 …r4f &blendFactor, const Vector4f &oC, const Vector4f &pixel, VkBlendFactor blendFactorAlphaActive);
DPixelRoutine.cpp870 …&blendFactor, const Vector4s &current, const Vector4s &pixel, VkBlendFactor blendFactorAlphaActive) in blendFactorAlpha() argument
872 switch(blendFactorAlphaActive) in blendFactorAlpha()
1753 …or4f &blendFactor, const Vector4f &oC, const Vector4f &pixel, VkBlendFactor blendFactorAlphaActive) in blendFactorAlpha() argument
1755 switch(blendFactorAlphaActive) in blendFactorAlpha()
/external/swiftshader/src/Shader/
DPixelRoutine.hpp78 … &blendFactor, const Vector4s &current, const Vector4s &pixel, BlendFactor blendFactorAlphaActive);
81 …tor4f &blendFactor, const Vector4f &oC, const Vector4f &pixel, BlendFactor blendFactorAlphaActive);
DPixelRoutine.cpp943 …s &blendFactor, const Vector4s &current, const Vector4s &pixel, BlendFactor blendFactorAlphaActive) in blendFactorAlpha() argument
945 switch(blendFactorAlphaActive) in blendFactorAlpha()
1982 …ctor4f &blendFactor, const Vector4f &oC, const Vector4f &pixel, BlendFactor blendFactorAlphaActive) in blendFactorAlpha() argument
1984 switch(blendFactorAlphaActive) in blendFactorAlpha()