Searched refs:aMask (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_masking.c | 81 const GLushort aMask = GET_COLORMASK_BIT(ctx->Color.ColorMask, buf, 3) ? 0xffff : 0x0; in _swrast_mask_rgba_span() local 89 src[i][ACOMP] = (src[i][ACOMP] & aMask) | (dst[i][ACOMP] & ~aMask); in _swrast_mask_rgba_span() 97 const GLuint aMask = GET_COLORMASK_BIT(ctx->Color.ColorMask, buf, 3) ? ~0x0 : 0x0; in _swrast_mask_rgba_span() local 105 src[i][ACOMP] = (src[i][ACOMP] & aMask) | (dst[i][ACOMP] & ~aMask); in _swrast_mask_rgba_span()
|
/external/swiftshader/src/Shader/ |
D | PixelRoutine.hpp | 52 void alphaTest(Int &aMask, Short4 &alpha);
|
D | PixelProgram.cpp | 615 Int aMask; in alphaTest() local 621 PixelRoutine::alphaTest(aMask, alpha); in alphaTest() 625 cMask[q] &= aMask; in alphaTest()
|
D | PixelPipeline.cpp | 273 Int aMask; in alphaTest() local 277 PixelRoutine::alphaTest(aMask, current.w); in alphaTest() 281 cMask[q] &= aMask; in alphaTest()
|
/external/swiftshader/src/Pipeline/ |
D | PixelRoutine.hpp | 55 void alphaTest(Int &aMask, const Short4 &alpha);
|
D | PixelRoutine.cpp | 622 Int aMask = SignMask(coverage); in alphaToCoverage() local 623 cMask[q] &= aMask; in alphaToCoverage()
|
/external/skia/src/gpu/geometry/ |
D | GrQuadUtils.cpp | 1016 M4f aMask = skvx::shuffle<0, 0, 3, 3>(mask); in moveTo() local 1026 denom = if_then_else(aMask, in moveTo() 1034 a = if_then_else(aMask, in moveTo() 1040 if_then_else(aMask, in moveTo()
|