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

/xsrc/external/mit/xf86-video-rendition/dist/src/
H A Dvmodes.c442 int bytespp=pRendition->board.mode.bitsperpixel>>3; local in function:verite_setframebase
447 swidth, vwidth, bytespp, fifo_size);
451 offset=vwidth*bytespp /* virtual width in bytes */
452 -swidth*bytespp /* screen width in bytes */
453 +((swidth*bytespp)%fifo_size) /* width in bytes modulo fifo size */
457 || (swidth*bytespp)%128)) /* screenwidth multiple of fifo size */
/xsrc/external/mit/xf86-video-neomagic/dist/src/
H A Dneo_video.c944 int bytespp = pScrn->bitsPerPixel >> 3; local in function:NEOAllocateMemory
947 size = (size + bytespp - 1) / bytespp;
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dpm2_video.c700 int w, int h, int bytespp,
715 pPPriv->BufferStride = j * bytespp * 32;
734 j = pPPriv->BufferStride / bytespp;
699 AllocateBuffers(PortPrivPtr pPPriv,int w,int h,int bytespp,int num,int force) argument

Completed in 16 milliseconds