anv/cmd_buffer: Use the device allocator for QueueSubmit
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 28 Feb 2017 01:31:05 +0000 (17:31 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 28 Apr 2017 03:08:46 +0000 (20:08 -0700)
commitbd3a9813b92bd2e116b58f0932bc7f1f722a9f63
tree85f85093288f658c1974aa90e43bc59319780cb5
parent2bc06767e11011eb83367868478b4775a8b52003
anv/cmd_buffer: Use the device allocator for QueueSubmit

The command is really operating on a Queue not a command buffer and the
nearest object to that with an allocator is VkDevice.

Reviewed-by: Chad Versace <chadversary@chromium.org>
Cc: "17.0 17.1" <mesa-dev@lists.freedesktop.org>
src/intel/vulkan/anv_batch_chain.c