Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_winsys_dri.c73 int64_t last_ust, ns_frame, last_msc, next_msc; member
89 scrn->last_msc && (msc > scrn->last_msc)) in vl_dri2_handle_stamps()
90 scrn->ns_frame = (ust - scrn->last_ust) / (msc - scrn->last_msc); in vl_dri2_handle_stamps()
93 scrn->last_msc = msc; in vl_dri2_handle_stamps()
294 if (stamp && scrn->last_ust && scrn->ns_frame && scrn->last_msc) in vl_dri2_screen_set_next_timestamp()
296 scrn->ns_frame + scrn->last_msc; in vl_dri2_screen_set_next_timestamp()
Dvl_winsys_dri3.c89 int64_t last_ust, ns_frame, last_msc, next_msc; member
125 scrn->last_msc && (msc > scrn->last_msc)) in dri3_handle_stamps()
126 scrn->ns_frame = (ust_ns - scrn->last_ust) / (msc - scrn->last_msc); in dri3_handle_stamps()
129 scrn->last_msc = msc; in dri3_handle_stamps()
675 if (stamp && scrn->last_ust && scrn->ns_frame && scrn->last_msc) in vl_dri3_screen_set_next_timestamp()
677 scrn->ns_frame + scrn->last_msc; in vl_dri3_screen_set_next_timestamp()