mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
freedreno/fdl: Dump the generated layout when a layout test fails.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13733>
This commit is contained in:
parent
4b27ebee7f
commit
3ddefb4ae3
1 changed files with 3 additions and 1 deletions
|
|
@ -106,8 +106,10 @@ fdl_test_layout(const struct testcase *testcase, int gpu_id)
|
|||
}
|
||||
}
|
||||
|
||||
if (!ok)
|
||||
if (!ok) {
|
||||
fdl_dump_layout(&layout);
|
||||
fprintf(stderr, "\n");
|
||||
}
|
||||
|
||||
return ok;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue