Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/ds/
H A 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
H A Dintel_pps_driver.h51 uint64_t gpu_timestamp() const override;
/third_party/mesa3d/src/intel/dev/
H A Dintel_device_info.h496 uint64_t gpu_timestamp) in intel_device_info_timebase_scale()
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()
495 intel_device_info_timebase_scale(const struct intel_device_info *devinfo, uint64_t gpu_timestamp) intel_device_info_timebase_scale() argument
/third_party/mesa3d/src/tool/pps/
H A 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()
323 if (gpu_timestamp <= descriptor_gpu_timestamp) { in trace()
331 packet->set_timestamp(gpu_timestamp); in trace()
H A Dpps_driver.h78 /// Clock ID in which the values returned by gpu_timestamp() belong
82 virtual uint64_t gpu_timestamp() const = 0;
/third_party/mesa3d/src/panfrost/ds/
H A Dpan_pps_driver.h45 uint64_t gpu_timestamp() const override;
H A Dpan_pps_driver.cc165 uint64_t PanfrostDriver::gpu_timestamp() const in gpu_timestamp() function in pps::PanfrostDriver
/third_party/mesa3d/src/freedreno/ds/
H A Dfd_pps_driver.h32 uint64_t gpu_timestamp() const override;
H A Dfd_pps_driver.cc706 FreedrenoDriver::gpu_timestamp() const in gpu_timestamp() function in pps::FreedrenoDriver
/third_party/mesa3d/src/amd/common/
H A Dac_rgp.h181 uint64_t gpu_timestamp; member
H A Dac_rgp.c851 uint64_t gpu_timestamp; member
1154 clock_calibration.gpu_timestamp = record->gpu_timestamp; in ac_sqtt_dump_data()

Completed in 8 milliseconds