HomeSort by: relevance | last modified time | path
    Searched defs:maxPitch (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/xf86-video-mga/dist/src/
mga_merge.c 482 int maxPitch = 2048;
489 minPitch = maxPitch = 0;
498 minPitch = maxPitch = 0;
503 maxPitch = 2048;
517 maxPitch = 4096;
525 linePitches, minPitch, maxPitch,
mga_driver.c 2381 int maxPitch = 2048;
2388 minPitch = maxPitch = 0;
2397 minPitch = maxPitch = 0;
2402 maxPitch = 2048;
2406 maxPitch = 1280;
2420 maxPitch = 4096;
2426 linePitches, minPitch, maxPitch,
  /xsrc/external/mit/xf86-video-mach64/dist/src/
atipreinit.c 530 int minPitch, maxPitch = 0xFFU, pitchInc, maxHeight = 0;
2293 maxPitch = minPitch * MaxBits(CRTC_PITCH);
2298 * Set engine restrictions on coordinate space. Use maxPitch for the
2301 if (maxPitch > (ATIMach64MaxX / pATI->XModifier))
2302 maxPitch = ATIMach64MaxX / pATI->XModifier;
2441 &ATIClockRange, NULL, minPitch, maxPitch,
  /xsrc/external/mit/xf86-video-nsc/dist/src/
nsc_gx1_driver.c 462 unsigned int PitchInc = 0, minPitch = 0, maxPitch = 0;
925 maxPitch = 2048;
957 NULL, minPitch, maxPitch,
nsc_gx2_driver.c 463 unsigned int PitchInc = 0, minPitch = 0, maxPitch = 0;
893 maxPitch = 4096; /* Can support upto 1600x1200 32Bpp */
912 NULL, minPitch, maxPitch,
  /xsrc/external/mit/xf86-video-i128/dist/src/
i128_driver.c 1032 int maxPitch = 2048;
1041 linePitches, minPitch, maxPitch,
  /xsrc/external/mit/xf86-video-ast/dist/src/
ast_driver.c 371 int maxPitch, maxHeight;
663 maxPitch = 1920;
668 maxPitch = 1600;
674 0, 320, maxPitch, 8 * pScrn->bitsPerPixel,
684 0, 320, maxPitch, 8 * pScrn->bitsPerPixel,

Completed in 36 milliseconds