HomeSort by: relevance | last modified time | path
    Searched refs:CachePixelGranularity (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaInitAccel.c 1479 if(infoRec->CachePixelGranularity < 0) {
1482 case 8: infoRec->CachePixelGranularity = 4; break;
1483 case 16: infoRec->CachePixelGranularity = 2; break;
1484 case 32: infoRec->CachePixelGranularity = 1; break;
1489 infoRec->CachePixelGranularity *= 2;
xaaInit.c 74 infoRec->CachePixelGranularity = -1;
xaa.h 1155 int CachePixelGranularity;
xaaPCache.c 667 granularity = infoRec->CachePixelGranularity;
  /xsrc/external/mit/xf86-video-siliconmotion/dist/src/
smi_xaa.c 173 infoPtr->CachePixelGranularity = 16;
175 infoPtr->CachePixelGranularity = 128 / pScrn->bitsPerPixel;
  /xsrc/external/mit/xf86-video-i740/dist/src/
i740_accel.c 146 infoPtr->CachePixelGranularity=8/pI740->cpp;
  /xsrc/external/mit/xf86-video-apm/dist/src/
apm_accel.c 325 pXAAinfo->CachePixelGranularity = (pApm->CurrentLayout.mask32 + 1) << 1;
  /xsrc/external/mit/xf86-video-s3/dist/src/
s3_accel.c 590 pXAA->CachePixelGranularity = 0;
  /xsrc/external/mit/xf86-video-tseng/dist/src/
tseng_accel.c 1390 pXAAinfo->CachePixelGranularity = 8 * 8;
  /xsrc/external/mit/xf86-video-xgi/dist/src/
xgi_accel.c 1029 "XAAInfoPtr->CachePixelGranularity = %d\n"
1048 pXAA->CachePixelGranularity,

Completed in 14 milliseconds