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

/xsrc/external/mit/MesaLib/dist/src/intel/ds/
H A Dintel_pps_driver.cc90 timespec cpu_ts_begin; member in struct:pps::IntelDriver::query_correlation_timestamps::__anon412faf3a0108
99 clock_gettime(correlation_clock_id, &attempts[i].cpu_ts_begin);
110 if (timespec_diff(&attempts[i].cpu_ts_begin, &attempts[i].cpu_ts_end) <
111 timespec_diff(&attempts[best].cpu_ts_begin, &attempts[best].cpu_ts_end)) {
117 (attempts[best].cpu_ts_begin.tv_sec * 1000000000ull + attempts[best].cpu_ts_begin.tv_nsec) +
118 timespec_diff(&attempts[best].cpu_ts_begin, &attempts[best].cpu_ts_end) / 2;

Completed in 2 milliseconds