panvk: Drop QueueBindSparse

Now that we've switched to the common sync/submit framework, this is
implemented in runtime/vk_queue.c.  We don't need to provide the stub.

Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15436>
This commit is contained in:
Jason Ekstrand 2022-03-17 16:26:04 -05:00 committed by Marge Bot
parent 2fc2ec17db
commit bc8b30ba55
1 changed files with 0 additions and 9 deletions

View File

@ -1368,15 +1368,6 @@ panvk_BindImageMemory2(VkDevice device,
return VK_SUCCESS;
}
VkResult
panvk_QueueBindSparse(VkQueue _queue,
uint32_t bindInfoCount,
const VkBindSparseInfo *pBindInfo,
VkFence _fence)
{
return VK_SUCCESS;
}
VkResult
panvk_CreateEvent(VkDevice _device,
const VkEventCreateInfo *pCreateInfo,