Home
last modified time | relevance | path

Searched refs:last_msc (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_winsys_dri.c68 int64_t last_ust, ns_frame, last_msc, next_msc, skew_msc; member
81 if (scrn->last_ust && scrn->last_msc && (ust > scrn->last_ust) && (msc > scrn->last_msc)) in vl_dri2_handle_stamps()
82 scrn->ns_frame = (ust - scrn->last_ust) / (msc - scrn->last_msc); in vl_dri2_handle_stamps()
88 scrn->last_msc = msc; in vl_dri2_handle_stamps()
284 if (stamp && scrn->last_ust && scrn->ns_frame && scrn->last_msc) in vl_screen_set_next_timestamp()
285 …scrn->next_msc = ((int64_t)stamp - scrn->last_ust) / scrn->ns_frame + scrn->last_msc + scrn->skew_… in vl_screen_set_next_timestamp()