Searched refs:bMask (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_masking.c | 80 const GLushort bMask = GET_COLORMASK_BIT(ctx->Color.ColorMask, buf, 2) ? 0xffff : 0x0; local in function:_swrast_mask_rgba_span 88 src[i][BCOMP] = (src[i][BCOMP] & bMask) | (dst[i][BCOMP] & ~bMask); 96 const GLuint bMask = GET_COLORMASK_BIT(ctx->Color.ColorMask, buf, 2) ? ~0x0 : 0x0; local in function:_swrast_mask_rgba_span 104 src[i][BCOMP] = (src[i][BCOMP] & bMask) | (dst[i][BCOMP] & ~bMask);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_masking.c | 80 const GLushort bMask = GET_COLORMASK_BIT(ctx->Color.ColorMask, buf, 2) ? 0xffff : 0x0; local in function:_swrast_mask_rgba_span 88 src[i][BCOMP] = (src[i][BCOMP] & bMask) | (dst[i][BCOMP] & ~bMask); 96 const GLuint bMask = GET_COLORMASK_BIT(ctx->Color.ColorMask, buf, 2) ? ~0x0 : 0x0; local in function:_swrast_mask_rgba_span 104 src[i][BCOMP] = (src[i][BCOMP] & bMask) | (dst[i][BCOMP] & ~bMask);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k/ |
| H A D | x68kGraph.c | 359 unsigned long rMask, gMask, bMask; local in function:x68kInstallColormap 372 bMask = pVisual->blueMask; 379 bmap[i] = cmap->blue[(i & bMask) >> oBlue].co.local.blue >> 11;
|
| /xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/ |
| H A D | x68kGraph.c | 357 unsigned long rMask, gMask, bMask; local in function:x68kInstallColormap 370 bMask = pVisual->blueMask; 377 bmap[i] = cmap->blue[(i & bMask) >> oBlue].co.local.blue >> 11;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/sun/ |
| H A D | sunCfb.c | 153 unsigned long rMask, gMask, bMask; local in function:sunInstallColormap 165 bMask = pVisual->blueMask; 170 rMask = gMask = bMask = 255; 176 bmap[i] = cmap->blue[(i & bMask) >> oBlue].co.local.blue >> 8;
|
| /xsrc/external/mit/xorg-server/dist/hw/sun/ |
| H A D | sunCfb.c | 153 unsigned long rMask, gMask, bMask; local in function:sunInstallColormap 165 bMask = pVisual->blueMask; 170 rMask = gMask = bMask = 255; 176 bmap[i] = cmap->blue[(i & bMask) >> oBlue].co.local.blue >> 8;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx10/ |
| H A D | gfx10addrlib.cpp | 1517 UINT_32 bMask = (1 << elemLog2) - 1; local in function:Addr::V2::Gfx10Lib::ConvertSwizzlePatternToEquation 1550 bMask |= 1 << i; 1609 bMask |= 1 << i; 1617 ADDR_ASSERT((bMask & pipeIntMask) == pipeIntMask); 1619 while (bMask != blockMask) 1623 if ((bMask & (1 << i)) == 0) 1654 bMask |= 1 << i; 1721 UINT_32 bMask = (1 << elemLog2) - 1; local in function:Addr::V2::Gfx10Lib::ConvertSwizzlePatternToEquation 1765 bMask |= 1 << i; 1838 bMask | [all...] |
Completed in 10 milliseconds