Searched refs:FB_STIP_UNIT (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfb.h69 #define FB_STIP_UNIT (1 << FB_STIP_SHIFT) macro
70 #define FB_STIP_MASK (FB_STIP_UNIT - 1)
93 #define FbRotStipLeft(x,n) FbStipLeft(x,n) | (n ? FbStipRight(x,FB_STIP_UNIT-n) : 0)
94 #define FbRotStipRight(x,n) FbStipRight(x,n) | (n ? FbStipLeft(x,FB_STIP_UNIT-n) : 0)
103 #define FbRightStipMask(x) ( ((FB_STIP_UNIT - (x)) & FB_STIP_MASK) ? \
104 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
110 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
227 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \
H A Dfbbltone.c139 unitsPerSrc = FB_STIP_UNIT / pixelsPerDst;
169 rightShift = FB_STIP_UNIT - leftShift;
172 leftShift = FB_STIP_UNIT - rightShift;
H A Dfbseg.c71 #define fbBresShiftMask(mask,dir,bpp) ((bpp == FB_STIP_UNIT) ? 0 : \
142 mask0 = FbStipRight(mask0, FB_STIP_UNIT - bpp);
217 mask0 = FbStipRight(mask0, FB_STIP_UNIT - bpp);
H A Dfbcopy.c96 srcStride * (FB_UNIT / FB_STIP_UNIT),
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfb.h73 #define FB_STIP_UNIT (1 << FB_STIP_SHIFT) macro
74 #define FB_STIP_MASK (FB_STIP_UNIT - 1)
97 #define FbRotStipLeft(x,n) FbStipLeft(x,n) | (n ? FbStipRight(x,FB_STIP_UNIT-n) : 0)
98 #define FbRotStipRight(x,n) FbStipRight(x,n) | (n ? FbStipLeft(x,FB_STIP_UNIT-n) : 0)
107 #define FbRightStipMask(x) ( ((FB_STIP_UNIT - (x)) & FB_STIP_MASK) ? \
108 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
114 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
231 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \
H A Dfbbltone.c139 unitsPerSrc = FB_STIP_UNIT / pixelsPerDst;
169 rightShift = FB_STIP_UNIT - leftShift;
172 leftShift = FB_STIP_UNIT - rightShift;
H A Dfbseg.c71 #define fbBresShiftMask(mask,dir,bpp) ((bpp == FB_STIP_UNIT) ? 0 : \
142 mask0 = FbStipRight(mask0, FB_STIP_UNIT - bpp);
217 mask0 = FbStipRight(mask0, FB_STIP_UNIT - bpp);
H A Dfbcopy.c96 srcStride * (FB_UNIT / FB_STIP_UNIT),
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbbltone.c197 unitsPerSrc = FB_STIP_UNIT / pixelsPerDst;
228 rightShift = FB_STIP_UNIT - leftShift;
233 leftShift = FB_STIP_UNIT - rightShift;
542 remain = FB_STIP_UNIT; \
550 remain = FB_STIP_UNIT - offset; \
H A Dfb.h117 #define FB_STIP_UNIT (1 << FB_STIP_SHIFT) macro
118 #define FB_STIP_MASK (FB_STIP_UNIT - 1)
189 #define FbLeftStipBits(x,n) ((x) >> (FB_STIP_UNIT - (n)))
202 #define FbRotStipLeft(x,n) FbStipLeft(x,n) | (n ? FbStipRight(x,FB_STIP_UNIT-n) : 0)
203 #define FbRotStipRight(x,n) FbStipRight(x,n) | (n ? FbStipLeft(x,FB_STIP_UNIT-n) : 0)
212 #define FbRightStipMask(x) ( ((FB_STIP_UNIT - (x)) & FB_STIP_MASK) ? \
213 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
219 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
464 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \
530 #define FbNext24Stip(p) (FbRot24(p,(24-FB_STIP_UNIT
[all...]
H A Dfbseg.c32 #define fbBresShiftMask(mask,dir,bpp) ((bpp == FB_STIP_UNIT) ? 0 : \
68 mask0 = FbStipRight (mask0, FB_STIP_UNIT - dstBpp);
161 mask0 = FbStipRight (mask0, FB_STIP_UNIT - dstBpp);
H A Dfbcopy.c188 srcStride*(FB_UNIT/FB_STIP_UNIT),
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfb.h93 #define FB_STIP_UNIT (1 << FB_STIP_SHIFT) macro
94 #define FB_STIP_MASK (FB_STIP_UNIT - 1)
139 #define FbLeftStipBits(x,n) ((x) >> (FB_STIP_UNIT - (n)))
152 #define FbRotStipLeft(x,n) FbStipLeft(x,n) | (n ? FbStipRight(x,FB_STIP_UNIT-n) : 0)
153 #define FbRotStipRight(x,n) FbStipRight(x,n) | (n ? FbStipLeft(x,FB_STIP_UNIT-n) : 0)
162 #define FbRightStipMask(x) ( ((FB_STIP_UNIT - (x)) & FB_STIP_MASK) ? \
163 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
169 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
286 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \
H A Dfbbltone.c204 unitsPerSrc = FB_STIP_UNIT / pixelsPerDst;
234 rightShift = FB_STIP_UNIT - leftShift;
238 leftShift = FB_STIP_UNIT - rightShift;
H A Dfbseg.c32 #define fbBresShiftMask(mask,dir,bpp) ((bpp == FB_STIP_UNIT) ? 0 : \
62 mask0 = FbStipRight(mask0, FB_STIP_UNIT - dstBpp);
143 mask0 = FbStipRight(mask0, FB_STIP_UNIT - dstBpp);
H A Dfbcopy.c124 srcStride * (FB_UNIT / FB_STIP_UNIT),

Completed in 19 milliseconds