Home
last modified time | relevance | path

Searched refs:FB_ALLONES (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/external/xserver/fb/
H A Dfbcopy.c41 FbBits pm = pGC ? fbGetGCPrivate(pGC)->pm : FB_ALLONES; in fbCopyNtoN()
56 if (pm == FB_ALLONES && alu == GXcopy && !reverse && !upsidedown) { in fbCopyNtoN()
215 fbAndStip(GXcopy, FB_ALLONES, FB_ALLONES), in fbCopyNto1()
216 fbXorStip(GXcopy, FB_ALLONES, FB_ALLONES), in fbCopyNto1()
217 fbAndStip(GXcopy, 0, FB_ALLONES), in fbCopyNto1()
218 fbXorStip(GXcopy, 0, FB_ALLONES), bitplane); in fbCopyNto1()
H A Dfbimage.c61 FB_ALLONES, in fbPutImage()
160 bgand = fbAnd(GXnoop, (FbBits) 0, FB_ALLONES); in fbPutXYImage()
161 bgxor = fbXor(GXnoop, (FbBits) 0, FB_ALLONES); in fbPutXYImage()
240 dst, dstStride, 0, w * srcBpp, h, GXcopy, FB_ALLONES, srcBpp); in fbGetImage()
242 if (pm != FB_ALLONES) { in fbGetImage()
H A Dfbpush.c129 fbAnd(GXnoop, (FbBits) 0, FB_ALLONES), in fbPushFill()
130 fbXor(GXnoop, (FbBits) 0, FB_ALLONES)); in fbPushFill()
H A Dfbgetsp.c58 *pwidth * srcBpp, 1, GXcopy, FB_ALLONES, srcBpp, FALSE, FALSE); in fbGetSpans()
H A Dfbbltone.c34 #define BitsMask(x,w) ((FB_ALLONES << ((x) & FB_MASK)) & \
35 (FB_ALLONES >> ((FB_UNIT - ((x) + (w))) & FB_MASK)))
210 else if (bgand == FB_ALLONES && bgxor == 0) in fbBltOne()
H A Dfbutil.c43 #define I FB_ALLONES
H A Dfb.h88 #define FB_ALLONES ((FbBits) -1) macro
100 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
156 FbScrRight(FB_ALLONES,(x) & FB_MASK) : 0)
158 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
165 #define FbBitsMask(x,w) (FbScrRight(FB_ALLONES,(x) & FB_MASK) & \
166 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
H A Dfbpixmap.c142 register FbBits mask0 = FB_ALLONES & ~FbScrRight(FB_ALLONES, 1); in fbPixmapToRegion()
H A Dfbfill.c169 bgand = fbAnd(GXnoop, (FbBits) 0, FB_ALLONES); in fbFill()
170 bgxor = fbXor(GXnoop, (FbBits) 0, FB_ALLONES); in fbFill()
H A Dfbrop.h44 #define FbDestInvarientRop(alu,pm) ((pm) == FB_ALLONES && \
H A Dfbwindow.c94 GXcopy, FB_ALLONES, dstBpp, reverse, upsidedown); in fbCopyWindowProc()
H A Dfbblt.c62 if (alu == GXcopy && pm == FB_ALLONES && in fbBlt()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_accel.c271 FB_ALLONES)) in exaCopyNtoNTwoDir()
292 FB_ALLONES)) in exaCopyNtoNTwoDir()
318 FB_ALLONES)) in exaCopyNtoNTwoDir()
345 FB_ALLONES)) in exaCopyNtoNTwoDir()
485 pGC ? pGC->alu : GXcopy, pGC ? pGC->planemask : FB_ALLONES)) { in exaHWCopyNtoN()
H A Dexa_render.c983 &patOrg, FB_ALLONES, GXcopy, CT_NONE); in exaComposite()
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessWindow.c999 copy_rect_height, GXcopy, FB_ALLONES, Bpp, 0, 0); in StartFrameResize()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog177966 FB_ALLONES, bitsPerPixel >= 8, GXcopy cases. With the radeon driver on
177984 ZPixmap, planeMask ~= FB_ALLONES, bitsPerPixel >= 8 case. I'm pretty
180355 Only use fbCopyAreammx if planemask is FB_ALLONES (fixes XTS5 XCopyArea