/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 | 701 alphaBlend(index, buffer, color, x); in rasterOperation() 737 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 2037 void PixelRoutine::alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4f &oC, Int &x) in alphaBlend() function in sw::PixelRoutine
|
/external/swiftshader/src/Pipeline/ |
D | PixelRoutine.hpp | 59 void alphaBlend(int index, const Pointer<Byte> &cBuffer, Vector4s ¤t, const Int &x); 61 void alphaBlend(int index, const Pointer<Byte> &cBuffer, Vector4f &oC, const Int &x);
|
D | PixelProgram.cpp | 307 alphaBlend(index, buffer, color, x); in rasterOperation() 348 alphaBlend(index, buffer, color, x); in rasterOperation()
|
D | PixelRoutine.cpp | 1164 void PixelRoutine::alphaBlend(int index, const Pointer<Byte> &cBuffer, Vector4s ¤t, 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/ |
D | Context.cpp | 760 …bool alphaBlend = separateAlphaBlendEnable ? !(blendOperationAlpha() == BLENDOP_SOURCE && sourceBl… in alphaBlendActive() local 762 return colorBlend || alphaBlend; in alphaBlendActive()
|
/external/swiftshader/src/Device/ |
D | Context.cpp | 685 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/ |
D | engine_dawn.cc | 1068 colorStateDescriptor.alphaBlend = alpha_blend; in CreateRenderPipelineDescriptor() 1092 colorStateDescriptor.alphaBlend = alpha_blend; in CreateRenderPipelineDescriptor()
|