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

/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Ddisp_gu1.c1729 unsigned long modeBytesPerPixel; local in function:gu1_enable_panning
1733 modeBytesPerPixel = (gbpp + 7) / 8;
1735 (((ModeWidth + 1023) / 1024) * 1024) * modeBytesPerPixel;
1762 (DeltaX * modeBytesPerPixel) + (DeltaY * modeBytesPerScanline);
1770 panelLeft = DeltaX * modeBytesPerPixel;
1775 panelLeft /= modeBytesPerPixel;
H A Ddisp_gu2.c1846 unsigned long modeBytesPerPixel; local in function:gu2_enable_panning
1850 modeBytesPerPixel = (gbpp + 7) / 8;
1878 (DeltaX * modeBytesPerPixel) + (DeltaY * modeBytesPerScanline);
1886 panelLeft = DeltaX * modeBytesPerPixel;
1891 panelLeft /= modeBytesPerPixel;
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Ddisp_gu1.c1437 unsigned long modeBytesPerPixel; local in function:gu1_enable_panning
1441 modeBytesPerPixel = (gbpp + 7) / 8;
1443 (((ModeWidth + 1023) / 1024) * 1024) * modeBytesPerPixel;
1465 (DeltaX * modeBytesPerPixel) + (DeltaY * modeBytesPerScanline);
1472 panelLeft = DeltaX * modeBytesPerPixel;
1477 panelLeft /= modeBytesPerPixel;
H A Ddisp_gu2.c1548 unsigned long modeBytesPerPixel; local in function:gu2_enable_panning
1552 modeBytesPerPixel = (gbpp + 7) / 8;
1580 (DeltaX * modeBytesPerPixel) + (DeltaY * modeBytesPerScanline);
1588 panelLeft = DeltaX * modeBytesPerPixel;
1593 panelLeft /= modeBytesPerPixel;

Completed in 14 milliseconds