Home
last modified time | relevance | path

Searched refs:IGT_LOG_CRITICAL (Results 1 – 2 of 2) sorted by relevance

/external/igt-gpu-tools/lib/
Digt_core.h1017 IGT_LOG_CRITICAL, enumerator
1055 #define igt_critical(f...) igt_log(IGT_LOG_DOMAIN, IGT_LOG_CRITICAL, f)
Digt_core.c1665 igt_log(domain, IGT_LOG_CRITICAL, in __igt_fail_assert()
1668 igt_log(domain, IGT_LOG_CRITICAL, "Failed assertion: %s\n", assertion); in __igt_fail_assert()
1670 igt_log(domain, IGT_LOG_CRITICAL, "Last errno: %i, %s\n", err, in __igt_fail_assert()
1675 igt_vlog(domain, IGT_LOG_CRITICAL, f, args); in __igt_fail_assert()