pvr: fix setup of load op unresolved msaa mask
authorFrank Binns <frank.binns@imgtec.com>
Tue, 26 Sep 2023 21:48:08 +0000 (22:48 +0100)
committerMarge Bot <emma+marge@anholt.net>
Tue, 10 Oct 2023 18:10:52 +0000 (18:10 +0000)
commita44ec366842eb0eeeaaba5be70b18c99874c0574
treee06a3d74992fa65d8d00ca74630c50deeac9fa47
parentae277edc3ad4dfe1d8963ad95beca9871cc44fb9
pvr: fix setup of load op unresolved msaa mask

Bits were being assigned rather than ORed into the mask during setup. Noticed
through code inspection.

Fixes: e089166776d ("pvr: Add support for VK_ATTACHMENT_LOAD_OP_LOAD.")
Signed-off-by: Frank Binns <frank.binns@imgtec.com>
Reviewed-by: Karmjit Mahil <Karmjit.Mahil@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25487>
src/imagination/vulkan/pvr_pass.c