mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2025-03-01 14:46:13 +00: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
@ -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…
x
Reference in New Issue
Block a user