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

  /xsrc/external/mit/xf86-video-i128/dist/src/
i128.h 105 Bool ShowCache;
i128_driver.c 383 { OPTION_SHOWCACHE, "ShowCache", OPTV_BOOLEAN, {0}, FALSE },
597 pI128->ShowCache = TRUE;
598 xf86DrvMsg(pScrn->scrnIndex, X_CONFIG, "ShowCache enabled\n");
599 } else pI128->ShowCache = FALSE;
1632 if (pI128->ShowCache && y && pScrn->vtSema)
  /xsrc/external/mit/xf86-video-nv/dist/src/
riva_type.h 76 Bool ShowCache;
riva_driver.c 77 { OPTION_SHOWCACHE, "ShowCache", OPTV_BOOLEAN, {0}, FALSE },
183 if(pRiva->ShowCache && y && pScrn->vtSema)
530 pRiva->ShowCache = TRUE;
531 xf86DrvMsg(pScrn->scrnIndex, X_CONFIG, "ShowCache enabled\n");
  /xsrc/external/mit/xf86-video-tseng/dist/src/
tseng.h 122 Bool ShowCache;
tseng_driver.c 175 {OPTION_SHOWCACHE, "ShowCache", OPTV_BOOLEAN,
862 pTseng->ShowCache = FALSE;
864 pTseng->ShowCache = TRUE;
tseng_mode.c 994 if (pTseng->ShowCache && y)
  /xsrc/external/mit/xf86-video-s3virge/dist/src/
s3v.h 264 Bool ShowCache;
s3v_driver.c 693 ps3v->ShowCache = TRUE;
696 ps3v->ShowCache = FALSE;
3436 if(ps3v->ShowCache && y)
  /xsrc/external/mit/xf86-video-tdfx/dist/src/
tdfx.h 295 Bool ShowCache;
tdfx_driver.c 247 { OPTION_SHOWCACHE, "ShowCache", OPTV_BOOLEAN, {0}, FALSE},
1143 if (!xf86GetOptValBool(pTDFX->Options, OPTION_SHOWCACHE, &(pTDFX->ShowCache))) {
1144 xf86DrvMsg(pScrn->scrnIndex, X_CONFIG, "ShowCache %s\n", pTDFX->ShowCache ? "Enabled" : "Disabled");
1146 pTDFX->ShowCache = FALSE;
2488 if (pTDFX->ShowCache && y && pScrn->vtSema)
2492 if(pTDFX->ShowCache && y && pScrn->vtSema)
  /xsrc/external/mit/xf86-video-savage/dist/src/
savage_driver.h 354 Bool ShowCache;
  /xsrc/external/mit/xf86-video-mga/dist/src/
mga_merge.c 324 pMga->ShowCache = pMga1->ShowCache;
mga.h 539 Bool ShowCache;
mga_driver.c 570 { OPTION_SHOWCACHE, "ShowCache", OPTV_BOOLEAN, {0}, FALSE },
1992 pMga->ShowCache = TRUE;
1993 xf86DrvMsg(pScrn->scrnIndex, X_CONFIG, "ShowCache enabled\n");
3576 if(pMga->ShowCache && y && pScrn->vtSema)
3623 if(pMga->ShowCache && y && pScrn->vtSema)

Completed in 32 milliseconds