Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_perfetto.cc17 static uint64_t next_clock_sync_ns; /* cpu time of next clk sync */ variable
189 if (cpu_ts < next_clock_sync_ns) in sync_timestamp()
252 next_clock_sync_ns = cpu_ts + 30000000; in sync_timestamp()
/third_party/mesa3d/src/intel/ds/
H A Dintel_driver_ds.cc162 if (cpu_ts < device->next_clock_sync_ns) in sync_timestamp()
168 device->next_clock_sync_ns = cpu_ts + 1000000000ull; in sync_timestamp()
255 device->next_clock_sync_ns = 0; in send_descriptors()
458 queue->device->next_clock_sync_ns = 0; in intel_ds_end_submit()
H A Dintel_driver_ds.h97 uint64_t next_clock_sync_ns; member
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_perfetto.cc31 static uint64_t next_clock_sync_ns; /* cpu time of next clk sync */ variable
259 if (cpu_ts < next_clock_sync_ns) in sync_timestamp()
292 next_clock_sync_ns = cpu_ts + 30000000; in sync_timestamp()

Completed in 5 milliseconds