Searched refs:depthshift (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-pnozz/dist/src/
H A Dpnozz_exa.c136 src = (((xSrc << pPnozz->depthshift) & 0x1fff) << 16) |
138 dst = (((xDst << pPnozz->depthshift) & 0x1fff) << 16) |
140 srcw = ((((xSrc + w) << pPnozz->depthshift) - 1) << 16) |
142 dstw = ((((xDst + w) << pPnozz->depthshift) - 1) << 16) |
H A Dpnozz.h63 int depthshift; member in struct:__anon1e1df6b40308
H A Dpnozz_driver.c655 pPnozz->depthshift = 0;
658 pPnozz->depthshift = 1;
661 pPnozz->depthshift = 2;
668 pPnozz->scanlinesize = pScrn->virtualX << pPnozz->depthshift;
1091 pPnozz->depthshift = 0;
1099 pPnozz->depthshift = 1;
1111 pPnozz->depthshift = 2;
1125 new_sls = pPnozz->width << pPnozz->depthshift;
1218 pnozz_write_4(pPnozz, VID_HTOTAL, (24 << pPnozz->depthshift) + crtcline);
1219 pnozz_write_4(pPnozz, VID_HSRE, 8 << pPnozz->depthshift);
[all...]
H A Dpnozz_accel.c117 switch(pPnozz->depthshift)
195 src = (((xSrc << pPnozz->depthshift) & 0x1fff) << 16) | (ySrc & 0x1fff);
196 dst = (((xDst << pPnozz->depthshift) & 0x1fff) << 16) | (yDst & 0x1fff);
197 srcw = ((((xSrc + w) << pPnozz->depthshift) - 1) << 16) |
199 dstw = ((((xDst + w) << pPnozz->depthshift) - 1) << 16) |
424 cmin = ((left << pPnozz->depthshift) << 16) | top;
425 cmax = ((right << pPnozz->depthshift) << 16) | bottom;

Completed in 7 milliseconds