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

/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dpm3_video.c240 int Video_Shift; member in struct:__anon81f50c310108
563 dwords = (w * h) >> (2 - pPriv->Video_Shift);
584 dwords = w >> (2 - pPriv->Video_Shift);
602 src = tmp_src + (w << pPriv->Video_Shift);
725 GLINT_WRITE_REG(offset>>portPriv->Video_Shift,
729 (pScrn->bitsPerPixel>>4) >>portPriv->Video_Shift),
769 GLINT_WRITE_REG(portPriv->Video_Shift << 5 |
813 /* Let's find the image format and Video_Shift values */
817 pPriv->Video_Shift = 1;
822 pPriv->Video_Shift
998 int Video_Shift; member in struct:__anon81f50c310208
[all...]

Completed in 3 milliseconds