| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbsolid.c | 75 WRITE(dst, FbDoRRop (READ(dst), and, xor)); 188 WRITE(dst, FbDoRRop (READ(dst), and0, xor0)); 190 WRITE(dst, FbDoRRop (READ(dst), and1, xor1)); 192 WRITE(dst, FbDoRRop (READ(dst), and2, xor2)); 198 WRITE(dst, FbDoRRop (READ(dst), and0, xor0)); 203 WRITE(dst, FbDoRRop (READ(dst), and1, xor1));
|
| H A D | fbrop.h | 69 #define FbDoRRop(dst, and, xor) (((dst) & (and)) ^ (xor)) macro 108 (FbDoRRop(dst, fa, fx) & b) | (FbDoRRop(dst, ba, bx) & ~b)
|
| H A D | fbbits.c | 105 #define FbDoTypeRRop(b,t,a,x,s) WRITE((t *) (b), FbDoRRop(READ((t *) (b)),\
|
| H A D | fbtile.c | 101 WRITE(dst, FbDoRRop (READ(dst), and, xor));
|
| H A D | fbstipple.c | 205 WRITE(dst, FbDoRRop (READ(dst), and, xor));
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbsolid.c | 58 WRITE(dst, FbDoRRop(READ(dst), and, xor));
|
| H A D | fbrop.h | 69 #define FbDoRRop(dst, and, xor) (((dst) & (and)) ^ (xor)) macro 99 (FbDoRRop(dst, fa, fx) & b) | (FbDoRRop(dst, ba, bx) & ~b)
|
| H A D | fbtile.c | 92 WRITE(dst, FbDoRRop(READ(dst), and, xor));
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| H A D | fbrop.h | 52 #define FbDoRRop(dst, and, xor) (((dst) & (and)) ^ (xor)) macro 83 (FbDoRRop(dst, fa, fx) & b) | (FbDoRRop(dst, ba, bx) & ~b)
|
| H A D | fbglyphbits.h | 25 #define RROP(b,a,x) WRITE((b), FbDoRRop (READ(b), (a), (x)))
|
| H A D | fbtile.c | 84 WRITE(dst, FbDoRRop(READ(dst), and, xor));
|
| H A D | fblinebits.h | 25 #define RROP(b,a,x) WRITE((b), FbDoRRop (READ(b), (a), (x))) 238 FbDoRRop(READ(dstLine), and, xor));
|
| H A D | fbpointbits.h | 24 #define RROP(b,a,x) WRITE((b), FbDoRRop (READ(b), (a), (x)))
|
| H A D | fbsegbits.h | 25 #define RROP(b,a,x) WRITE((b), FbDoRRop (READ(b), (a), (x)))
|
| H A D | fbstipple.c | 151 WRITE(dst, FbDoRRop(READ(dst), and, xor));
|
| H A D | fbarcbits.h | 25 #define RROP(b,a,x) WRITE((b), FbDoRRop (READ(b), (a), (x)))
|
| H A D | fbfill.c | 54 WRITE(dst, FbDoRRop(READ(dst), and, xor));
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| H A D | fbrop.h | 52 #define FbDoRRop(dst, and, xor) (((dst) & (and)) ^ (xor)) macro 83 (FbDoRRop(dst, fa, fx) & b) | (FbDoRRop(dst, ba, bx) & ~b)
|
| H A D | fbglyphbits.h | 25 #define RROP(b,a,x) WRITE((b), FbDoRRop (READ(b), (a), (x)))
|
| H A D | fbtile.c | 84 WRITE(dst, FbDoRRop(READ(dst), and, xor));
|
| H A D | fblinebits.h | 25 #define RROP(b,a,x) WRITE((b), FbDoRRop (READ(b), (a), (x))) 238 FbDoRRop(READ(dstLine), and, xor));
|
| H A D | fbpointbits.h | 24 #define RROP(b,a,x) WRITE((b), FbDoRRop (READ(b), (a), (x)))
|
| H A D | fbsegbits.h | 25 #define RROP(b,a,x) WRITE((b), FbDoRRop (READ(b), (a), (x)))
|
| H A D | fbstipple.c | 151 WRITE(dst, FbDoRRop(READ(dst), and, xor));
|
| H A D | fbarcbits.h | 25 #define RROP(b,a,x) WRITE((b), FbDoRRop (READ(b), (a), (x)))
|