v3dv: fix job subpass index for vkCmdClearAttachments jobs
authorIago Toral Quiroga <itoral@igalia.com>
Wed, 25 Mar 2020 11:19:11 +0000 (12:19 +0100)
committerMarge Bot <eric+marge@anholt.net>
Tue, 13 Oct 2020 21:21:28 +0000 (21:21 +0000)
commit32d261fad47992a53f24ecf446dad01e895365d9
tree8ab72895528fbdaf4ede53339c22c1fd44c21b8d
parent010589a699da1637c8985ce34900f5b1cc1d12e5
v3dv: fix job subpass index for vkCmdClearAttachments jobs

We had changed the interface for job starts so they take the subpass index
rather than a boolean indicating whether the job starts a new subpas, but we
forgot to update this accordingly.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6766>
src/broadcom/vulkan/v3dv_meta_clear.c