mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
freedreno/fdl: Add layout test for the Android CTS's MSAA mustpass surface.
Rob had a question of if we were laying things out the same as the blob. This doesn't detect any difference in our layout, though. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6589>
This commit is contained in:
parent
14131ed308
commit
cd4fb5a434
1 changed files with 16 additions and 0 deletions
|
|
@ -586,6 +586,22 @@ static const struct testcase testcases[] = {
|
|||
},
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
.format = PIPE_FORMAT_R8G8B8A8_UNORM,
|
||||
.layout = {
|
||||
.tile_mode = TILE6_3,
|
||||
.ubwc = true,
|
||||
.nr_samples = 4,
|
||||
.width0 = 412, .height0 = 732,
|
||||
.slices = {
|
||||
{ .offset = 0, .pitch = 7168 },
|
||||
},
|
||||
.ubwc_slices = {
|
||||
{ .offset = 0, .pitch = 128 },
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue