Searched refs:FbBits (Results 1 - 25 of 120) sorted by relevance

12345

/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfb.h81 * by this software; it must be log2(sizeof (FbBits) * 8)
95 #define FB_ALLONES ((FbBits) -1)
127 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
131 typedef unsigned __int64 FbBits; typedef in typeref:typename:unsigned __int64
139 typedef unsigned long FbBits;
141 typedef unsigned long long FbBits;
147 typedef CARD32 FbBits; typedef in typeref:typename:CARD32
151 typedef CARD16 FbBits; typedef in typeref:typename:CARD16
155 typedef FbBits FbStip;
181 /* #define FbLeftBits(x,n) ((x) & ((((FbBits)
[all...]
H A Dfbstipple.c60 fbTransparentSpan (FbBits *dst,
61 FbBits stip,
62 FbBits fgxor,
84 fbEvenStipple (FbBits *dst,
96 FbBits fgand,
97 FbBits fgxor,
98 FbBits bgand,
99 FbBits bgxor,
104 FbBits startmask, endmask;
105 FbBits mas
[all...]
H A Dfbtile.c35 fbEvenTile (FbBits *dst,
42 FbBits *tile,
47 FbBits pm,
51 FbBits *t, *tileEnd, bits;
52 FbBits startmask, endmask;
53 FbBits and, xor;
111 fbOddTile(FbBits *dst,
118 FbBits *tile,
124 FbBits pm,
176 fbTile (FbBits *ds
[all...]
H A Dfbsolid.c32 fbSolid (FbBits *dst,
40 FbBits and,
41 FbBits xor)
43 FbBits startmask, endmask;
86 fbSolid24 (FbBits *dst,
93 FbBits and,
94 FbBits xor)
96 FbBits startmask, endmask;
97 FbBits xor0 = 0, xor1 = 0, xor2 = 0;
98 FbBits and
[all...]
H A Dfbrop.h27 FbBits ca1, cx1, ca2, cx2;
32 #define FbDeclareMergeRop() FbBits _ca1, _cx1, _ca2, _cx2;
33 #define FbDeclarePrebuiltMergeRop() FbBits _cca, _ccx;
60 FbBits __xor = ((src) & _ca2) ^ _cx2; \
65 FbBits __xor = ((src) & _ca2) ^ _cx2; \
86 #define fbXor(rop,fg,pm) fbXorT(rop,fg,pm,FbBits)
88 #define fbAnd(rop,fg,pm) fbAndT(rop,fg,pm,FbBits)
98 extern _X_EXPORT const FbBits fbStipple16Bits[256]; /* half of table */
101 extern _X_EXPORT const FbBits fbStipple8Bits[256];
102 extern _X_EXPORT const FbBits fbStipple4Bit
[all...]
H A Dfbpoint.c29 typedef void (*FbDots) (FbBits *dst,
39 FbBits and,
40 FbBits xor);
43 fbDots (FbBits *dstOrig,
53 FbBits andOrig,
54 FbBits xorOrig)
119 FbBits *dst;
124 FbBits and, xor;
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbsolid.c32 fbSolid(FbBits * dst,
34 int dstX, int bpp, int width, int height, FbBits and, FbBits xor)
36 FbBits startmask, endmask;
H A Dfbtile.c35 fbEvenTile(FbBits * dst,
40 FbBits * tile,
42 int tileHeight, int alu, FbBits pm, int xRot, int yRot)
44 FbBits *t, *tileEnd, bits;
45 FbBits startmask, endmask;
46 FbBits and, xor;
102 fbOddTile(FbBits * dst,
107 FbBits * tile,
110 int tileHeight, int alu, FbBits pm, int bpp, int xRot, int yRot)
146 fbTile(FbBits * ds
[all...]
H A Dfbpoint.c29 typedef void (*FbDots) (FbBits * dst,
36 int yorg, int xoff, int yoff, FbBits and, FbBits xor);
39 fbDots(FbBits * dstOrig,
45 int xorg, int yorg, int xoff, int yoff, FbBits andOrig, FbBits xorOrig)
81 FbBits *dst;
86 FbBits and, xor;
H A Dfb.h79 * by this software; it must be log2(sizeof (FbBits) * 8)
88 #define FB_ALLONES ((FbBits) -1)
100 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
103 typedef CARD32 FbBits; typedef in typeref:typename:CARD32
109 typedef FbBits FbStip;
131 /* #define FbLeftBits(x,n) ((x) & ((((FbBits) 1) << (n)) - 1)) */
141 #define FbPatternOffsetBits (sizeof (FbBits) - 1)
240 case (sizeof (FbBits) - 3) | (1 << (FB_SHIFT - 3)): \
241 FbStorePart(dst,sizeof (FbBits) - 3,CARD8,xor); \
243 case (sizeof (FbBits)
[all...]
H A Dfbrop.h27 FbBits ca1, cx1, ca2, cx2;
32 #define FbDeclareMergeRop() FbBits _ca1, _cx1, _ca2, _cx2;
33 #define FbDeclarePrebuiltMergeRop() FbBits _cca, _ccx;
60 FbBits __xor = ((src) & _ca2) ^ _cx2; \
65 FbBits __xor = ((src) & _ca2) ^ _cx2; \
86 #define fbXor(rop,fg,pm) fbXorT(rop,fg,pm,FbBits)
88 #define fbAnd(rop,fg,pm) fbAndT(rop,fg,pm,FbBits)
105 FbBits __xor = ((fx) & (b)) | ((bx) & ~(b)); \
110 FbBits __xor = ((fx) & (b)) | ((bx) & ~(b)); \
H A Dfbfill.c30 fbStipple(FbBits * dst, FbStride dstStride,
35 FbBits fgand, FbBits fgxor,
36 FbBits bgand, FbBits bgxor,
76 FbBits *dst;
104 FbBits *stip;
126 FbBits fgand, fgxor, bgand, bgxor;
131 bgand = fbAnd(GXnoop, (FbBits) 0, FB_ALLONES);
132 bgxor = fbXor(GXnoop, (FbBits)
[all...]
H A Dfbgetsp.c34 FbBits *src, *dst;
51 dst = (FbBits *) (pchardstStart - xoff);
/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbstipple.c45 fbTransparentSpan(FbBits * dst, FbBits stip, FbBits fgxor, int n)
59 fbEvenStipple(FbBits *dst, FbStride dstStride, int dstX, int dstBpp,
63 FbBits fgand, FbBits fgxor, FbBits bgand, FbBits bgxor,
66 FbBits startmask, endmask;
67 FbBits mas
[all...]
H A Dfb.h47 * by this software; it must be log2(sizeof (FbBits) * 8)
54 #define FB_ALLONES ((FbBits) -1)
72 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
74 typedef uint32_t FbBits; typedef in typeref:typename:uint32_t
75 typedef FbBits FbStip;
82 /* #define FbLeftBits(x,n) ((x) & ((((FbBits) 1) << (n)) - 1)) */
181 case (sizeof (FbBits) - 3) | (1 << (FB_SHIFT - 3)): \
182 FbStorePart(dst,sizeof (FbBits) - 3,CARD8,xor); \
184 case (sizeof (FbBits) - 3) | (2 << (FB_SHIFT - 3)): \
185 FbStorePart(dst,sizeof (FbBits)
[all...]
H A Dfbtile.c32 fbEvenTile(FbBits *dst, FbStride dstStride, int dstX, int width, int height,
33 FbBits *tile, FbStride tileStride, int tileHeight,
34 int alu, FbBits pm,
37 FbBits *t, *tileEnd, bits;
38 FbBits startmask, endmask;
39 FbBits and, xor;
94 fbOddTile(FbBits *dst, FbStride dstStride, int dstX,
96 FbBits *tile, FbStride tileStride,
98 int alu, FbBits pm, int bpp,
134 fbTile(FbBits *ds
[all...]
H A Dfbpoint.c52 fbDots(FbBits *dstOrig, FbStride dstStride, int dstBpp,
57 FbBits andOrig, FbBits xorOrig)
85 FbBits *dst;
89 void (*dots)(FbBits *dst, FbStride dstStride, int dstBpp,
94 FbBits and, FbBits xor);
H A Dfbbltone.c97 FbBits * dst, FbStride dstStride, /* FbBits units per scanline */
102 FbBits fgand, /* rrop values */
103 FbBits fgxor, FbBits bgand, FbBits bgxor)
105 const FbBits *fbBits;
106 FbBits *srcEnd;
107 int pixelsPerDst; /* dst pixels per FbBits */
110 FbBits startmas
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbstipple.c45 fbTransparentSpan(FbBits * dst, FbBits stip, FbBits fgxor, int n)
59 fbEvenStipple(FbBits *dst, FbStride dstStride, int dstX, int dstBpp,
63 FbBits fgand, FbBits fgxor, FbBits bgand, FbBits bgxor,
66 FbBits startmask, endmask;
67 FbBits mas
[all...]
H A Dfb.h51 * by this software; it must be log2(sizeof (FbBits) * 8)
58 #define FB_ALLONES ((FbBits) -1)
76 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
78 typedef uint32_t FbBits; typedef in typeref:typename:uint32_t
79 typedef FbBits FbStip;
86 /* #define FbLeftBits(x,n) ((x) & ((((FbBits) 1) << (n)) - 1)) */
185 case (sizeof (FbBits) - 3) | (1 << (FB_SHIFT - 3)): \
186 FbStorePart(dst,sizeof (FbBits) - 3,CARD8,xor); \
188 case (sizeof (FbBits) - 3) | (2 << (FB_SHIFT - 3)): \
189 FbStorePart(dst,sizeof (FbBits)
[all...]
H A Dfbtile.c32 fbEvenTile(FbBits *dst, FbStride dstStride, int dstX, int width, int height,
33 FbBits *tile, FbStride tileStride, int tileHeight,
34 int alu, FbBits pm,
37 FbBits *t, *tileEnd, bits;
38 FbBits startmask, endmask;
39 FbBits and, xor;
94 fbOddTile(FbBits *dst, FbStride dstStride, int dstX,
96 FbBits *tile, FbStride tileStride,
98 int alu, FbBits pm, int bpp,
134 fbTile(FbBits *ds
[all...]
H A Dfbpoint.c52 fbDots(FbBits *dstOrig, FbStride dstStride, int dstBpp,
57 FbBits andOrig, FbBits xorOrig)
85 FbBits *dst;
89 void (*dots)(FbBits *dst, FbStride dstStride, int dstBpp,
94 FbBits and, FbBits xor);
H A Dfbbltone.c97 FbBits * dst, FbStride dstStride, /* FbBits units per scanline */
102 FbBits fgand, /* rrop values */
103 FbBits fgxor, FbBits bgand, FbBits bgxor)
105 const FbBits *fbBits;
106 FbBits *srcEnd;
107 int pixelsPerDst; /* dst pixels per FbBits */
110 FbBits startmas
[all...]
/xsrc/external/mit/xorg-server/dist/miext/shadow/
H A Dshpacked.c50 FbBits *shaBase, *shaLine, *sha;
57 FbBits *winBase = NULL, *win;
84 winBase = (FbBits *) (*pBuf->window) (pScreen,
86 scr * sizeof(FbBits),
93 winSize /= sizeof(FbBits);
101 memcpy(win, sha, i * sizeof(FbBits));
/xsrc/external/mit/xorg-server.old/dist/miext/shadow/
H A Dshpacked.c51 FbBits *shaBase, *shaLine, *sha;
58 FbBits *winBase = NULL, *win;
87 winBase = (FbBits *) (*pBuf->window) (pScreen,
89 scr * sizeof (FbBits),
96 winSize /= sizeof (FbBits);
105 memcpy(win, sha, i * sizeof(FbBits));

Completed in 16 milliseconds

12345