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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_winsys_dri3.c121 int64_t ust_ns = ust * 1000; local in function:dri3_handle_stamps
123 if (scrn->last_ust && (ust_ns > scrn->last_ust) &&
125 scrn->ns_frame = (ust_ns - scrn->last_ust) / (msc - scrn->last_msc);
127 scrn->last_ust = ust_ns;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_winsys_dri3.c126 int64_t ust_ns = ust * 1000; local in function:dri3_handle_stamps
128 if (scrn->last_ust && (ust_ns > scrn->last_ust) &&
130 scrn->ns_frame = (ust_ns - scrn->last_ust) / (msc - scrn->last_msc);
132 scrn->last_ust = ust_ns;

Completed in 4 milliseconds