Home
last modified time | relevance | path

Searched refs:alphaBlend (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/src/Pipeline/
DPixelRoutine.hpp56 void alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4s &current, Int &x);
59 void alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4f &oC, Int &x);
DPixelProgram.cpp662 alphaBlend(index, buffer, color, x); in rasterOperation()
696 alphaBlend(index, buffer, color, x); in rasterOperation()
DPixelRoutine.cpp1036 void PixelRoutine::alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4s &current, Int &x) in alphaBlend() function in sw::PixelRoutine
1801 void PixelRoutine::alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4f &oC, Int &x) in alphaBlend() function in sw::PixelRoutine
/external/swiftshader/src/Shader/
DPixelRoutine.hpp58 void alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4s &current, Int &x);
61 void alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4f &oC, Int &x);
DPixelProgram.cpp672 alphaBlend(index, buffer, color, x); in rasterOperation()
708 alphaBlend(index, buffer, color, x); in rasterOperation()
DPixelPipeline.cpp349 alphaBlend(0, buffer, color, x); in rasterOperation()
370 alphaBlend(0, buffer, color, x); in rasterOperation()
DPixelRoutine.cpp1171 void PixelRoutine::alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4s &current, Int &x) in alphaBlend() function in sw::PixelRoutine
2030 void PixelRoutine::alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4f &oC, Int &x) in alphaBlend() function in sw::PixelRoutine
/external/swiftshader/src/Device/
DContext.cpp374 …bool alphaBlend = separateAlphaBlendEnable ? !(blendOperationAlpha() == VK_BLEND_OP_SRC_EXT && sou… in alphaBlendActive() local
376 return colorBlend || alphaBlend; in alphaBlendActive()
/external/swiftshader/src/Renderer/
DContext.cpp760 …bool alphaBlend = separateAlphaBlendEnable ? !(blendOperationAlpha() == BLENDOP_SOURCE && sourceBl… in alphaBlendActive() local
762 return colorBlend || alphaBlend; in alphaBlendActive()