Searched refs:assert_within_epsilon (Results 1 – 3 of 3) sorted by relevance
/external/igt-gpu-tools/tests/ |
D | perf_pmu.c | 138 #define assert_within_epsilon(x, ref, tolerance) \ macro 295 assert_within_epsilon(val, flags & TEST_BUSY ? slept : 0.f, tolerance); in single() 306 assert_within_epsilon(val, 0, tolerance); in single() 341 assert_within_epsilon(val, ts[1] - ts[0], tolerance); in busy_start() 409 assert_within_epsilon(val, ts[1] - ts[0], tolerance); in busy_double_start() 475 assert_within_epsilon(val[busy_idx], slept, tolerance); in busy_check_all() 479 assert_within_epsilon(val[i], 0.0f, tolerance); in busy_check_all() 548 assert_within_epsilon(val[i], 0.0f, tolerance); in most_busy_check_all() 550 assert_within_epsilon(val[i], slept, tolerance); in most_busy_check_all() 601 assert_within_epsilon(val[i], slept, tolerance); in all_busy_check_all() [all …]
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_spin_batch.c | 29 #define assert_within_epsilon(x, ref, tolerance) \ macro 67 assert_within_epsilon(timeout_100ms * loops, elapsed, MAX_ERROR); in spin()
|
D | gem_exec_nop.c | 383 #define assert_within_epsilon(x, ref, tolerance) \ macro 425 assert_within_epsilon(n_headless, n_display, 0.1f); in headless()
|