Searched defs:radv_cmd_pool (Results 1 – 1 of 1) sorted by relevance
1437 struct radv_cmd_pool { struct1438 struct vk_object_base base;1439 VkAllocationCallbacks alloc;1440 struct list_head cmd_buffers;1441 struct list_head free_cmd_buffers;1442 uint32_t queue_family_index;