HomeSort by: relevance | last modified time | path
    Searched refs:xor (Results 1 - 25 of 96) sorted by relevancy

1 2 3 4

  /xsrc/external/mit/xorg-server/dist/fb/
fbsolid.c 23 #define FbSelectPart(xor,o,t) xor
34 int dstX, int bpp, int width, int height, FbBits and, FbBits xor)
49 FbDoLeftMaskByteRRop(dst, startbyte, startmask, and, xor);
55 WRITE(dst++, xor);
58 WRITE(dst, FbDoRRop(READ(dst), and, xor));
62 FbDoRightMaskByteRRop(dst, endbyte, endmask, and, xor);
fbpoint.c 36 int yorg, int xoff, int yoff, FbBits and, FbBits xor);
52 FbStip xor = xorOrig; local
70 WRITE(d, FbDoMaskRRop(READ(d), and, xor, mask));
86 FbBits and, xor; local
105 xor = pPriv->xor;
121 pDrawable->x, pDrawable->y, dstXoff, dstYoff, and, xor);
fbtile.c 46 FbBits and, xor; local
80 xor = fbXor(alu, bits, pm);
83 FbDoLeftMaskByteRRop(dst, startbyte, startmask, and, xor);
89 WRITE(dst++, xor);
92 WRITE(dst, FbDoRRop(READ(dst), and, xor));
96 FbDoRightMaskByteRRop(dst, endbyte, endmask, and, xor);
fbrop.h 49 /* AND has higher precedence than XOR */
69 #define FbDoRRop(dst, and, xor) (((dst) & (and)) ^ (xor))
71 #define FbDoMaskRRop(dst, and, xor, mask) \
72 (((dst) & ((and) | ~(mask))) ^ (xor & mask))
  /xsrc/external/mit/xorg-server.old/dist/fb/
fbsolid.c 23 #define FbSelectPart(xor,o,t) xor
41 FbBits xor)
48 if (bpp == 24 && (!FbCheck24Pix(and) || !FbCheck24Pix(xor)))
50 fbSolid24 (dst, dstStride, dstX, width, height, and, xor);
65 FbDoLeftMaskByteRRop(dst,startbyte,startmask,and,xor);
71 WRITE(dst++, xor);
75 WRITE(dst, FbDoRRop (READ(dst), and, xor));
79 FbDoRightMaskByteRRop(dst,endbyte,endmask,and,xor);
94 FbBits xor)
    [all...]
fb.h 239 #define FbDoLeftMaskByteRRop(dst,lb,l,and,xor) { \
240 *dst = FbDoMaskRRop(*dst,and,xor,l); \
242 #define FbDoRightMaskByteRRop(dst,rb,r,and,xor) { \
243 *dst = FbDoMaskRRop(*dst,and,xor,r); \
252 #define FbSelectPatternPart(xor,o,t) ((xor) >> (FbPatternOffset (o,t) << 3))
253 #define FbStorePart(dst,off,t,xor) (WRITE(FbPtrOffset(dst,off,t), \
254 FbSelectPart(xor,off,t)))
300 #define FbDoLeftMaskByteRRop6Cases(dst,xor) \
302 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
665 FbBits and, xor; \/* reduced rop values *\/ member in struct:__anon10402
    [all...]
fbpoint.c 40 FbBits xor);
61 FbStip xor = xorOrig; local
87 xorT = FbRot24Stip(xor,rot);
104 WRITE(d, FbDoMaskRRop (READ(d), and, xor, mask));
124 FbBits and, xor; local
145 xor = pPriv->xor;
160 pDrawable->x, pDrawable->y, dstXoff, dstYoff, and, xor);
fbtile.c 53 FbBits and, xor; local
87 xor = fbXor(alu,bits,pm);
91 FbDoLeftMaskByteRRop(dst, startbyte, startmask, and, xor);
97 WRITE(dst++, xor);
101 WRITE(dst, FbDoRRop (READ(dst), and, xor));
105 FbDoRightMaskByteRRop(dst, endbyte, endmask, and, xor);
fbutil.c 46 FbBits and, xor; local
53 xor = 0;
57 xor = 0;
61 xor = fg;
65 xor = fg;
69 xor = 0;
73 xor = 0;
77 xor = fg;
81 xor = fg;
85 xor = ~fg
    [all...]
  /xsrc/external/mit/mesa-demos/dist/src/trivial/
line-xor.c 2 * Draw lines in XOR mode.
17 static GLboolean xor = GL_TRUE; variable
36 xor = !xor;
37 printf("XOR mode: %s\n", xor ? "on" : "off");
51 if (xor)
123 fprintf(stderr, "Press 'x' to toggle XOR mode on/off.\n");
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
fblinebits.h 43 BITS xor = fb_gc(gc)->xor; local
107 WRITE(bits, xor);
117 RROP(bits, and, xor);
129 RROP(bits, and, xor);
161 FbBits xor = fb_gc(gc)->xor; local
228 FbDoMaskRRop(READ(dstLine), and, xor,
234 WRITE(dstLine++, xor);
238 FbDoRRop(READ(dstLine), and, xor));
    [all...]
fbtile.c 39 FbBits and, xor; local
72 xor = fbXor(alu, bits, pm);
75 FbDoLeftMaskByteRRop(dst, startbyte, startmask, and, xor);
81 WRITE(dst++, xor);
84 WRITE(dst, FbDoRRop(READ(dst), and, xor));
88 FbDoRightMaskByteRRop(dst, endbyte, endmask, and, xor);
fbpoint.c 61 FbStip xor = xorOrig; local
76 WRITE(d, FbDoMaskRRop(READ(d), and, xor, mask));
94 FbBits and, FbBits xor);
133 fb_gc(gc)->and, fb_gc(gc)->xor);
fbfill.c 30 int dstX, int bpp, int width, int height, FbBits and, FbBits xor)
45 FbDoLeftMaskByteRRop(dst, startbyte, startmask, and, xor);
51 WRITE(dst++, xor);
54 WRITE(dst, FbDoRRop(READ(dst), and, xor));
58 FbDoRightMaskByteRRop(dst, endbyte, endmask, and, xor);
82 width, height, pgc->xor))
86 dstBpp, width * dstBpp, height, pgc->and, pgc->xor);
121 fgxor = pgc->xor;
166 FbBits xor = fbXor(GXcopy, fb_gc(gc)->bg, fb_gc(gc)->pm); local
173 (b->x2 - b->x1), (b->y2 - b->y1), xor))
    [all...]
fb.h 132 #define FbSelectPatternPart(xor,o,t) ((xor) >> (FbPatternOffset (o,t) << 3))
133 #define FbStorePart(dst,off,t,xor) (WRITE(FbPtrOffset(dst,off,t), \
134 FbSelectPart(xor,off,t)))
179 #define FbDoLeftMaskByteRRop(dst,lb,l,and,xor) { \
182 FbStorePart(dst,sizeof (FbBits) - 3,CARD8,xor); \
185 FbStorePart(dst,sizeof (FbBits) - 3,CARD8,xor); \
186 FbStorePart(dst,sizeof (FbBits) - 2,CARD8,xor); \
189 FbStorePart(dst,sizeof (FbBits) - 2,CARD8,xor); \
192 FbStorePart(dst,sizeof (FbBits) - 3,CARD8,xor); \
278 FbBits and, xor; \/* reduced rop values *\/ member in struct:__anon7084
    [all...]
fbsegbits.h 37 BITS xor = fb_gc(gc)->xor; local
52 WRITE(bits, xor);
73 BITS xor = fb_gc(gc)->xor; local
88 RROP(bits, and, xor);
113 BITS xorfg = fb_gc(gc)->xor;
fbrop.h 32 /* AND has higher precedence than XOR */
52 #define FbDoRRop(dst, and, xor) (((dst) & (and)) ^ (xor))
54 #define FbDoMaskRRop(dst, and, xor, mask) \
55 (((dst) & ((and) | ~(mask))) ^ (xor & mask))
fbstipple.c 67 FbBits mask, and, xor; local
126 xor = (fgxor & mask) | (bgxor & ~mask);
142 FbDoLeftMaskByteRRop(dst, startbyte, startmask, and, xor);
148 WRITE(dst++, xor);
151 WRITE(dst, FbDoRRop(READ(dst), and, xor));
156 FbDoRightMaskByteRRop(dst, endbyte, endmask, and, xor);
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
fblinebits.h 43 BITS xor = fb_gc(gc)->xor; local
107 WRITE(bits, xor);
117 RROP(bits, and, xor);
129 RROP(bits, and, xor);
161 FbBits xor = fb_gc(gc)->xor; local
228 FbDoMaskRRop(READ(dstLine), and, xor,
234 WRITE(dstLine++, xor);
238 FbDoRRop(READ(dstLine), and, xor));
    [all...]
fbtile.c 39 FbBits and, xor; local
72 xor = fbXor(alu, bits, pm);
75 FbDoLeftMaskByteRRop(dst, startbyte, startmask, and, xor);
81 WRITE(dst++, xor);
84 WRITE(dst, FbDoRRop(READ(dst), and, xor));
88 FbDoRightMaskByteRRop(dst, endbyte, endmask, and, xor);
fbpoint.c 61 FbStip xor = xorOrig; local
76 WRITE(d, FbDoMaskRRop(READ(d), and, xor, mask));
94 FbBits and, FbBits xor);
133 fb_gc(gc)->and, fb_gc(gc)->xor);
fbfill.c 30 int dstX, int bpp, int width, int height, FbBits and, FbBits xor)
45 FbDoLeftMaskByteRRop(dst, startbyte, startmask, and, xor);
51 WRITE(dst++, xor);
54 WRITE(dst, FbDoRRop(READ(dst), and, xor));
58 FbDoRightMaskByteRRop(dst, endbyte, endmask, and, xor);
82 width, height, pgc->xor))
86 dstBpp, width * dstBpp, height, pgc->and, pgc->xor);
121 fgxor = pgc->xor;
166 FbBits xor = fbXor(GXcopy, fb_gc(gc)->bg, fb_gc(gc)->pm); local
173 (b->x2 - b->x1), (b->y2 - b->y1), xor))
    [all...]
fb.h 136 #define FbSelectPatternPart(xor,o,t) ((xor) >> (FbPatternOffset (o,t) << 3))
137 #define FbStorePart(dst,off,t,xor) (WRITE(FbPtrOffset(dst,off,t), \
138 FbSelectPart(xor,off,t)))
183 #define FbDoLeftMaskByteRRop(dst,lb,l,and,xor) { \
186 FbStorePart(dst,sizeof (FbBits) - 3,CARD8,xor); \
189 FbStorePart(dst,sizeof (FbBits) - 3,CARD8,xor); \
190 FbStorePart(dst,sizeof (FbBits) - 2,CARD8,xor); \
193 FbStorePart(dst,sizeof (FbBits) - 2,CARD8,xor); \
196 FbStorePart(dst,sizeof (FbBits) - 3,CARD8,xor); \
282 FbBits and, xor; \/* reduced rop values *\/ member in struct:__anon7954
    [all...]
fbsegbits.h 37 BITS xor = fb_gc(gc)->xor; local
52 WRITE(bits, xor);
73 BITS xor = fb_gc(gc)->xor; local
88 RROP(bits, and, xor);
113 BITS xorfg = fb_gc(gc)->xor;
fbrop.h 32 /* AND has higher precedence than XOR */
52 #define FbDoRRop(dst, and, xor) (((dst) & (and)) ^ (xor))
54 #define FbDoMaskRRop(dst, and, xor, mask) \
55 (((dst) & ((and) | ~(mask))) ^ (xor & mask))

Completed in 28 milliseconds

1 2 3 4