Lines Matching refs:ust
239 CARD64 ust; in DRI2AllocateDrawable() local
258 if (!ds->GetMSC || !(*ds->GetMSC) (pDraw, &ust, &pPriv->last_swap_target)) in DRI2AllocateDrawable()
1042 CARD64 ust = 0; in DRI2SwapComplete() local
1064 ust = ((CARD64) tv_sec * 1000000) + tv_usec; in DRI2SwapComplete()
1066 swap_complete(client, swap_data, type, ust, frame, pPriv->swap_count); in DRI2SwapComplete()
1069 pPriv->last_swap_ust = ust; in DRI2SwapComplete()
1104 CARD64 ust, current_msc; in DRI2SwapBuffers() local
1165 if (!(*ds->GetMSC) (pDraw, &ust, ¤t_msc)) in DRI2SwapBuffers()
1216 DRI2GetMSC(DrawablePtr pDraw, CARD64 * ust, CARD64 * msc, CARD64 * sbc) in DRI2GetMSC() argument
1231 *ust = 0; in DRI2GetMSC()
1242 ret = (*ds->GetMSC) (pDraw, ust, msc); in DRI2GetMSC()