Searched refs:last_swap_target (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri2/
H A Ddri2.c81 CARD64 last_swap_target; /* most recently queued swap target */ member in struct:_DRI2Drawable
173 if (!ds->GetMSC || !(*ds->GetMSC)(pDraw, &ust, &pPriv->last_swap_target))
174 pPriv->last_swap_target = 0;
842 * than the count stored in last_swap_target from a previous swap
843 * then reinitialize last_swap_target to the current crtc's msc,
850 pPriv->last_swap_target = 0;
852 if (current_msc < pPriv->last_swap_target)
853 pPriv->last_swap_target = current_msc;
862 *swap_target = pPriv->last_swap_target + pPriv->swap_interval;
879 pPriv->last_swap_target
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri2/
H A Ddri2.c94 CARD64 last_swap_target; /* most recently queued swap target */ member in struct:_DRI2Drawable
255 if (!ds->GetMSC || !(*ds->GetMSC) (pDraw, &ust, &pPriv->last_swap_target))
256 pPriv->last_swap_target = 0;
1160 * than the count stored in last_swap_target from a previous swap
1161 * then reinitialize last_swap_target to the current crtc's msc,
1168 pPriv->last_swap_target = 0;
1170 if (current_msc < pPriv->last_swap_target)
1171 pPriv->last_swap_target = current_msc;
1180 target_msc = pPriv->last_swap_target + pPriv->swap_interval;
1194 pPriv->last_swap_target
[all...]

Completed in 5 milliseconds