HomeSort by: relevance | last modified time | path
    Searched refs:bytesPerScanline (Results 1 - 25 of 46) sorted by relevancy

1 2

  /xsrc/external/mit/xf86-video-s3virge/dist/src/
s3v_dga.c 180 currentMode->bytesPerScanline = ((pMode->HDisplay * Bpp) + 3) & ~3L;
183 currentMode->bytesPerScanline;
200 currentMode->bytesPerScanline );
204 currentMode->bytesPerScanline =
208 currentMode->bytesPerScanline;
211 currentMode->bytesPerScanline;
257 pScrn->displayWidth = pMode->bytesPerScanline /
  /xsrc/external/mit/xf86-video-savage/dist/src/
savage_dga.c 169 mode->bytesPerScanline = ((pMode->HDisplay + 15) & ~15) * Bpp;
182 mode->bytesPerScanline );
186 mode->bytesPerScanline = ((pScrn->displayWidth + 15) & ~15) * Bpp;
188 mode->imageHeight = psav->videoRambytes / mode->bytesPerScanline;
198 mode->bytesPerScanline );
319 pScrn->displayWidth = pMode->bytesPerScanline /
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
dgaproc.h 35 int bytesPerScanline;
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
xf86dgaconst.h 69 int bytesPerScanline;
  /xsrc/external/mit/xf86-video-mga/dist/src/
mga_dga.c 155 mode->bytesPerScanline = pitch * Bpp;
157 mode->imageHeight = pMga->FbUsableSize / mode->bytesPerScanline;
163 mode->bytesPerScanline;
167 mode->bytesPerScanline;
170 mode->maxViewportY = (pMga->FbUsableSize / mode->bytesPerScanline) -
179 tmp = (8*1024*1024 / mode->bytesPerScanline) -
330 pMga->CurrentLayout.displayWidth = pMode->bytesPerScanline /
  /xsrc/external/mit/xf86-video-sunffb/dist/src/
ffb_dga.c 104 mode->bytesPerScanline = pScrn->modes->HDisplay * 4;
106 mode->bytesPerScanline = (2048 * 4);
  /xsrc/external/mit/xf86-video-glint/dist/src/
glint_dga.c 127 currentMode->bytesPerScanline = ((pMode->HDisplay * Bpp) + 3) & ~3L;
140 currentMode->bytesPerScanline =
188 pScrn->displayWidth = pMode->bytesPerScanline /
  /xsrc/external/mit/xf86-video-i128/dist/src/
i128dga.c 106 currentMode->bytesPerScanline = ((pMode->HDisplay * Bpp) + 3) & ~3L;
119 currentMode->bytesPerScanline =
168 pScrn->displayWidth = pMode->bytesPerScanline /
  /xsrc/external/mit/xf86-video-nsc/dist/src/
nsc_gx1_dga.c 261 currentMode->bytesPerScanline = ((pMode->HDisplay * Bpp) + 3) & ~3L;
274 currentMode->bytesPerScanline =
330 pScrn->displayWidth = pMode->bytesPerScanline /
nsc_gx2_dga.c 260 currentMode->bytesPerScanline = ((pMode->HDisplay * Bpp) + 3) & ~3L;
273 currentMode->bytesPerScanline =
334 pScrn->displayWidth = pMode->bytesPerScanline /
  /xsrc/external/mit/xf86-video-trident/dist/src/
trident_dga.c 133 currentMode->bytesPerScanline = ((pMode->HDisplay * Bpp) + 3) & ~3L;
146 currentMode->bytesPerScanline =
194 pScrn->displayWidth = pMode->bytesPerScanline /
  /xsrc/external/mit/xf86-video-chips/dist/src/
ct_dga.c 154 currentMode->bytesPerScanline = ((pMode->HDisplay * Bpp) + 3) & ~3L;
167 currentMode->bytesPerScanline =
225 pScrn->displayWidth = pMode->bytesPerScanline /
  /xsrc/external/mit/xf86-video-nv/dist/src/
nv_dga.c 113 mode->bytesPerScanline = pitch * Bpp;
116 mode->bytesPerScanline;
216 pNv->CurrentLayout.displayWidth = pMode->bytesPerScanline /
riva_dga.c 112 mode->bytesPerScanline = pitch * Bpp;
114 mode->imageHeight = pRiva->FbUsableSize / mode->bytesPerScanline;
208 pRiva->CurrentLayout.displayWidth = pMode->bytesPerScanline /
  /xsrc/external/mit/xf86-video-s3/dist/src/
s3_dga.c 138 currentMode->bytesPerScanline = (((pMode->HDisplay * Bpp) + 3) & ~3L);
152 currentMode->bytesPerScanline = (((otherPitch * Bpp) + 3) & ~3L);
247 pS3->CurrentLayout.displayWidth = (pMode->bytesPerScanline /
  /xsrc/external/mit/xf86-video-xgi/dist/src/
xgi_dga.c 156 currentMode->bytesPerScanline = (((pMode->HDisplay * Bpp) + 3) & ~3L);
171 currentMode->bytesPerScanline = ((otherPitch * Bpp) + 3) & ~3L;
276 pXGI->CurrentLayout.displayWidth = pMode->bytesPerScanline / (pMode->bitsPerPixel >> 3);
  /xsrc/external/mit/xf86-video-apm/dist/src/
apm_dga.c 143 mode->bytesPerScanline = pitch * Bpp;
146 pApm->OffscreenReserved) / mode->bytesPerScanline;
268 pApm->CurrentLayout.bytesPerScanline = pMode->bytesPerScanline;
apm_accel.c 125 draw->box.y1*pApm->CurrentLayout.bytesPerScanline) / 4;
215 pApm->CurrentLayout.bytesPerScanline - 4) *
216 pApm->CurrentLayout.bytesPerScanline;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dixmods/extmod/
dgaproc.h 35 int bytesPerScanline;
  /xsrc/external/mit/xf86-video-cirrus/dist/src/
cir_dga.c 122 currentMode->bytesPerScanline = ((pScrn->displayWidth * Bpp) + 3) & ~3L;
184 pScrn->displayWidth = pMode->bytesPerScanline /
  /xsrc/external/mit/xf86-video-tseng/dist/src/
tseng_dga.c 115 currentMode->bytesPerScanline = ((pScrn->displayWidth * Bpp) + 3) & ~3L;
176 pScrn->displayWidth = pMode->bytesPerScanline /
  /xsrc/external/mit/xf86-video-sis/dist/src/
sis_dga.c 208 currentMode->bytesPerScanline = (((pMode->HDisplay * Bpp) + 3) & ~3L);
223 currentMode->bytesPerScanline = ((otherPitch * Bpp) + 3) & ~3L;
387 pSiS->CurrentLayout.displayWidth = pMode->bytesPerScanline / (pMode->bitsPerPixel >> 3);
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86DiDGA.c 90 mode->bytesPerScanline = (mode->imageWidth * scrn->bitsPerPixel) >> 3;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
xf86DiDGA.c 96 mode->bytesPerScanline = (mode->imageWidth * scrn->bitsPerPixel) >> 3;
  /xsrc/external/mit/xf86-video-mach64/dist/src/
atidga.c 105 pDGAMode->bytesPerScanline * 8 / pATI->bitsPerPixel;
368 pDGAMode->bytesPerScanline = bitsPerScanline / 8;

Completed in 18 milliseconds

1 2