Home
last modified time | relevance | path

Searched refs:igt_stats_get_max (Results 1 – 4 of 4) sorted by relevance

/external/igt-gpu-tools/lib/
Digt_stats.h73 uint64_t igt_stats_get_max(igt_stats_t *stats);
Digt_stats.c297 uint64_t igt_stats_get_max(igt_stats_t *stats) in igt_stats_get_max() function
316 return igt_stats_get_max(stats) - igt_stats_get_min(stats); in igt_stats_get_range()
/external/igt-gpu-tools/lib/tests/
Digt_stats.c70 igt_assert(igt_stats_get_max(&stats) == 10); in test_min_max()
/external/igt-gpu-tools/tests/i915/
Dgem_eio.c284 igt_stats_get_max(st)*1e-6); in check_wait_elapsed()
298 max = igt_stats_get_max(st); in check_wait_elapsed()
305 igt_stats_get_max(st)*1e-6, in check_wait_elapsed()