Searched refs:FbDoRRop (Results 1 - 25 of 28) sorted by relevance

12

/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbsolid.c75 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 Dfbrop.h69 #define FbDoRRop(dst, and, xor) (((dst) & (and)) ^ (xor)) macro
108 (FbDoRRop(dst, fa, fx) & b) | (FbDoRRop(dst, ba, bx) & ~b)
H A Dfbbits.c105 #define FbDoTypeRRop(b,t,a,x,s) WRITE((t *) (b), FbDoRRop(READ((t *) (b)),\
H A Dfbtile.c101 WRITE(dst, FbDoRRop (READ(dst), and, xor));
H A Dfbstipple.c205 WRITE(dst, FbDoRRop (READ(dst), and, xor));
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbsolid.c58 WRITE(dst, FbDoRRop(READ(dst), and, xor));
H A Dfbrop.h69 #define FbDoRRop(dst, and, xor) (((dst) & (and)) ^ (xor)) macro
99 (FbDoRRop(dst, fa, fx) & b) | (FbDoRRop(dst, ba, bx) & ~b)
H A Dfbtile.c92 WRITE(dst, FbDoRRop(READ(dst), and, xor));
/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbrop.h52 #define FbDoRRop(dst, and, xor) (((dst) & (and)) ^ (xor)) macro
83 (FbDoRRop(dst, fa, fx) & b) | (FbDoRRop(dst, ba, bx) & ~b)
H A Dfbglyphbits.h25 #define RROP(b,a,x) WRITE((b), FbDoRRop (READ(b), (a), (x)))
H A Dfbtile.c84 WRITE(dst, FbDoRRop(READ(dst), and, xor));
H A Dfblinebits.h25 #define RROP(b,a,x) WRITE((b), FbDoRRop (READ(b), (a), (x)))
238 FbDoRRop(READ(dstLine), and, xor));
H A Dfbpointbits.h24 #define RROP(b,a,x) WRITE((b), FbDoRRop (READ(b), (a), (x)))
H A Dfbsegbits.h25 #define RROP(b,a,x) WRITE((b), FbDoRRop (READ(b), (a), (x)))
H A Dfbstipple.c151 WRITE(dst, FbDoRRop(READ(dst), and, xor));
H A Dfbarcbits.h25 #define RROP(b,a,x) WRITE((b), FbDoRRop (READ(b), (a), (x)))
H A Dfbfill.c54 WRITE(dst, FbDoRRop(READ(dst), and, xor));
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbrop.h52 #define FbDoRRop(dst, and, xor) (((dst) & (and)) ^ (xor)) macro
83 (FbDoRRop(dst, fa, fx) & b) | (FbDoRRop(dst, ba, bx) & ~b)
H A Dfbglyphbits.h25 #define RROP(b,a,x) WRITE((b), FbDoRRop (READ(b), (a), (x)))
H A Dfbtile.c84 WRITE(dst, FbDoRRop(READ(dst), and, xor));
H A Dfblinebits.h25 #define RROP(b,a,x) WRITE((b), FbDoRRop (READ(b), (a), (x)))
238 FbDoRRop(READ(dstLine), and, xor));
H A Dfbpointbits.h24 #define RROP(b,a,x) WRITE((b), FbDoRRop (READ(b), (a), (x)))
H A Dfbsegbits.h25 #define RROP(b,a,x) WRITE((b), FbDoRRop (READ(b), (a), (x)))
H A Dfbstipple.c151 WRITE(dst, FbDoRRop(READ(dst), and, xor));
H A Dfbarcbits.h25 #define RROP(b,a,x) WRITE((b), FbDoRRop (READ(b), (a), (x)))

Completed in 11 milliseconds

12