HomeSort by: relevance | last modified time | path
    Searched defs:cpu_ts_end (Results 1 - 1 of 1) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/intel/ds/
intel_pps_driver.cc 91 timespec cpu_ts_end; member in struct:pps::__anon2446
103 clock_gettime(correlation_clock_id, &attempts[i].cpu_ts_end);
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)) {
118 timespec_diff(&attempts[best].cpu_ts_begin, &attempts[best].cpu_ts_end) / 2;

Completed in 58 milliseconds