Home
last modified time | relevance | path

Searched refs:ust_ns (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_winsys_dri3.c126 int64_t ust_ns = ust * 1000; in dri3_handle_stamps() local
128 if (scrn->last_ust && (ust_ns > scrn->last_ust) && in dri3_handle_stamps()
130 scrn->ns_frame = (ust_ns - scrn->last_ust) / (msc - scrn->last_msc); in dri3_handle_stamps()
132 scrn->last_ust = ust_ns; in dri3_handle_stamps()

Completed in 2 milliseconds