Searched refs:Sync (Results 1 - 25 of 122) sorted by relevance

12345

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaCpyWin.c42 (*infoRec->Sync)(infoRec->pScrn);
H A DxaaOverlay.c49 (*infoRec->Sync)(infoRec->pScrn);
H A Dxaawrap.h77 (*infoRec->Sync)(infoRec->pScrn);\
H A DxaaNonTEGlyph.c86 (*infoRec->Sync)(pScrn);
/xsrc/external/mit/xf86-video-i740/dist/src/
H A Di740_accel.c140 /* Sync */
142 infoPtr->Sync = I740SyncPIO;
144 infoPtr->Sync = I740SyncMMIO;
377 pI740->AccelInfoRec->Sync(pScrn);
H A Di740_dga.c209 (*pI740->AccelInfoRec->Sync)(pScrn);
/xsrc/external/mit/xf86-video-imstt/dist/src/
H A Dimstt_accel.c212 xaaptr->Sync = IMSTTSync;
/xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
H A Dkxv.h92 Bool Sync, RegionPtr clipBoxes, void *data);
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datidga.c425 pATI->ATIDGAFunctions.Sync = pXAAInfo->Sync;
/xsrc/external/mit/xf86-video-apm/dist/src/
H A Dapm_accel.c404 pXAAinfo->Sync = ApmSync6422;
406 XAA(Sync);
493 XAA(Sync);
H A Dapm_funcs.c38 static void A(Sync)(ScrnInfoPtr pScrn);
350 if (i) A(Sync)(pScrn); /* Only for AT3D */ local in function:A
481 (*pApm->AccelInfoRec->Sync)(pScrn);
531 (*pApm->AccelInfoRec->Sync)(pScrn);
601 (*pApm->AccelInfoRec->Sync)(pScrn);
647 (*pApm->AccelInfoRec->Sync)(pScrn);
1190 (*pApm->AccelInfoRec->Sync)(pScrn);
1456 A(Sync)(ScrnInfoPtr pScrn)
/xsrc/external/mit/libxcb/dist/
H A Dconfigure.ac238 XCB_EXTENSION(Sync, yes)
330 echo " Sync................: ${BUILD_SYNC}"
/xsrc/external/mit/xf86-video-trident/dist/src/
H A Dtrident_dga.c249 (*pTrident->AccelInfoRec->Sync)(pScrn);
/xsrc/external/mit/xf86-video-tseng/dist/src/
H A Dtseng_dga.c218 (*pTseng->AccelInfoRec->Sync)(pScrn);
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dglint_dga.c242 (*pGlint->AccelInfoRec->Sync)(pScrn);
H A Dpm3_accel.c371 if (*pGlint->AccelInfoRec->Sync != NULL)
372 (*pGlint->AccelInfoRec->Sync)(pScrn);
395 infoPtr->Sync = DualPermedia3Sync;
397 infoPtr->Sync = Permedia3Sync;
552 /* Read 1st PM3 until Sync Tag shows */
559 /* Read 2nd PM3 until Sync Tag shows */
H A Dtx_accel.c213 infoPtr->Sync = DualTXSync;
215 infoPtr->Sync = TXSync;
364 /* Read 1st MX until Sync Tag shows */
372 /* Read 2nd MX until Sync Tag shows */
870 if(infoRec->NeedToSync) (*infoRec->Sync)(infoRec->pScrn);
885 if(infoRec->NeedToSync) (*infoRec->Sync)(infoRec->pScrn);
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_dga.c217 (*pI810->AccelInfoRec->Sync) (pScrn);
H A Di810_xaa.c235 /* Sync
237 infoPtr->Sync = I810Sync;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_dga.c217 (*pI810->AccelInfoRec->Sync) (pScrn);
H A Di810_xaa.c235 /* Sync
237 infoPtr->Sync = I810Sync;
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_dga.c224 (*pI810->AccelInfoRec->Sync) (pScrn);
/xsrc/external/mit/xf86-video-ark/dist/src/
H A Dark_accel.c201 pXAA->Sync = ARKSync;
/xsrc/external/mit/xf86-video-cirrus/dist/src/
H A Dcir_dga.c225 (*pCir->AccelInfoRec->Sync)(pScrn);
H A Dlg_xaa.c129 XAAPtr->Sync = LgSync;

Completed in 17 milliseconds

12345