Home
last modified time | relevance | path

Searched defs:alphaBlend (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Shader/
DPixelRoutine.cpp1171 void PixelRoutine::alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4s &current, Int &x) in alphaBlend() function in sw::PixelRoutine
2037 void PixelRoutine::alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4f &oC, Int &x) in alphaBlend() function in sw::PixelRoutine
/external/swiftshader/src/Device/
DContext.cpp685 bool alphaBlend = !(blendOperationAlpha(index, attachments) == VK_BLEND_OP_SRC_EXT && in alphaBlendActive() local
/external/swiftshader/src/Pipeline/
DPixelRoutine.cpp1164 void PixelRoutine::alphaBlend(int index, const Pointer<Byte> &cBuffer, Vector4s &current, const Int… in alphaBlend() function in sw::PixelRoutine
1926 void PixelRoutine::alphaBlend(int index, const Pointer<Byte> &cBuffer, Vector4f &oC, const Int &x) in alphaBlend() function in sw::PixelRoutine
/external/swiftshader/src/Renderer/
DContext.cpp760 …bool alphaBlend = separateAlphaBlendEnable ? !(blendOperationAlpha() == BLENDOP_SOURCE && sourceBl… in alphaBlendActive() local