Searched defs:blendFactor (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/src/Pipeline/ |
D | PixelRoutine.cpp | 789 …void PixelRoutine::blendFactor(Vector4s &blendFactor, const Vector4s ¤t, const Vector4s &pix… in blendFactor() argument 870 …void PixelRoutine::blendFactorAlpha(Vector4s &blendFactor, const Vector4s ¤t, const Vector4s… in blendFactorAlpha() 1682 …void PixelRoutine::blendFactor(Vector4f &blendFactor, const Vector4f &oC, const Vector4f &pixel, V… in blendFactor() function in sw::PixelRoutine 1753 …void PixelRoutine::blendFactorAlpha(Vector4f &blendFactor, const Vector4f &oC, const Vector4f &pix… in blendFactorAlpha()
|
/external/swiftshader/src/Shader/ |
D | PixelRoutine.cpp | 862 …void PixelRoutine::blendFactor(Vector4s &blendFactor, const Vector4s ¤t, const Vector4s &pix… in blendFactor() argument 943 …void PixelRoutine::blendFactorAlpha(Vector4s &blendFactor, const Vector4s ¤t, const Vector4s… in blendFactorAlpha() 1911 …void PixelRoutine::blendFactor(Vector4f &blendFactor, const Vector4f &oC, const Vector4f &pixel, B… in blendFactor() function in sw::PixelRoutine 1982 …void PixelRoutine::blendFactorAlpha(Vector4f &blendFactor, const Vector4f &oC, const Vector4f &pix… in blendFactorAlpha()
|
/external/deqp/framework/common/ |
D | tcuTestLog.cpp | 293 const float blendFactor = 0.85f; in writeImage() local
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_cmd_vgpu10.c | 401 const float *blendFactor, in SVGA3D_vgpu10_SetBlendState()
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
D | svga3d_dx.h | 366 float blendFactor[4]; member 1471 uint32 blendFactor[4]; member
|