/external/crosvm/broker_ipc/src/ |
D | lib.rs | 94 let timer_resolution = enable_high_res_timers().context("failed to enable high res timer")?; in common_child_setup() localVariable 97 _timer_resolution: timer_resolution, in common_child_setup()
|
/external/mesa3d/src/gallium/frontends/rusticl/core/ |
D | device.rs | 63 pub timer_resolution: u32, field 69 let timer_resolution = screen.caps().timer_resolution; in new() localVariable 88 has_timestamp: cap_timestamp && timer_resolution > 0, in new() 92 timer_resolution: timer_resolution, in new()
|
/external/angle/third_party/abseil-cpp/absl/random/internal/ |
D | nanobenchmark.cc | 478 static const Ticks timer_resolution = TimerResolution(); variable 505 const Ticks max_abs_mad = (timer_resolution + 99) / 100; in SampleUntilStable() 580 min_duration = (std::min)(min_duration, total - timer_resolution); in NumSkip() 590 timer_resolution, max_skip, min_duration, num_skip); in NumSkip()
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/ |
D | nanobenchmark.cc | 478 static const Ticks timer_resolution = TimerResolution(); variable 505 const Ticks max_abs_mad = (timer_resolution + 99) / 100; in SampleUntilStable() 580 min_duration = (std::min)(min_duration, total - timer_resolution); in NumSkip() 590 timer_resolution, max_skip, min_duration, num_skip); in NumSkip()
|
/external/cronet/stable/third_party/abseil-cpp/absl/random/internal/ |
D | nanobenchmark.cc | 478 static const Ticks timer_resolution = TimerResolution(); variable 505 const Ticks max_abs_mad = (timer_resolution + 99) / 100; in SampleUntilStable() 580 min_duration = (std::min)(min_duration, total - timer_resolution); in NumSkip() 590 timer_resolution, max_skip, min_duration, num_skip); in NumSkip()
|
/external/cronet/tot/third_party/abseil-cpp/absl/random/internal/ |
D | nanobenchmark.cc | 478 static const Ticks timer_resolution = TimerResolution(); variable 505 const Ticks max_abs_mad = (timer_resolution + 99) / 100; in SampleUntilStable() 580 min_duration = (std::min)(min_duration, total - timer_resolution); in NumSkip() 590 timer_resolution, max_skip, min_duration, num_skip); in NumSkip()
|
/external/abseil-cpp/absl/random/internal/ |
D | nanobenchmark.cc | 478 static const Ticks timer_resolution = TimerResolution(); variable 505 const Ticks max_abs_mad = (timer_resolution + 99) / 100; in SampleUntilStable() 580 min_duration = (std::min)(min_duration, total - timer_resolution); in NumSkip() 590 timer_resolution, max_skip, min_duration, num_skip); in NumSkip()
|
/external/openscreen/third_party/abseil/src/absl/random/internal/ |
D | nanobenchmark.cc | 478 static const Ticks timer_resolution = TimerResolution(); variable 505 const Ticks max_abs_mad = (timer_resolution + 99) / 100; in SampleUntilStable() 580 min_duration = (std::min)(min_duration, total - timer_resolution); in NumSkip() 590 timer_resolution, max_skip, min_duration, num_skip); in NumSkip()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_screen.c | 309 caps->timer_resolution = true; in softpipe_init_screen_caps()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_defines.h | 1037 unsigned timer_resolution; member
|
/external/mesa3d/src/gallium/frontends/rusticl/api/ |
D | device.rs | 255 v.write::<usize>(dev.caps.timer_resolution as usize) in query()
|
/external/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_screen.c | 496 caps->timer_resolution = DIV_ROUND_UP(1000000000ull, devinfo->timestamp_frequency); in crocus_init_screen_caps()
|
/external/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_screen.c | 666 caps->timer_resolution = pan_gpu_time_to_ns(dev, 1); in panfrost_init_screen_caps()
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_screen.c | 540 caps->timer_resolution = DIV_ROUND_UP(1000000000ull, devinfo->timestamp_frequency); in iris_init_screen_caps()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe.c | 507 caps->timer_resolution = DIV_ROUND_UP(1000000, rscreen->b.info.clock_crystal_freq); in r600_init_screen_caps()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_screen.c | 325 caps->timer_resolution = true; in llvmpipe_init_screen_caps()
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_screen.c | 682 caps->timer_resolution = ticks_to_ns(1); in fd_init_screen_caps()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_get.c | 1489 caps->timer_resolution = DIV_ROUND_UP(1000000, sscreen->info.clock_crystal_freq); in si_init_screen_caps()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_screen.c | 322 caps->timer_resolution = 1000; in nvc0_init_screen_caps()
|
/external/mesa3d/src/gallium/drivers/asahi/ |
D | agx_pipe.c | 2193 caps->timer_resolution = agx_gpu_time_to_ns(agx_device(pscreen), 1); in agx_init_screen_caps()
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_screen.c | 1007 caps->timer_resolution = ceil(screen->info.props.limits.timestampPeriod); in zink_init_screen_caps()
|
/external/mesa3d/docs/gallium/ |
D | screen.rst | 150 * ``pipe_caps.timer_resolution``: The resolution of the timer in nanos.
|
/external/bcc/libbpf-tools/riscv/ |
D | vmlinux_602.h | 115828 unsigned int timer_resolution; member
|
D | vmlinux.h | 115828 unsigned int timer_resolution; member
|