radv: Fix implicit sync with recent allocation changes.
authorBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Wed, 29 Apr 2020 20:35:54 +0000 (22:35 +0200)
committerMarge Bot <eric+marge@anholt.net>
Wed, 29 Apr 2020 21:03:39 +0000 (21:03 +0000)
commit85fe0e551fc045d03aa7739d0f1d887484ec6d12
treec8279c725047bc8de82fe1d0a907f52afb599ea8
parent27cafa9a5173cae48781b724da2cc5be682eac83
radv: Fix implicit sync with recent allocation changes.

the implicit sync flag gets set at the beginning at the function,
but I used = instead of |= later.

Fixes: bec92850270 "radv: Stop using memory type indices."
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4814>
src/amd/vulkan/radv_device.c