Home
last modified time | relevance | path

Searched refs:next_clock_sync_ns (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_perfetto.cpp81 if (cpu_ts < device->next_clock_sync_ns) in sync_timestamp()
87 device->next_clock_sync_ns = cpu_ts + 1000000000ull; in sync_timestamp()
153 device->next_clock_sync_ns = 0; in send_descriptors()
289 queue->device->next_clock_sync_ns = 0; in si_ds_end_submit()
Dsi_perfetto.h64 uint64_t next_clock_sync_ns; member
/external/mesa3d/src/intel/ds/
Dintel_driver_ds.cc146 if (cpu_ts < device->next_clock_sync_ns) in sync_timestamp()
152 device->next_clock_sync_ns = cpu_ts + 1000000000ull; in sync_timestamp()
228 device->next_clock_sync_ns = 0; in send_descriptors()
543 queue->device->next_clock_sync_ns = 0; in intel_ds_end_submit()
Dintel_driver_ds.h127 uint64_t next_clock_sync_ns; member
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_perfetto.cc14 static uint64_t next_clock_sync_ns; /* cpu time of next clk sync */ variable
284 if (cpu_ts < next_clock_sync_ns) in sync_timestamp()
305 next_clock_sync_ns = cpu_ts + 30000000; in sync_timestamp()
/external/mesa3d/src/freedreno/vulkan/
Dtu_perfetto.cc94 static uint64_t next_clock_sync_ns; /* cpu time of next clk sync */ variable
397 if (clocks.cpu < next_clock_sync_ns) in sync_clocks()
444 next_clock_sync_ns = clocks.cpu + 30000000; in sync_clocks()