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

/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_perfetto.cc194 uint64_t gpu_ts = 0; local in function:sync_timestamp
199 if (tu_device_get_timestamp(dev, &gpu_ts)) {
205 gpu_ts = tu_device_ticks_to_ns(dev, gpu_ts);
225 clock->set_timestamp(gpu_ts);
228 sync_gpu_ts = gpu_ts;
/xsrc/external/mit/MesaLib/dist/src/intel/ds/
H A Dintel_pps_driver.cc92 uint64_t gpu_ts; member in struct:pps::IntelDriver::query_correlation_timestamps::__anon412faf3a0108
105 attempts[i].gpu_ts = reg_read.val;
119 corr.gpu_timestamp = attempts[best].gpu_ts;
211 uint64_t IntelDriver::correlate_gpu_timestamp(const uint32_t gpu_ts) argument
216 // A correlation timestamp has 36 bits, so get the first 32 to make it work with gpu_ts
222 assert(gpu_ts >= corr_a_gpu_ts && "GPU TS < Corr a");
223 assert(gpu_ts < corr_b_gpu_ts && "GPU TS >= Corr b");
225 uint32_t gpu_delta = gpu_ts - corr_a_gpu_ts;
H A Dintel_pps_driver.h42 /// @param gpu_ts a 32 bit OA report GPU timestamp
44 uint64_t correlate_gpu_timestamp(uint32_t gpu_ts);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_perfetto.cc257 uint64_t gpu_ts; local in function:sync_timestamp
262 if (fd_pipe_get_param(ctx->pipe, FD_TIMESTAMP, &gpu_ts)) {
268 gpu_ts = ctx->ts_to_ns(gpu_ts);
288 clock->set_timestamp(gpu_ts);
291 sync_gpu_ts = gpu_ts;

Completed in 6 milliseconds