radv: use separate bind points for the dynamic buffers
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Tue, 26 Jun 2018 09:19:26 +0000 (11:19 +0200)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Wed, 27 Jun 2018 07:48:31 +0000 (09:48 +0200)
commit7a57c827675f3bceecd3b59968e9e5b37dcafcef
tree0f87cf5fb583d8d9feb2f5b118de5510615b89c1
parent9c09e7d66e6b93976778a0a34a1828bd513fcce9
radv: use separate bind points for the dynamic buffers

The Vulkan spec says:

   "pipelineBindPoint is a VkPipelineBindPoint indicating whether
    the descriptors will be used by graphics pipelines or compute
    pipelines. There is a separate set of bind points for each of
    graphics and compute, so binding one does not disturb the other."

CC: <mesa-stable@lists.freedesktop.org>
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
src/amd/vulkan/radv_cmd_buffer.c
src/amd/vulkan/radv_private.h