Searched refs:FbScrLeft (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbblt.c191 bits |= FbScrLeft(bits1, leftShift);
201 bits |= FbScrLeft(bits1, leftShift);
209 bits |= FbScrLeft(bits1, leftShift);
218 bits |= FbScrLeft(bits1, leftShift);
227 bits = FbScrLeft(bits1, leftShift);
228 if (FbScrLeft(startmask, rightShift)) {
238 bits = FbScrLeft(bits1, leftShift);
246 bits = FbScrLeft(bits1, leftShift);
254 bits = FbScrLeft(bits1, leftShift);
255 if (FbScrLeft(endmas
[all...]
H A Dfb.h80 #define FbScrLeft(x,n) ((x) >> (n)) macro
87 #define FbStipLeft(x,n) FbScrLeft(x,n)
90 #define FbRotLeft(x,n) FbScrLeft(x,n) | (n ? FbScrRight(x,FB_UNIT-n) : 0)
91 #define FbRotRight(x,n) FbScrRight(x,n) | (n ? FbScrLeft(x,FB_UNIT-n) : 0)
99 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
104 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
107 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
H A Dfbbitmap.c149 w = FbScrLeft(w, 1);
164 w = FbScrLeft(w, 1);
H A Dfbgc.c76 bits = FbScrLeft(bits, len);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbblt.c191 bits |= FbScrLeft(bits1, leftShift);
201 bits |= FbScrLeft(bits1, leftShift);
209 bits |= FbScrLeft(bits1, leftShift);
218 bits |= FbScrLeft(bits1, leftShift);
227 bits = FbScrLeft(bits1, leftShift);
228 if (FbScrLeft(startmask, rightShift)) {
238 bits = FbScrLeft(bits1, leftShift);
246 bits = FbScrLeft(bits1, leftShift);
254 bits = FbScrLeft(bits1, leftShift);
255 if (FbScrLeft(endmas
[all...]
H A Dfb.h84 #define FbScrLeft(x,n) ((x) >> (n)) macro
91 #define FbStipLeft(x,n) FbScrLeft(x,n)
94 #define FbRotLeft(x,n) FbScrLeft(x,n) | (n ? FbScrRight(x,FB_UNIT-n) : 0)
95 #define FbRotRight(x,n) FbScrRight(x,n) | (n ? FbScrLeft(x,FB_UNIT-n) : 0)
103 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
108 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
111 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
H A Dfbbitmap.c149 w = FbScrLeft(w, 1);
164 w = FbScrLeft(w, 1);
H A Dfbgc.c76 bits = FbScrLeft(bits, len);
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbblt.c217 bits |= FbScrLeft(bits1, leftShift);
227 bits |= FbScrLeft(bits1, leftShift);
236 bits |= FbScrLeft(bits1, leftShift);
245 bits |= FbScrLeft(bits1, leftShift);
255 bits = FbScrLeft(bits1, leftShift);
256 if (FbScrLeft(startmask, rightShift)) {
266 bits = FbScrLeft(bits1, leftShift);
275 bits = FbScrLeft(bits1, leftShift);
283 bits = FbScrLeft(bits1, leftShift);
284 if (FbScrLeft(endmas
[all...]
H A Dfb.h129 #define FbScrLeft(x,n) ((x) >> (n)) macro
136 #define FbScrLeft(x,n) ((x) << (n)) macro
146 #define FbStipLeft(x,n) FbScrLeft(x,n)
149 #define FbRotLeft(x,n) FbScrLeft(x,n) | (n ? FbScrRight(x,FB_UNIT-n) : 0)
150 #define FbRotRight(x,n) FbScrRight(x,n) | (n ? FbScrLeft(x,FB_UNIT-n) : 0)
158 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
163 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
166 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
H A Dfbpixmap.c204 w = FbScrLeft(w, 1);
229 w = FbScrLeft(w, 1);
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbblt.c253 bits |= FbScrLeft(bits1, leftShift);
265 bits |= FbScrLeft(bits1, leftShift);
276 bits |= FbScrLeft(bits1, leftShift);
287 bits |= FbScrLeft(bits1, leftShift);
299 bits = FbScrLeft(bits1, leftShift);
300 if (FbScrLeft(startmask, rightShift))
313 bits = FbScrLeft(bits1, leftShift);
324 bits = FbScrLeft(bits1, leftShift);
333 bits = FbScrLeft(bits1, leftShift);
334 if (FbScrLeft(endmas
[all...]
H A Dfbpixmap.c224 w = FbScrLeft(w, 1);
255 w = FbScrLeft(w, 1);
H A Dfb.h179 #define FbScrLeft(x,n) ((x) >> (n)) macro
186 #define FbScrLeft(x,n) ((x) << (n)) macro
196 #define FbStipLeft(x,n) FbScrLeft(x,n)
199 #define FbRotLeft(x,n) FbScrLeft(x,n) | (n ? FbScrRight(x,FB_UNIT-n) : 0)
200 #define FbRotRight(x,n) FbScrRight(x,n) | (n ? FbScrLeft(x,FB_UNIT-n) : 0)
208 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
213 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
216 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
524 #define FbRot24(p,b) (FbScrRight(p,b) | FbScrLeft(p,24-(b)))
H A Dfbgc.c131 bits = FbScrLeft(bits,len);
/xsrc/external/mit/xorg-server.old/dist/miext/shadow/
H A Dshrotate.c275 bits = FbScrLeft(bits, shaBpp);
/xsrc/external/mit/xorg-server/dist/miext/shadow/
H A Dshrotate.c268 bits = FbScrLeft(bits, shaBpp);

Completed in 17 milliseconds