turnip: fix use of align() instead of util_align_npot() with tile_align_w
authorJonathan Marek <jonathan@marek.ca>
Fri, 10 Feb 2023 22:08:43 +0000 (17:08 -0500)
committerMarge Bot <emma+marge@anholt.net>
Sat, 11 Feb 2023 04:56:52 +0000 (04:56 +0000)
commitdda35e616b8911035d292f720e147a5fdc2ad859
tree2297713e73a5fbf0bd4a51efb40af08749976e61
parentcb611b207d9291a30aeb813e155ee74fe06d5300
turnip: fix use of align() instead of util_align_npot() with tile_align_w

tile_align_w isn't always a power of two.

Fixes: aae679e22137

Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21251>
src/freedreno/vulkan/tu_util.c