Home
last modified time | relevance | path

Searched defs:blendFactor (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Shader/
DPixelRoutine.cpp871 …void PixelRoutine::blendFactor(const Vector4s &blendFactor, const Vector4s &current, const Vector4… in blendFactor() argument
952 …void PixelRoutine::blendFactorAlpha(const Vector4s &blendFactor, const Vector4s &current, const Ve… in blendFactorAlpha()
1847 …void PixelRoutine::blendFactor(const Vector4f &blendFactor, const Vector4f &oC, const Vector4f &pi… in blendFactor() function in sw::PixelRoutine
1918 …void PixelRoutine::blendFactorAlpha(const Vector4f &blendFactor, const Vector4f &oC, const Vector4… in blendFactorAlpha()
/external/deqp/framework/common/
DtcuTestLog.cpp293 const float blendFactor = 0.85f; in writeImage() local