Searched refs:shaStride (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/xorg-server/dist/miext/shadow/
H A Dshafb8.c93 FbStride shaStride; local in function:shadowUpdateAfb8
105 fbGetDrawable(&pShadow->drawable, shaBase, shaStride, shaBpp, shaXoff,
108 shaStride = shaStride * sizeof(FbBits) / sizeof(CARD32);
117 shaLine = (CARD32 *)shaBase + y * shaStride + scrLine / sizeof(CARD32);
138 shaLine += shaStride;
H A Dshrotpack.h55 #define FIRSTSHA(x,y,w,h) (((y) + (h) - 1) * shaStride + (x))
66 #define FIRSTSHA(x,y,w,h) ((y) * shaStride + (x + w - 1))
77 #define FIRSTSHA(x,y,w,h) ((y + h - 1) * shaStride + (x + w - 1))
88 #define FIRSTSHA(x,y,w,h) ((y) * shaStride + (x))
105 FbStride shaStride; local in function:FUNC
114 fbGetDrawable(&pShadow->drawable, shaBits, shaStride, shaBpp, shaXoff,
117 shaStride = shaStride * sizeof(FbBits) / sizeof(Data);
120 ("-> Entering Shadow Update:\r\n |- Origins: pShadow=%x, pScreen=%x, damage=%x\r\n |- Metrics: shaStride=%d, shaBase=%x, shaBpp=%d\r\n | \n",
121 pShadow, pScreen, damage, shaStride, shaBas
[all...]
H A Dshpacked.c51 FbStride shaStride; local in function:shadowUpdatePacked
60 fbGetDrawable(&pShadow->drawable, shaBase, shaStride, shaBpp, shaXoff,
69 shaLine = shaBase + y * shaStride + (x >> FB_SHIFT);
104 shaLine += shaStride;
H A Dshafb4.c89 FbStride shaStride; local in function:shadowUpdateAfb4
101 fbGetDrawable(&pShadow->drawable, shaBase, shaStride, shaBpp, shaXoff,
104 shaStride = shaStride * sizeof(FbBits) / sizeof(CARD32);
113 shaLine = (CARD32 *)shaBase + y * shaStride + scrLine / sizeof(CARD32);
134 shaLine += shaStride;
153 FbStride shaStride; local in function:shadowUpdateAfb4x8
162 fbGetDrawable(&pShadow->drawable, shaBase, shaStride, shaBpp, shaXoff,
165 shaStride = shaStride * sizeo
[all...]
H A Dshiplan2p4.c87 FbStride shaStride; local in function:shadowUpdateIplan2p4
99 fbGetDrawable(&pShadow->drawable, shaBase, shaStride, shaBpp, shaXoff,
101 shaStride *= sizeof(FbBits) / sizeof(CARD16);
110 shaLine = (CARD16 *)shaBase + y * shaStride + scrLine / sizeof(CARD16);
131 shaLine += shaStride;
H A Dshiplan2p8.c88 FbStride shaStride; local in function:shadowUpdateIplan2p8
100 fbGetDrawable(&pShadow->drawable, shaBase, shaStride, shaBpp, shaXoff,
102 shaStride *= sizeof(FbBits) / sizeof(CARD16);
111 shaLine = (CARD16 *)shaBase + y * shaStride + scrLine / sizeof(CARD16);
132 shaLine += shaStride;
H A DshrotpackYX.h65 FbStride shaStride, winStride; local in function:FUNC
72 fbGetDrawable(&pShadow->drawable, shaBits, shaStride, shaBpp, shaXoff,
75 shaStride = shaStride * sizeof(FbBits) / sizeof(Data);
90 shaLine = shaBase + (y * shaStride) + x;
102 __builtin_prefetch(sha + shaStride);
147 shaLine += shaStride;
H A Dshrotate.c59 FbStride shaStride; local in function:shadowUpdateRotatePacked
81 fbGetDrawable(&pShadow->drawable, shaBits, shaStride, shaBpp, shaXoff,
121 shaStepOverY = shaStride;
129 shaStepOverY = -shaStride;
135 shaStepDownY = shaStride;
143 shaStepDownY = -shaStride;
222 sha_y1 * shaStride + ((sha_x1 * shaBpp) >> FB_SHIFT));
H A Dsh3224.c107 FbStride shaStride; local in function:shadowUpdate32to24
115 fbGetDrawable(&pShadow->drawable, shaBase, shaStride, shaBpp, shaXoff,
129 shaLine = shaBase + y * shaStride + ((x * shaBpp) >> FB_SHIFT);
134 shaLine += shaStride;
H A Dshplanar.c97 FbStride shaStride; local in function:shadowUpdatePlanar4
109 fbGetStipDrawable(&pShadow->drawable, shaBase, shaStride, shaBpp, shaXoff,
121 shaLine = shaBase + y * shaStride + (x >> FB_SHIFT);
163 shaLine += shaStride;
H A Dshplanar8.c101 FbStride shaStride; local in function:shadowUpdatePlanar4x8
111 fbGetStipDrawable(&pShadow->drawable, shaBase, shaStride, shaBpp, shaXoff,
123 shaLine = shaBase + y * shaStride + (x >> FB_SHIFT);
165 shaLine += shaStride;
/xsrc/external/mit/xorg-server.old/dist/miext/shadow/
H A Dshrotpack.h55 #define FIRSTSHA(x,y,w,h) (((y) + (h) - 1) * shaStride + (x))
66 #define FIRSTSHA(x,y,w,h) ((y) * shaStride + (x + w - 1))
77 #define FIRSTSHA(x,y,w,h) ((y + h - 1) * shaStride + (x + w - 1))
88 #define FIRSTSHA(x,y,w,h) ((y) * shaStride + (x))
106 FbStride shaStride; local in function:FUNC
115 fbGetDrawable (&pShadow->drawable, shaBits, shaStride, shaBpp, shaXoff, shaYoff);
117 shaStride = shaStride * sizeof (FbBits) / sizeof (Data);
119 ErrorF ("-> Entering Shadow Update:\r\n |- Origins: pShadow=%x, pScreen=%x, damage=%x\r\n |- Metrics: shaStride=%d, shaBase=%x, shaBpp=%d\r\n | \n", pShadow, pScreen, damage, shaStride, shaBas
[all...]
H A DshrotpackYX.h70 FbStride shaStride, winStride; local in function:FUNC
77 fbGetDrawable (&pShadow->drawable, shaBits, shaStride, shaBpp, shaXoff, shaYoff);
79 shaStride = shaStride * sizeof (FbBits) / sizeof (Data);
95 shaLine = shaBase + (y * shaStride) + x;
109 __builtin_prefetch (sha + shaStride);
155 shaLine += shaStride;
H A Dshpacked.c52 FbStride shaStride; local in function:shadowUpdatePacked
61 fbGetDrawable (&pShadow->drawable, shaBase, shaStride, shaBpp, shaXoff, shaYoff);
70 shaLine = shaBase + y * shaStride + (x >> FB_SHIFT);
108 shaLine += shaStride;
H A Dshrotate.c60 FbStride shaStride; local in function:shadowUpdateRotatePacked
82 fbGetDrawable (&pShadow->drawable, shaBits, shaStride, shaBpp, shaXoff, shaYoff);
121 shaStepOverY = shaStride;
129 shaStepOverY = -shaStride;
135 shaStepDownY = shaStride;
143 shaStepDownY = -shaStride;
223 sha_y1 * shaStride +
H A Dshplanar.c98 FbStride shaStride; local in function:shadowUpdatePlanar4
110 fbGetStipDrawable (&pShadow->drawable, shaBase, shaStride, shaBpp, shaXoff, shaYoff);
122 shaLine = shaBase + y * shaStride + (x >> FB_SHIFT);
167 shaLine += shaStride;
H A Dshplanar8.c102 FbStride shaStride; local in function:shadowUpdatePlanar4x8
112 fbGetStipDrawable (&pShadow->drawable, shaBase, shaStride, shaBpp, shaXoff, shaYoff);
124 shaLine = shaBase + y * shaStride + (x >> FB_SHIFT);
169 shaLine += shaStride;
/xsrc/external/mit/xf86-video-wsfb/dist/src/
H A Dwsfb_driver.c1798 FbStride shaStride; local in function:WsfbShadowUpdateRGB16ToYUY2
1807 fbGetDrawable (&pShadow->drawable, shaBase, shaStride, shaBpp, shaXoff, shaYoff);
1816 shaLine = shaBase + y * shaStride + (x >> FB_SHIFT);
1853 shaLine += shaStride;
1888 FbStride shaStride; local in function:WsfbShadowUpdateSwap32
1897 fbGetDrawable (&pShadow->drawable, shaBase, shaStride, shaBpp, shaXoff, shaYoff);
1906 shaLine = shaBase + y * shaStride + (x >> FB_SHIFT);
1943 shaLine += shaStride;
1960 FbStride shaStride; local in function:WsfbShadowUpdateSplit
1970 fbGetDrawable (&pShadow->drawable, shaBase, shaStride, shaBp
[all...]

Completed in 17 milliseconds