Searched refs:alphaBlend (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/src/Pipeline/ |
D | PixelRoutine.hpp | 56 void alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4s ¤t, Int &x); 59 void alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4f &oC, Int &x);
|
D | PixelProgram.cpp | 662 alphaBlend(index, buffer, color, x); in rasterOperation() 696 alphaBlend(index, buffer, color, x); in rasterOperation()
|
D | PixelRoutine.cpp | 1036 void PixelRoutine::alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4s ¤t, 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/ |
D | PixelRoutine.hpp | 58 void alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4s ¤t, Int &x); 61 void alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4f &oC, Int &x);
|
D | PixelProgram.cpp | 672 alphaBlend(index, buffer, color, x); in rasterOperation() 708 alphaBlend(index, buffer, color, x); in rasterOperation()
|
D | PixelPipeline.cpp | 349 alphaBlend(0, buffer, color, x); in rasterOperation() 370 alphaBlend(0, buffer, color, x); in rasterOperation()
|
D | PixelRoutine.cpp | 1171 void PixelRoutine::alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4s ¤t, 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/ |
D | Context.cpp | 374 …bool alphaBlend = separateAlphaBlendEnable ? !(blendOperationAlpha() == VK_BLEND_OP_SRC_EXT && sou… in alphaBlendActive() local 376 return colorBlend || alphaBlend; in alphaBlendActive()
|
/external/swiftshader/src/Renderer/ |
D | Context.cpp | 760 …bool alphaBlend = separateAlphaBlendEnable ? !(blendOperationAlpha() == BLENDOP_SOURCE && sourceBl… in alphaBlendActive() local 762 return colorBlend || alphaBlend; in alphaBlendActive()
|