Searched refs:last_ust (Results 1 – 2 of 2) sorted by relevance
73 int64_t last_ust, ns_frame, last_msc, next_msc; member88 if (scrn->last_ust && (ust > scrn->last_ust) && in vl_dri2_handle_stamps()90 scrn->ns_frame = (ust - scrn->last_ust) / (msc - scrn->last_msc); in vl_dri2_handle_stamps()92 scrn->last_ust = ust; in vl_dri2_handle_stamps()276 if (!scrn->last_ust) { in vl_dri2_screen_get_timestamp()286 return scrn->last_ust; in vl_dri2_screen_get_timestamp()294 if (stamp && scrn->last_ust && scrn->ns_frame && scrn->last_msc) in vl_dri2_screen_set_next_timestamp()295 scrn->next_msc = ((int64_t)stamp - scrn->last_ust + scrn->ns_frame/2) / in vl_dri2_screen_set_next_timestamp()
89 int64_t last_ust, ns_frame, last_msc, next_msc; member124 if (scrn->last_ust && (ust_ns > scrn->last_ust) && in dri3_handle_stamps()126 scrn->ns_frame = (ust_ns - scrn->last_ust) / (msc - scrn->last_msc); in dri3_handle_stamps()128 scrn->last_ust = ust_ns; in dri3_handle_stamps()651 if (!scrn->last_ust) { in vl_dri3_screen_get_timestamp()665 return scrn->last_ust; in vl_dri3_screen_get_timestamp()675 if (stamp && scrn->last_ust && scrn->ns_frame && scrn->last_msc) in vl_dri3_screen_set_next_timestamp()676 scrn->next_msc = ((int64_t)stamp - scrn->last_ust + scrn->ns_frame/2) / in vl_dri3_screen_set_next_timestamp()