Home
last modified time | relevance | path

Searched refs:skew_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
85 scrn->skew_msc++; in vl_dri2_handle_stamps()
285 …n->next_msc = ((int64_t)stamp - scrn->last_ust) / scrn->ns_frame + scrn->last_msc + scrn->skew_msc; in vl_screen_set_next_timestamp()