Searched refs:MarkSync (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/xf86-video-trident/dist/src/
H A Dblade_exa.c233 MarkSync(ScreenPtr pScreen) function in typeref:typename:int
322 ExaDriver->MarkSync = MarkSync;
/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa.h547 * MarkSync() requests that the driver mark a synchronization point,
555 * acceleration, rather than their own MarkSync() handler, as otherwise EXA
559 * MarkSync() is optional.
561 int (*MarkSync) (ScreenPtr pScreen); member in struct:_ExaDriver
565 * completed. If the driver does not implement MarkSync(), marker is
H A Dexa.c1084 * driver MarkSync() callback, the return value of which may be used to do partial
1092 if (pExaScr->info->MarkSync != NULL) {
1093 pExaScr->info->lastMarker = (*pExaScr->info->MarkSync)(pScreen);
/xsrc/external/mit/xorg-server/dist/exa/
H A Dexa.h526 * MarkSync() requests that the driver mark a synchronization point,
534 * acceleration, rather than their own MarkSync() handler, as otherwise EXA
538 * MarkSync() is optional.
540 int (*MarkSync) (ScreenPtr pScreen); member in struct:_ExaDriver
544 * completed. If the driver does not implement MarkSync(), marker is
H A Dexa.c1065 * driver MarkSync() callback, the return value of which may be used to do partial
1074 if (pExaScr->info->MarkSync != NULL) {
1075 pExaScr->info->lastMarker = (*pExaScr->info->MarkSync) (pScreen);
/xsrc/external/mit/xf86-video-suntcx/dist/src/
H A Dtcx_accel.c377 pExa->MarkSync = TcxMarkSync;
/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_exa.c309 pExa->MarkSync = ctMarkSync;
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_exa.c778 sync[buf] = pVia->exaDriverPtr->MarkSync(pScrn->pScreen);
860 pExa->MarkSync = viaAccelMarkSync_H6;
869 pExa->MarkSync = viaAccelMarkSync_H2;
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyr_draw.c470 fakexa->exa->MarkSync = ephyrMarkSync;
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyr_draw.c479 fakexa->exa->MarkSync = ephyrMarkSync;
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnouveau_exa.c456 exa->MarkSync = nouveau_exa_mark_sync;
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_exa_funcs.c808 info->accel_state->exa->MarkSync = FUNC_NAME(RADEONMarkSync);
H A Devergreen_exa.c1915 info->accel_state->exa->MarkSync = EVERGREENMarkSync;
H A Dr600_exa.c2278 info->accel_state->exa->MarkSync = R600MarkSync;
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_exa_funcs.c603 info->accel_state->exa->MarkSync = RADEONMarkSync;
H A Devergreen_exa.c2065 info->accel_state->exa->MarkSync = EVERGREENMarkSync;
H A Dr600_exa.c2044 info->accel_state->exa->MarkSync = R600MarkSync;

Completed in 26 milliseconds