Searched refs:last_msc (Results 1 – 2 of 2) sorted by relevance
74 int64_t last_ust, ns_frame, last_msc, next_msc; member90 scrn->last_msc && (msc > scrn->last_msc)) in vl_dri2_handle_stamps()91 scrn->ns_frame = (ust - scrn->last_ust) / (msc - scrn->last_msc); in vl_dri2_handle_stamps()94 scrn->last_msc = msc; in vl_dri2_handle_stamps()298 if (stamp && scrn->last_ust && scrn->ns_frame && scrn->last_msc) in vl_dri2_screen_set_next_timestamp()300 scrn->ns_frame + scrn->last_msc; in vl_dri2_screen_set_next_timestamp()
92 int64_t last_ust, ns_frame, last_msc, next_msc; member129 scrn->last_msc && (msc > scrn->last_msc)) in dri3_handle_stamps()130 scrn->ns_frame = (ust_ns - scrn->last_ust) / (msc - scrn->last_msc); in dri3_handle_stamps()133 scrn->last_msc = msc; in dri3_handle_stamps()684 if (stamp && scrn->last_ust && scrn->ns_frame && scrn->last_msc) in vl_dri3_screen_set_next_timestamp()686 scrn->ns_frame + scrn->last_msc; in vl_dri3_screen_set_next_timestamp()