Searched defs:panvk_cmd_pool (Results 1 – 1 of 1) sorted by relevance
734 struct panvk_cmd_pool { struct735 struct vk_command_pool vk;736 struct list_head active_cmd_buffers;737 struct list_head free_cmd_buffers;761 struct panvk_cmd_pool *pool; argument