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 Dfbimage.c255 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 Dfb.h71 #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 Dfbimage.c249 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 Dfb.h75 #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 Dfbimage.c360 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 Dfb.h119 #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 Dfbimage.c257 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 Dfb.h95 #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