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

1 2

  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaCpyWin.c 41 if(infoRec->pScrn->vtSema && infoRec->NeedToSync) {
43 infoRec->NeedToSync = FALSE;
xaaOverlay.c 48 if(infoRec->pScrn->vtSema && infoRec->NeedToSync) {
50 infoRec->NeedToSync = FALSE;
xaawrap.h 76 if(infoRec->NeedToSync) {\
78 infoRec->NeedToSync = FALSE;\
xaaGC.c 390 if(infoRec->NeedToSync) {
392 infoRec->NeedToSync = FALSE;
422 if(infoRec->NeedToSync) {
424 infoRec->NeedToSync = FALSE;
xaaOverlayDF.c 335 if(pScrn->vtSema && infoRec->NeedToSync) {
337 infoRec->NeedToSync = FALSE;
424 } else if(infoRec->NeedToSync) {
426 infoRec->NeedToSync = FALSE;
xaaInit.c 533 if(infoRec->NeedToSync) {
535 infoRec->NeedToSync = FALSE;
xaa.h 1235 Bool NeedToSync;
1370 #define SET_SYNC_FLAG(infoRec) (infoRec)->NeedToSync = TRUE
  /xsrc/external/mit/xf86-video-tdfx/dist/src/
tdfx_dri.c 354 pTDFX->AccelInfoRec->NeedToSync = TRUE;
397 pTDFX->AccelInfoRec->NeedToSync = TRUE;
  /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
i810_accel.c 359 pI810->AccelInfoRec->NeedToSync = TRUE;
i810_driver.c 1778 pI810->AccelInfoRec->NeedToSync = FALSE;
1907 pI810->AccelInfoRec->NeedToSync = FALSE;
1937 pI810->AccelInfoRec->NeedToSync = FALSE;
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
i810_accel.c 359 pI810->AccelInfoRec->NeedToSync = TRUE;
i810_driver.c 1778 pI810->AccelInfoRec->NeedToSync = FALSE;
1907 pI810->AccelInfoRec->NeedToSync = FALSE;
1937 pI810->AccelInfoRec->NeedToSync = FALSE;
  /xsrc/external/mit/xf86-video-ag10e/dist/src/
ag10e_accel.c 713 if(infoRec->NeedToSync) (*infoRec->Sync)(infoRec->pScrn);
728 if(infoRec->NeedToSync) (*infoRec->Sync)(infoRec->pScrn);
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_render.c 466 if (info->accel_state->accel->NeedToSync)
805 if (info->accel_state->accel->NeedToSync)
  /xsrc/external/mit/xf86-video-glint/dist/src/
sx_accel.c 796 if(infoRec->NeedToSync) (*infoRec->Sync)(infoRec->pScrn);
811 if(infoRec->NeedToSync) (*infoRec->Sync)(infoRec->pScrn);
tx_accel.c 870 if(infoRec->NeedToSync) (*infoRec->Sync)(infoRec->pScrn);
885 if(infoRec->NeedToSync) (*infoRec->Sync)(infoRec->pScrn);
pm2_accel.c 416 if(infoRec->NeedToSync) (*infoRec->Sync)(infoRec->pScrn);
432 if(infoRec->NeedToSync) (*infoRec->Sync)(infoRec->pScrn);
pm_accel.c 1120 if(infoRec->NeedToSync) (*infoRec->Sync)(infoRec->pScrn);
1135 if(infoRec->NeedToSync) (*infoRec->Sync)(infoRec->pScrn);
  /xsrc/external/mit/xf86-video-s3virge/dist/src/
s3v_accel.c 901 if(infoRec->NeedToSync)
918 if(infoRec->NeedToSync)
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i810_accel.c 587 pI810->AccelInfoRec->NeedToSync = TRUE;
i810_driver.c 2152 pI810->AccelInfoRec->NeedToSync = FALSE;
2280 pI810->AccelInfoRec->NeedToSync = FALSE;
2306 pI810->AccelInfoRec->NeedToSync = FALSE;
  /xsrc/external/mit/xf86-video-mga/dist/src/
mga.h 833 if (!pMga->Exa && pMga->AccelInfoRec && pMga->AccelInfoRec->NeedToSync)
mga_storm.c 320 if(pMga->AccelInfoRec->NeedToSync)
404 if(pMga->AccelInfoRec->NeedToSync)
503 if(pMga->AccelInfoRec->NeedToSync)
566 pMga->AccelInfoRec->NeedToSync = TRUE;
mga_dri.c 697 pMga->AccelInfoRec->NeedToSync = TRUE;
850 pMga->AccelInfoRec->NeedToSync = TRUE;
  /xsrc/external/mit/xf86-video-chips/dist/src/
ct_accel.c 1672 cPtr->AccelInfoRec->NeedToSync = TRUE;
1740 cPtr->AccelInfoRec->NeedToSync = TRUE;

Completed in 20 milliseconds

1 2