Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/ds/
Dintel_pps_driver.cc219 uint64_t gpu_timestamp = gpu_timestamp_udw | gpu_timestamp_ldw; in parse_perf_records() local
222 gpu_timestamp - prev_gpu_timestamp); in parse_perf_records()
227 prev_gpu_timestamp = gpu_timestamp; in parse_perf_records()
230 record.timestamp = gpu_timestamp; in parse_perf_records()
310 auto gpu_timestamp = records[1].timestamp; in gpu_next() local
315 return intel_device_info_timebase_scale(&perf->devinfo, gpu_timestamp); in gpu_next()
330 uint64_t IntelDriver::gpu_timestamp() const in gpu_timestamp() function in pps::IntelDriver
Dintel_pps_driver.h51 uint64_t gpu_timestamp() const override;
/third_party/mesa3d/src/tool/pps/
Dpps_datasource.cc247 uint64_t gpu_ts = driver->gpu_timestamp(); in add_timestamp()
305 descriptor_gpu_timestamp = driver->gpu_timestamp(); in trace()
322 while (auto gpu_timestamp = driver->next()) { in trace() local
323 if (gpu_timestamp <= descriptor_gpu_timestamp) { in trace()
331 packet->set_timestamp(gpu_timestamp); in trace()
Dpps_driver.h82 virtual uint64_t gpu_timestamp() const = 0;
/third_party/mesa3d/src/intel/dev/
Dintel_device_info.h496 uint64_t gpu_timestamp) in intel_device_info_timebase_scale() argument
499 uint64_t upper_ts = gpu_timestamp >> 32; in intel_device_info_timebase_scale()
500 uint64_t lower_ts = gpu_timestamp & 0xffffffff; in intel_device_info_timebase_scale()
/third_party/mesa3d/src/panfrost/ds/
Dpan_pps_driver.h45 uint64_t gpu_timestamp() const override;
Dpan_pps_driver.cc165 uint64_t PanfrostDriver::gpu_timestamp() const in gpu_timestamp() function in pps::PanfrostDriver
/third_party/mesa3d/src/freedreno/ds/
Dfd_pps_driver.h32 uint64_t gpu_timestamp() const override;
Dfd_pps_driver.cc706 FreedrenoDriver::gpu_timestamp() const in gpu_timestamp() function in pps::FreedrenoDriver
/third_party/mesa3d/src/amd/common/
Dac_rgp.h181 uint64_t gpu_timestamp; member
Dac_rgp.c851 uint64_t gpu_timestamp; member
1154 clock_calibration.gpu_timestamp = record->gpu_timestamp; in ac_sqtt_dump_data()