radv: fix invalid wait_dst_stage_mask type

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13354>
This commit is contained in:
Samuel Pitoiset 2021-10-14 09:49:58 +02:00 committed by Marge Bot
parent 0bbb32ece4
commit 704340f0f6
1 changed files with 1 additions and 1 deletions

View File

@ -4407,7 +4407,7 @@ struct radv_deferred_queue_submission {
uint32_t image_bind_count;
bool flush_caches;
VkShaderStageFlags wait_dst_stage_mask;
VkPipelineStageFlags wait_dst_stage_mask;
struct radv_semaphore_part **wait_semaphores;
uint32_t wait_semaphore_count;
struct radv_semaphore_part **signal_semaphores;