Searched refs:FB_STIP_ALLONES (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| H A D | fbimage.c | 255 fbAndStip(GXcopy, FB_STIP_ALLONES, FB_STIP_ALLONES), 256 fbXorStip(GXcopy, FB_STIP_ALLONES, FB_STIP_ALLONES), 257 fbAndStip(GXcopy, 0, FB_STIP_ALLONES), 258 fbXorStip(GXcopy, 0, FB_STIP_ALLONES), planeMask);
|
| H A D | fb.h | 71 #define FB_STIP_ALLONES ((FbStip) -1) macro 102 FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) : 0) 104 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0) 109 #define FbStipMask(x,w) (FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) & \ 110 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| H A D | fbimage.c | 249 fbAndStip(GXcopy, FB_STIP_ALLONES, FB_STIP_ALLONES), 250 fbXorStip(GXcopy, FB_STIP_ALLONES, FB_STIP_ALLONES), 251 fbAndStip(GXcopy, 0, FB_STIP_ALLONES), 252 fbXorStip(GXcopy, 0, FB_STIP_ALLONES), planeMask);
|
| H A D | fb.h | 75 #define FB_STIP_ALLONES ((FbStip) -1) macro 106 FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) : 0) 108 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0) 113 #define FbStipMask(x,w) (FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) & \ 114 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbimage.c | 360 fbAndStip(GXcopy,FB_STIP_ALLONES,FB_STIP_ALLONES), 361 fbXorStip(GXcopy,FB_STIP_ALLONES,FB_STIP_ALLONES), 362 fbAndStip(GXcopy,0,FB_STIP_ALLONES), 363 fbXorStip(GXcopy,0,FB_STIP_ALLONES),
|
| H A D | fb.h | 119 #define FB_STIP_ALLONES ((FbStip) -1) macro 211 FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) : 0) 213 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0) 218 #define FbStipMask(x,w) (FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) & \ 219 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbimage.c | 257 fbAndStip(GXcopy, FB_STIP_ALLONES, FB_STIP_ALLONES), 258 fbXorStip(GXcopy, FB_STIP_ALLONES, FB_STIP_ALLONES), 259 fbAndStip(GXcopy, 0, FB_STIP_ALLONES), 260 fbXorStip(GXcopy, 0, FB_STIP_ALLONES), planeMask);
|
| H A D | fb.h | 95 #define FB_STIP_ALLONES ((FbStip) -1) macro 161 FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) : 0) 163 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0) 168 #define FbStipMask(x,w) (FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) & \ 169 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
|
Completed in 11 milliseconds