Lines Matching refs:depthshift
655 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);
1220 pnozz_write_4(pPnozz, VID_HBRE, 18 << pPnozz->depthshift);
1221 pnozz_write_4(pPnozz, VID_HBFE, (18 << pPnozz->depthshift) + crtcline);