| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| H A D | fbstipple.c | 63 FbBits fgand, FbBits fgxor, FbBits bgand, FbBits bgxor, 80 if (dstBpp >= 8 && fgand == 0 && bgand == FB_ALLONES && bgxor == 0) 89 FbMaskBitsBytes(dstX, width, fgand == 0 && bgand == 0, 125 and = (fgand & mask) | (bgand & ~mask); 167 FbBits fgand, FbBits fgxor, FbBits bgand, FbBits bgxor, 195 dstStride, x, dstBpp, w, h, fgand, fgxor, bgand, bgxor); 209 FbBits fgand, FbBits fgxor, FbBits bgand, FbBits bgxor, 218 fgand, fgxor, bgand, bgxor, xRot, yRot); 222 fgand, fgxor, bgand, bgxor, xRot, yRot); 59 fbEvenStipple(FbBits * dst,FbStride dstStride,int dstX,int dstBpp,int width,int height,FbStip * stip,FbStride stipStride,int stipHeight,FbBits fgand,FbBits fgxor,FbBits bgand,FbBits bgxor,int xRot,int yRot) argument 163 fbOddStipple(FbBits * dst,FbStride dstStride,int dstX,int dstBpp,int width,int height,FbStip * stip,FbStride stipStride,int stipWidth,int stipHeight,FbBits fgand,FbBits fgxor,FbBits bgand,FbBits bgxor,int xRot,int yRot) argument 205 fbStipple(FbBits * dst,FbStride dstStride,int dstX,int dstBpp,int width,int height,FbStip * stip,FbStride stipStride,int stipWidth,int stipHeight,Bool even,FbBits fgand,FbBits fgxor,FbBits bgand,FbBits bgxor,int xRot,int yRot) argument
|
| H A D | fbbltone.c | 103 FbBits fgxor, FbBits bgand, FbBits bgxor) 143 if (bgand == 0 && fgand == 0) 145 else if (bgand == FB_ALLONES && bgxor == 0) 238 fgand, fgxor, bgand, bgxor, 281 fgand, fgxor, bgand, 313 fgand, fgxor, bgand, bgxor, 338 FbStip fgxor, FbStip bgand, FbStip bgxor, Pixel planeMask) 393 fgand, fgxor, bgand, bgxor, 411 fgand, fgxor, bgand, bgxor, dstUnion)); 95 fbBltOne(FbStip * src,FbStride srcStride,int srcX,FbBits * dst,FbStride dstStride,int dstX,int dstBpp,int width,int height,FbBits fgand,FbBits fgxor,FbBits bgand,FbBits bgxor) argument 328 fbBltPlane(FbBits * src,FbStride srcStride,int srcX,int srcBpp,FbStip * dst,FbStride dstStride,int dstX,int width,int height,FbStip fgand,FbStip fgxor,FbStip bgand,FbStip bgxor,Pixel planeMask) argument
|
| H A D | fbfill.c | 118 FbBits fgand, fgxor, bgand, bgxor; local in function:fbFill 123 bgand = fbAnd(GXnoop, (FbBits) 0, FB_ALLONES); 126 bgand = pgc->bgand; 135 pgc->evenStipple, fgand, fgxor, bgand, bgxor,
|
| H A D | fbimage.c | 83 FbBits fgand, fgxor, bgand, bgxor; member in struct:fbPutXYImage 115 data->bgand, data->bgxor); 152 data.bgand = fbAnd(alu, bg, pm); 155 data.bgand = fbAnd(GXnoop, (FbBits) 0, FB_ALLONES);
|
| H A D | fbcopy.c | 104 pgc->and, pgc->xor, pgc->bgand, pgc->bgxor); 140 (FbStip) pgc->bgand, (FbStip) pgc->bgxor, bitplane); 191 pgc->and, pgc->xor, pgc->bgand, pgc->bgxor);
|
| H A D | fbgc.c | 181 pgc->bgand = fbAnd(gc->alu, pgc->bg, pgc->pm); 184 DBG(("%s: rrop fg=%08x, bg=%08x, pm=%08x, and=%08x, xor=%08x, bgand=%08x, bgxor=%08x\n", 185 __FUNCTION__, pgc->fg, pgc->bg, pgc->pm, pgc->and, pgc->xor, pgc->bgand, pgc->bgxor));
|
| H A D | fbseg.c | 196 FbStip bgand = (FbStip) pgc->bgand; local in function:fbBresDash 224 WRITE(dst, FbDoMaskRRop(READ(dst), bgand, bgxor, mask)); 354 DBG(("%s: line=%d, fill=%d, and=%lx, bgand=%lx\n", 356 (long)pgc->and, (long)pgc->bgand)); 394 (gc->lineStyle == LineOnOffDash || pgc->bgand == 0)) {
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| H A D | fbstipple.c | 63 FbBits fgand, FbBits fgxor, FbBits bgand, FbBits bgxor, 80 if (dstBpp >= 8 && fgand == 0 && bgand == FB_ALLONES && bgxor == 0) 89 FbMaskBitsBytes(dstX, width, fgand == 0 && bgand == 0, 125 and = (fgand & mask) | (bgand & ~mask); 167 FbBits fgand, FbBits fgxor, FbBits bgand, FbBits bgxor, 195 dstStride, x, dstBpp, w, h, fgand, fgxor, bgand, bgxor); 209 FbBits fgand, FbBits fgxor, FbBits bgand, FbBits bgxor, 218 fgand, fgxor, bgand, bgxor, xRot, yRot); 222 fgand, fgxor, bgand, bgxor, xRot, yRot); 59 fbEvenStipple(FbBits * dst,FbStride dstStride,int dstX,int dstBpp,int width,int height,FbStip * stip,FbStride stipStride,int stipHeight,FbBits fgand,FbBits fgxor,FbBits bgand,FbBits bgxor,int xRot,int yRot) argument 163 fbOddStipple(FbBits * dst,FbStride dstStride,int dstX,int dstBpp,int width,int height,FbStip * stip,FbStride stipStride,int stipWidth,int stipHeight,FbBits fgand,FbBits fgxor,FbBits bgand,FbBits bgxor,int xRot,int yRot) argument 205 fbStipple(FbBits * dst,FbStride dstStride,int dstX,int dstBpp,int width,int height,FbStip * stip,FbStride stipStride,int stipWidth,int stipHeight,Bool even,FbBits fgand,FbBits fgxor,FbBits bgand,FbBits bgxor,int xRot,int yRot) argument
|
| H A D | fbbltone.c | 103 FbBits fgxor, FbBits bgand, FbBits bgxor) 143 if (bgand == 0 && fgand == 0) 145 else if (bgand == FB_ALLONES && bgxor == 0) 238 fgand, fgxor, bgand, bgxor, 281 fgand, fgxor, bgand, 313 fgand, fgxor, bgand, bgxor, 338 FbStip fgxor, FbStip bgand, FbStip bgxor, Pixel planeMask) 393 fgand, fgxor, bgand, bgxor, 411 fgand, fgxor, bgand, bgxor, dstUnion)); 95 fbBltOne(FbStip * src,FbStride srcStride,int srcX,FbBits * dst,FbStride dstStride,int dstX,int dstBpp,int width,int height,FbBits fgand,FbBits fgxor,FbBits bgand,FbBits bgxor) argument 328 fbBltPlane(FbBits * src,FbStride srcStride,int srcX,int srcBpp,FbStip * dst,FbStride dstStride,int dstX,int width,int height,FbStip fgand,FbStip fgxor,FbStip bgand,FbStip bgxor,Pixel planeMask) argument
|
| H A D | fbfill.c | 118 FbBits fgand, fgxor, bgand, bgxor; local in function:fbFill 123 bgand = fbAnd(GXnoop, (FbBits) 0, FB_ALLONES); 126 bgand = pgc->bgand; 135 pgc->evenStipple, fgand, fgxor, bgand, bgxor,
|
| H A D | fbimage.c | 83 FbBits fgand, fgxor, bgand, bgxor; member in struct:fbPutXYImage 115 data->bgand, data->bgxor); 152 data.bgand = fbAnd(alu, bg, pm); 155 data.bgand = fbAnd(GXnoop, (FbBits) 0, FB_ALLONES);
|
| H A D | fbcopy.c | 104 pgc->and, pgc->xor, pgc->bgand, pgc->bgxor); 140 (FbStip) pgc->bgand, (FbStip) pgc->bgxor, bitplane); 191 pgc->and, pgc->xor, pgc->bgand, pgc->bgxor);
|
| H A D | fbgc.c | 181 pgc->bgand = fbAnd(gc->alu, pgc->bg, pgc->pm); 184 DBG(("%s: rrop fg=%08x, bg=%08x, pm=%08x, and=%08x, xor=%08x, bgand=%08x, bgxor=%08x\n", 185 __FUNCTION__, pgc->fg, pgc->bg, pgc->pm, pgc->and, pgc->xor, pgc->bgand, pgc->bgxor));
|
| H A D | fbseg.c | 196 FbStip bgand = (FbStip) pgc->bgand; local in function:fbBresDash 224 WRITE(dst, FbDoMaskRRop(READ(dst), bgand, bgxor, mask)); 354 DBG(("%s: line=%d, fill=%d, and=%lx, bgand=%lx\n", 356 (long)pgc->and, (long)pgc->bgand)); 394 (gc->lineStyle == LineOnOffDash || pgc->bgand == 0)) {
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbstipple.c | 98 FbBits bgand, 119 fgand == 0 && bgand == FB_ALLONES && bgxor == 0) 128 FbMaskBitsBytes (dstX, width, fgand == 0 && bgand == 0, 170 and = (fgand & mask) | (bgand & ~mask); 232 FbBits bgand, 272 fgand, fgxor, bgand, bgxor); 298 FbBits bgand, 307 fgand, fgxor, bgand, bgxor, xRot, yRot); 311 fgand, fgxor, bgand, bgxor, xRot, yRot); 84 fbEvenStipple(FbBits * dst,FbStride dstStride,int dstX,int dstBpp,int width,int height,FbStip * stip,FbStride stipStride,int stipHeight,FbBits fgand,FbBits fgxor,FbBits bgand,FbBits bgxor,int xRot,int yRot) argument 217 fbOddStipple(FbBits * dst,FbStride dstStride,int dstX,int dstBpp,int width,int height,FbStip * stip,FbStride stipStride,int stipWidth,int stipHeight,FbBits fgand,FbBits fgxor,FbBits bgand,FbBits bgxor,int xRot,int yRot) argument 282 fbStipple(FbBits * dst,FbStride dstStride,int dstX,int dstBpp,int width,int height,FbStip * stip,FbStride stipStride,int stipWidth,int stipHeight,Bool even,FbBits fgand,FbBits fgxor,FbBits bgand,FbBits bgxor,int xRot,int yRot) argument
|
| H A D | fbbltone.c | 147 FbBits bgand, 178 fgand, fgxor, bgand, bgxor); 201 if (bgand == 0 && fgand == 0) 203 else if (bgand == FB_ALLONES && bgxor == 0) 315 fgand, fgxor, bgand, bgxor, 370 fgand, fgxor, bgand, bgxor)); 413 fgand, fgxor, bgand, bgxor, 586 FbBits bgand, 621 if (bgand == 0 && fgand == 0) 664 else if (bgand 134 fbBltOne(FbStip * src,FbStride srcStride,int srcX,FbBits * dst,FbStride dstStride,int dstX,int dstBpp,int width,int height,FbBits fgand,FbBits fgxor,FbBits bgand,FbBits bgxor) argument 573 fbBltOne24(FbStip * srcLine,FbStride srcStride,int srcX,FbBits * dst,FbStride dstStride,int dstX,int dstBpp,int width,int height,FbBits fgand,FbBits fgxor,FbBits bgand,FbBits bgxor) argument 758 fbBltPlane(FbBits * src,FbStride srcStride,int srcX,int srcBpp,FbStip * dst,FbStride dstStride,int dstX,int width,int height,FbStip fgand,FbStip fgxor,FbStip bgand,FbStip bgxor,Pixel planeMask) argument [all...] |
| H A D | fbfill.c | 101 FbBits fgand, fgxor, bgand, bgxor; local in function:fbFill 107 bgand = fbAnd(GXnoop,(FbBits) 0,FB_ALLONES); 112 bgand = pPriv->bgand; 128 bgand, bgxor,
|
| H A D | fbimage.c | 200 FbBits fgand = 0, fgxor = 0, bgand = 0, bgxor = 0; local in function:fbPutXYImage 217 bgand = fbAnd(alu,bg,pm); 222 bgand = fbAnd(GXnoop,(FbBits)0,FB_ALLONES); 277 fgand, fgxor, bgand, bgxor);
|
| H A D | fbseg.c | 141 FbStip bgand = (FbStip) pPriv->bgand; local in function:fbBresDash 169 WRITE(dst, FbDoMaskRRop (READ(dst), bgand, bgxor, mask)); 432 FbStip bgand = pPriv->bgand; local in function:fbBresDash24RRop 466 andT = bgand; 563 (pGC->lineStyle == LineOnOffDash || pPriv->bgand == 0))
|
| H A D | fbcopy.c | 200 pPriv->bgand, pPriv->bgxor); 253 (FbStip) pPriv->bgand, (FbStip) pPriv->bgxor, 315 pPriv->bgand, pPriv->bgxor);
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbfill.c | 36 FbBits bgand, FbBits bgxor, 64 dstStride, x, dstBpp, w, h, fgand, fgxor, bgand, bgxor); 126 FbBits fgand, fgxor, bgand, bgxor; local in function:fbFill 131 bgand = fbAnd(GXnoop, (FbBits) 0, FB_ALLONES); 135 bgand = pPriv->bgand; 144 fgand, fgxor, bgand, bgxor, 30 fbStipple(FbBits * dst,FbStride dstStride,int dstX,int dstBpp,int width,int height,FbStip * stip,FbStride stipStride,int stipWidth,int stipHeight,FbBits fgand,FbBits fgxor,FbBits bgand,FbBits bgxor,int xRot,int yRot) argument
|
| H A D | fbbltone.c | 169 FbBits fgxor, FbBits bgand, FbBits bgxor) 208 if (bgand == 0 && fgand == 0) 210 else if (bgand == FB_ALLONES && bgxor == 0) 312 fgand, fgxor, bgand, bgxor, 338 fgxor, bgand, bgxor)); 365 bgand, bgxor, endbyte, endmask); 388 FbStip fgxor, FbStip bgand, FbStip bgxor, Pixel planeMask) 443 fgand, fgxor, bgand, bgxor, 461 fgand, fgxor, bgand, bgxor, dstUnion)); 161 fbBltOne(FbStip * src,FbStride srcStride,int srcX,FbBits * dst,FbStride dstStride,int dstX,int dstBpp,int width,int height,FbBits fgand,FbBits fgxor,FbBits bgand,FbBits bgxor) argument 378 fbBltPlane(FbBits * src,FbStride srcStride,int srcX,int srcBpp,FbStip * dst,FbStride dstStride,int dstX,int width,int height,FbStip fgand,FbStip fgxor,FbStip bgand,FbStip bgxor,Pixel planeMask) argument
|
| H A D | fbimage.c | 142 FbBits fgand = 0, fgxor = 0, bgand = 0, bgxor = 0; local in function:fbPutXYImage 156 bgand = fbAnd(alu, bg, pm); 160 bgand = fbAnd(GXnoop, (FbBits) 0, FB_ALLONES); 198 (x2 - x1) * dstBpp, (y2 - y1), fgand, fgxor, bgand, bgxor);
|
| H A D | fbcopy.c | 132 pPriv->and, pPriv->xor, pPriv->bgand, pPriv->bgxor); 174 (FbStip) pPriv->bgand, (FbStip) pPriv->bgxor, bitplane); 228 pPriv->and, pPriv->xor, pPriv->bgand, pPriv->bgxor);
|
| H A D | fbseg.c | 122 FbStip bgand = (FbStip) pPriv->bgand; local in function:fbBresDash 150 WRITE(dst, FbDoMaskRRop(READ(dst), bgand, bgxor, mask)); 319 (pGC->lineStyle == LineOnOffDash || pPriv->bgand == 0)) {
|