Searched defs:panvk_cmd_pool (Results 1 – 1 of 1) sorted by relevance
620 struct panvk_cmd_pool { struct621 struct vk_object_base base;622 VkAllocationCallbacks alloc;623 struct list_head active_cmd_buffers;624 struct list_head free_cmd_buffers;625 uint32_t queue_family_index;649 struct panvk_cmd_pool *pool; argument