| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbcopy.c | 41 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 D | fbimage.c | 61 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 D | fbpush.c | 129 fbAnd(GXnoop, (FbBits) 0, FB_ALLONES), in fbPushFill() 130 fbXor(GXnoop, (FbBits) 0, FB_ALLONES)); in fbPushFill()
|
| H A D | fbgetsp.c | 58 *pwidth * srcBpp, 1, GXcopy, FB_ALLONES, srcBpp, FALSE, FALSE); in fbGetSpans()
|
| H A D | fbbltone.c | 34 #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 D | fbutil.c | 43 #define I FB_ALLONES
|
| H A D | fb.h | 88 #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 D | fbpixmap.c | 142 register FbBits mask0 = FB_ALLONES & ~FbScrRight(FB_ALLONES, 1); in fbPixmapToRegion()
|
| H A D | fbfill.c | 169 bgand = fbAnd(GXnoop, (FbBits) 0, FB_ALLONES); in fbFill() 170 bgxor = fbXor(GXnoop, (FbBits) 0, FB_ALLONES); in fbFill()
|
| H A D | fbrop.h | 44 #define FbDestInvarientRop(alu,pm) ((pm) == FB_ALLONES && \
|
| H A D | fbwindow.c | 94 GXcopy, FB_ALLONES, dstBpp, reverse, upsidedown); in fbCopyWindowProc()
|
| H A D | fbblt.c | 62 if (alu == GXcopy && pm == FB_ALLONES && in fbBlt()
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_accel.c | 271 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 D | exa_render.c | 983 &patOrg, FB_ALLONES, GXcopy, CT_NONE); in exaComposite()
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessWindow.c | 999 copy_rect_height, GXcopy, FB_ALLONES, Bpp, 0, 0); in StartFrameResize()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 177966 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
|