Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_perfetto.cc31 static uint64_t gpu_timestamp_offset; variable
64 gpu_timestamp_offset = 0;
150 gpu_max_timestamp = MAX2(gpu_max_timestamp, ts_ns + gpu_timestamp_offset); in stage_end()
152 packet->set_timestamp(p->start_ts[stage] + gpu_timestamp_offset); in stage_end()
209 gpu_timestamp_offset = gpu_max_timestamp; in sync_timestamp()
213 gpu_ts += gpu_timestamp_offset; in sync_timestamp()
219 gpu_ts += (gpu_max_timestamp - gpu_timestamp_offset); in sync_timestamp()
220 gpu_timestamp_offset = gpu_max_timestamp; in sync_timestamp()

Completed in 1 milliseconds