Searched refs:util_report_result_helper (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_tests.c281 util_report_result_helper(int status, const char *name, ...) function in typeref:typename:void
295 #define util_report_result(status) util_report_result_helper(status, __func__)
380 util_report_result_helper(SKIP, "%s: %s", __func__,
414 util_report_result_helper(pass, "%s: %s", __func__,
630 util_report_result_helper(SKIP, name);
635 util_report_result_helper(SKIP, name);
741 util_report_result_helper(FAIL, name);
787 util_report_result_helper(pass, name);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_tests.c286 util_report_result_helper(int status, const char *name, ...) function in typeref:typename:void
300 #define util_report_result(status) util_report_result_helper(status, __func__)
385 util_report_result_helper(SKIP, "%s: %s", __func__,
419 util_report_result_helper(pass, "%s: %s", __func__,
639 util_report_result_helper(SKIP, name);
644 util_report_result_helper(SKIP, name);
750 util_report_result_helper(FAIL, name);
796 util_report_result_helper(pass, name);

Completed in 48 milliseconds