Home
last modified time | relevance | path

Searched refs:gpu_timestamp (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/intel/ds/
Dintel_pps_driver.cc119 corr.gpu_timestamp = attempts[best].gpu_ts; in query_correlation_timestamps()
218 uint32_t corr_a_gpu_ts = corr_a.gpu_timestamp & mask; in correlate_gpu_timestamp()
219 uint32_t corr_b_gpu_ts = corr_b.gpu_timestamp & mask; in correlate_gpu_timestamp()
228 double(corr_b.gpu_timestamp - corr_a.gpu_timestamp); in correlate_gpu_timestamp()
370 auto gpu_timestamp = report_b->timestamp; in gpu_next() local
375 return gpu_timestamp; in gpu_next()
380 if (auto gpu_timestamp = gpu_next()) { in cpu_next() local
381 auto cpu_timestamp = correlate_gpu_timestamp(gpu_timestamp); in cpu_next()
Dintel_pps_driver.h22 uint64_t gpu_timestamp; member
/third_party/mesa3d/src/intel/dev/
Dintel_device_info.h410 uint64_t gpu_timestamp) in intel_device_info_timebase_scale() argument
412 return (1000000000ull * gpu_timestamp) / devinfo->timestamp_frequency; in intel_device_info_timebase_scale()