Home
last modified time | relevance | path

Searched refs:last_gpu_timestamp (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/intel/ds/
Dintel_pps_driver.cc199 uint64_t prev_gpu_timestamp = last_gpu_timestamp; in parse_perf_records()
216 if (gpu_timestamp_udw == 0 || (gpu_timestamp_udw | gpu_timestamp_ldw) < last_gpu_timestamp) in parse_perf_records()
Dintel_pps_driver.h74 uint64_t last_gpu_timestamp = 0; variable