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

12

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
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
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 DshrotpackYX.h65 FbStride shaStride, winStride; local
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;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
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
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 DshrotpackYX.h65 FbStride shaStride, winStride; local
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;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
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
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.h72 FbStride shaStride, winStride; local
79 fbGetDrawable (&pShadow->drawable, shaBits, shaStride, shaBpp, shaXoff, shaYoff);
81 shaStride = shaStride * sizeof (FbBits) / sizeof (Data);
97 shaLine = shaBase + (y * shaStride) + x;
111 __builtin_prefetch (sha + shaStride);
157 shaLine += shaStride;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
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
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
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;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
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
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
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;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
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
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
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;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
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
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
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;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
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
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
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;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
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
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...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
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
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...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
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
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...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
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
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...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
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
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...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
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
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...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
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
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...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dshrotpack.h56 #define FIRSTSHA(x,y,w,h) (((y) + (h) - 1) * shaStride + (x))
67 #define FIRSTSHA(x,y,w,h) ((y) * shaStride + (x + w - 1))
78 #define FIRSTSHA(x,y,w,h) ((y + h - 1) * shaStride + (x + w - 1))
89 #define FIRSTSHA(x,y,w,h) ((y) * shaStride + (x))
107 FbStride shaStride; local
116 fbGetDrawable (&pShadow->drawable, shaBits, shaStride, shaBpp, shaXoff, shaYoff);
118 shaStride = shaStride * sizeof (FbBits) / sizeof (Data);
120 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...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dshrotpack.h54 #define FIRSTSHA(x,y,w,h) (((y) + (h) - 1) * shaStride + (x))
65 #define FIRSTSHA(x,y,w,h) ((y) * shaStride + (x + w - 1))
76 #define FIRSTSHA(x,y,w,h) ((y + h - 1) * shaStride + (x + w - 1))
87 #define FIRSTSHA(x,y,w,h) ((y) * shaStride + (x))
105 FbStride shaStride; local
114 fbGetDrawable (&pShadow->drawable, shaBits, shaStride, shaBpp, shaXoff, shaYoff);
116 shaStride = shaStride * sizeof (FbBits) / sizeof (Data);
118 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...]

Completed in 64 milliseconds

12