turnip: update tile_align_w/tile_align_h
authorJonathan Marek <jonathan@marek.ca>
Thu, 12 Dec 2019 21:58:03 +0000 (16:58 -0500)
committerJonathan Marek <jonathan@marek.ca>
Fri, 13 Dec 2019 01:33:17 +0000 (20:33 -0500)
commit7bbcf7deff57ced3b7d4e3984851c5498d481767
tree1c357440a8a009ee670a0e4d657330af700ff83d
parent402bc111fc18b32fec9fc75f94db09c67484e15d
turnip: update tile_align_w/tile_align_h

It looks like the actual tile alignment requirement is less than 32x32, but
in some cases input attachment texture needs 64 alignment.

Reduced the h alignment to 16 to compensate and it seems to work fine.

Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/freedreno/vulkan/tu_device.c