venus: use vk_command_pool internals

No longer need to track allocator, device or queue family.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34083>
This commit is contained in:
Yiwei Zhang
2025-03-14 10:27:29 -07:00
committed by Marge Bot
parent 58b0d2e234
commit 7a3c18fa8e
3 changed files with 32 additions and 38 deletions
-4
View File
@@ -18,10 +18,6 @@
struct vn_command_pool {
struct vn_command_pool_base base;
VkAllocationCallbacks allocator;
struct vn_device *device;
uint32_t queue_family_index;
struct list_head command_buffers;
/* The list contains the recycled query records allocated from the same