Searched refs:MarkSync (Results 1 - 17 of 17) sorted by relevance
| /xsrc/external/mit/xf86-video-trident/dist/src/ |
| H A D | blade_exa.c | 233 MarkSync(ScreenPtr pScreen) function in typeref:typename:int 322 ExaDriver->MarkSync = MarkSync;
|
| /xsrc/external/mit/xorg-server.old/dist/exa/ |
| H A D | exa.h | 547 * 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 D | exa.c | 1084 * 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 D | exa.h | 526 * 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 D | exa.c | 1065 * 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 D | tcx_accel.c | 377 pExa->MarkSync = TcxMarkSync;
|
| /xsrc/external/mit/xf86-video-chips/dist/src/ |
| H A D | ct_exa.c | 309 pExa->MarkSync = ctMarkSync;
|
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| H A D | via_exa.c | 778 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 D | ephyr_draw.c | 470 fakexa->exa->MarkSync = ephyrMarkSync;
|
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/ |
| H A D | ephyr_draw.c | 479 fakexa->exa->MarkSync = ephyrMarkSync;
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| H A D | nouveau_exa.c | 456 exa->MarkSync = nouveau_exa_mark_sync;
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_exa_funcs.c | 808 info->accel_state->exa->MarkSync = FUNC_NAME(RADEONMarkSync);
|
| H A D | evergreen_exa.c | 1915 info->accel_state->exa->MarkSync = EVERGREENMarkSync;
|
| H A D | r600_exa.c | 2278 info->accel_state->exa->MarkSync = R600MarkSync;
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_exa_funcs.c | 603 info->accel_state->exa->MarkSync = RADEONMarkSync;
|
| H A D | evergreen_exa.c | 2065 info->accel_state->exa->MarkSync = EVERGREENMarkSync;
|
| H A D | r600_exa.c | 2044 info->accel_state->exa->MarkSync = R600MarkSync;
|
Completed in 26 milliseconds