Searched refs:CachePixelGranularity (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaInitAccel.c1479 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;
H A DxaaInit.c74 infoRec->CachePixelGranularity = -1;
H A Dxaa.h1155 int CachePixelGranularity; member in struct:_XAAInfoRec
H A DxaaPCache.c667 granularity = infoRec->CachePixelGranularity;
/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
H A Dsmi_xaa.c173 infoPtr->CachePixelGranularity = 16;
175 infoPtr->CachePixelGranularity = 128 / pScrn->bitsPerPixel;
/xsrc/external/mit/xf86-video-i740/dist/src/
H A Di740_accel.c146 infoPtr->CachePixelGranularity=8/pI740->cpp;
/xsrc/external/mit/xf86-video-s3/dist/src/
H A Ds3_accel.c590 pXAA->CachePixelGranularity = 0;
/xsrc/external/mit/xf86-video-apm/dist/src/
H A Dapm_accel.c325 pXAAinfo->CachePixelGranularity = (pApm->CurrentLayout.mask32 + 1) << 1;
/xsrc/external/mit/xf86-video-tseng/dist/src/
H A Dtseng_accel.c1390 pXAAinfo->CachePixelGranularity = 8 * 8;
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_accel.c1029 "XAAInfoPtr->CachePixelGranularity = %d\n"
1048 pXAA->CachePixelGranularity,

Completed in 17 milliseconds