freedreno/ir3: fix resinfo wrmask
authorJonathan Marek <jonathan@marek.ca>
Sun, 28 Jun 2020 01:50:17 +0000 (21:50 -0400)
committerMarge Bot <eric+marge@anholt.net>
Sun, 28 Jun 2020 16:32:08 +0000 (16:32 +0000)
commit7d31bc9a34ccc4b8570c4145379177c007922504
tree08cb67c623f04d1be9124764d167b65650ae061d
parentb1c16e52514fd9e66d3ac118f1ec32a83cbc5f2a
freedreno/ir3: fix resinfo wrmask

resinfo always writes 3 components, which was not being taken into account

Fixes these tests:
dEQP-VK.renderpass.suballocation.attachment_sparse_filling.input_attachment_3
dEQP-VK.renderpass.suballocation.attachment_sparse_filling.input_attachment_7

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