anv/android: fix parameters given for vk_common_QueueSubmit
Common queue submit expects pWaitDstStageMask to be set per each semaphore (as per Vulkan spec) and crashes if these are not given properly. This fixes crashes seen when running vulkan apps on Android. v2: change the VkPipelineStageFlags given (Lionel) Fixes: b996fa8e ("anv: implement VK_KHR_synchronization2") Signed-off-by:Tapani Pälli <tapani.palli@intel.com> Reviewed-by:
Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by:
Jason Ekstrand <jason@jlekstrand.net> Part-of: <!13305>
Please register or sign in to comment