Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/ds/
Dintel_pps_driver.cc164 gpu_timestamp_udw = intel_read_gpu_timestamp(drm_device.fd) & ~perf->cfg->oa_timestamp_mask; in enable_perfcnt()
172 gpu_timestamp_udw = 0; in disable_perfcnt()
216 if (gpu_timestamp_udw == 0 || (gpu_timestamp_udw | gpu_timestamp_ldw) < last_gpu_timestamp) in parse_perf_records()
217gpu_timestamp_udw = intel_read_gpu_timestamp(drm_device.fd) & ~perf->cfg->oa_timestamp_mask; in parse_perf_records()
219 uint64_t gpu_timestamp = gpu_timestamp_udw | gpu_timestamp_ldw; in parse_perf_records()
Dintel_pps_driver.h70 uint64_t gpu_timestamp_udw = 0; variable