ee738c523a
There is this weird thing in the current tests that the linear & tiled buffers are sized the same. They don't need to be, compute a max area we want to check (aligned to a tile logical size), allocate the linear buffer using that aligned size and allocate the tiled buffer using a size aligned to the physical tile size. Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Nanley Chery <nanley.g.chery@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31469>