Home
last modified time | relevance | path

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

/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.cpp701 alphaBlend(index, buffer, color, x); in rasterOperation()
737 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
2037 void PixelRoutine::alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4f &oC, Int &x) in alphaBlend() function in sw::PixelRoutine
/external/swiftshader/src/Pipeline/
DPixelRoutine.hpp59 void alphaBlend(int index, const Pointer<Byte> &cBuffer, Vector4s &current, const Int &x);
61 void alphaBlend(int index, const Pointer<Byte> &cBuffer, Vector4f &oC, const Int &x);
DPixelProgram.cpp307 alphaBlend(index, buffer, color, x); in rasterOperation()
348 alphaBlend(index, buffer, color, x); in rasterOperation()
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
762 return colorBlend || alphaBlend; in alphaBlendActive()
/external/swiftshader/src/Device/
DContext.cpp685 bool alphaBlend = !(blendOperationAlpha(index, attachments) == VK_BLEND_OP_SRC_EXT && in alphaBlendActive() local
688 return colorBlend || alphaBlend; in alphaBlendActive()
/external/deqp-deps/amber/src/dawn/
Dengine_dawn.cc1068 colorStateDescriptor.alphaBlend = alpha_blend; in CreateRenderPipelineDescriptor()
1092 colorStateDescriptor.alphaBlend = alpha_blend; in CreateRenderPipelineDescriptor()