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

1 2 3 4 5

  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaCpyWin.c 42 (*infoRec->Sync)(infoRec->pScrn);
xaaOverlay.c 49 (*infoRec->Sync)(infoRec->pScrn);
xaawrap.h 77 (*infoRec->Sync)(infoRec->pScrn);\
xaaNonTEGlyph.c 86 (*infoRec->Sync)(pScrn);
  /xsrc/external/mit/xf86-video-i740/dist/src/
i740_accel.c 140 /* Sync */
142 infoPtr->Sync = I740SyncPIO;
144 infoPtr->Sync = I740SyncMMIO;
377 pI740->AccelInfoRec->Sync(pScrn);
i740_dga.c 209 (*pI740->AccelInfoRec->Sync)(pScrn);
  /xsrc/external/mit/xf86-video-imstt/dist/src/
imstt_accel.c 212 xaaptr->Sync = IMSTTSync;
  /xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
kxv.h 92 Bool Sync, RegionPtr clipBoxes, void *data);
  /xsrc/external/mit/xf86-video-mach64/dist/src/
atidga.c 425 pATI->ATIDGAFunctions.Sync = pXAAInfo->Sync;
atimach64io.h 212 * DRI Sync and Lock definitions.
239 * Forces the EXA/XAA software paths to sync before accessing the FB memory.
257 * Forces the EXA/XAA accelerated paths to sync before accessing the GPU engine.
277 if (_pATI->NeedDRISync) (*_pATI->pXAAInfo->Sync)(_pScrInfo);
  /xsrc/external/mit/xf86-video-apm/dist/src/
apm_accel.c 404 pXAAinfo->Sync = ApmSync6422;
406 XAA(Sync);
493 XAA(Sync);
apm_funcs.c 38 static void A(Sync)(ScrnInfoPtr pScrn);
350 if (i) A(Sync)(pScrn); /* Only for AT3D */
481 (*pApm->AccelInfoRec->Sync)(pScrn);
531 (*pApm->AccelInfoRec->Sync)(pScrn);
601 (*pApm->AccelInfoRec->Sync)(pScrn);
647 (*pApm->AccelInfoRec->Sync)(pScrn);
1188 * good sync will help. This sync is anyway needed for direct write.
1190 (*pApm->AccelInfoRec->Sync)(pScrn);
1456 A(Sync)(ScrnInfoPtr pScrn
    [all...]
  /xsrc/external/mit/xf86-video-ark/dist/src/
ark_accel.c 201 pXAA->Sync = ARKSync;
  /xsrc/external/mit/xf86-video-cirrus/dist/src/
cir_dga.c 225 (*pCir->AccelInfoRec->Sync)(pScrn);
lg_xaa.c 129 XAAPtr->Sync = LgSync;
  /xsrc/external/mit/xf86-video-glint/dist/src/
glint_dga.c 242 (*pGlint->AccelInfoRec->Sync)(pScrn);
pm3_accel.c 150 /* Set filter mode to enable sync tag & data output */
371 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 */
tx_accel.c 213 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/
i810_dga.c 217 (*pI810->AccelInfoRec->Sync) (pScrn);
i810_xaa.c 235 /* Sync
237 infoPtr->Sync = I810Sync;
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
i810_dga.c 217 (*pI810->AccelInfoRec->Sync) (pScrn);
i810_xaa.c 235 /* Sync
237 infoPtr->Sync = I810Sync;
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i810_dga.c 224 (*pI810->AccelInfoRec->Sync) (pScrn);
  /xsrc/external/mit/xf86-video-neomagic/dist/src/
neo_2070.c 125 /* sync */
126 infoPtr->Sync = Neo2070Sync;
neo_2090.c 119 /* sync */
120 infoPtr->Sync = Neo2090Sync;

Completed in 13 milliseconds

1 2 3 4 5