Lines Matching refs:bitsPerPixel
103 pATI->bitsPerPixel = pDGAMode->bitsPerPixel;
105 pDGAMode->bytesPerScanline * 8 / pATI->bitsPerPixel;
119 pATI->bitsPerPixel = pScreenInfo->bitsPerPixel;
126 pATI->XModifier = pATI->bitsPerPixel / UnitOf(pATI->bitsPerPixel);
196 if (pScreenInfo->bitsPerPixel == pATI->bitsPerPixel)
231 if (pScreenInfo->bitsPerPixel == pATI->bitsPerPixel)
272 if (pScreenInfo->bitsPerPixel == pATI->bitsPerPixel)
289 int bitsPerPixel,
300 int xViewportStep = 64 / UnitOf(bitsPerPixel);
303 if (bitsPerPixel != pScreenInfo->bitsPerPixel)
318 modePitch = ((64 * 8) / UnitOf(bitsPerPixel)) - 1;
323 if ((modePitch * bitsPerPixel * pMode->VDisplay) <= videoBits)
339 if (bitsPerPixel == pScreenInfo->bitsPerPixel)
356 pDGAMode->bitsPerPixel = bitsPerPixel;
367 bitsPerScanline = modePitch * bitsPerPixel;
378 ((((pATI->AdjustMaxBase * 8) / bitsPerPixel) +