Searched refs:scanlinesize (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-pnozz/dist/src/
H A Dpnozz.h62 int height, scanlinesize, maxheight; member in struct:__anon1e1df6b40308
H A Dpnozz_driver.c668 pPnozz->scanlinesize = pScrn->virtualX << pPnozz->depthshift;
692 xf86Msg(X_ERROR, "sls: %d\n", pPnozz->scanlinesize);
699 pPnozz->maxheight = (pPnozz->vidmem / pPnozz->scanlinesize) & 0xffff;
1126 pPnozz->scanlinesize = new_sls;
1214 crtcline = pPnozz->scanlinesize >> 3;
H A Dpnozz_accel.c482 MaxClip = ((pPnozz->scanlinesize & 0xffff) << 16) | (pPnozz->maxheight);
524 pPnozz->buffers[1] = (unsigned char *)&pPnozz->Buffer[pPnozz->scanlinesize];

Completed in 5 milliseconds