v3dv: drop duplicate flag

`VK_PIPELINE_STAGE_2_TRANSFER_BIT` is the old name for
`VK_PIPELINE_STAGE_2_ALL_TRANSFER_BIT` which is already on the next
line; drop the duplicate.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26485>
This commit is contained in:
Eric Engestrom
2023-12-03 19:44:40 +00:00
committed by Marge Bot
parent 1e03ac324f
commit 38ce0c1747
-1
View File
@@ -3222,7 +3222,6 @@ handle_barrier(VkPipelineStageFlags2 srcStageMask, VkAccessFlags2 srcAccessMask,
src_mask |= V3DV_BARRIER_COMPUTE_BIT;
const VkPipelineStageFlags2 transfer_mask =
VK_PIPELINE_STAGE_2_TRANSFER_BIT |
VK_PIPELINE_STAGE_2_ALL_TRANSFER_BIT |
VK_PIPELINE_STAGE_2_COPY_BIT |
VK_PIPELINE_STAGE_2_BLIT_BIT |