Lines Matching defs:AVVulkanDeviceContext
39 typedef struct AVVulkanDeviceContext { struct
43 const VkAllocationCallbacks *alloc;
47 VkInstance inst;
51 VkPhysicalDevice phys_dev;
55 VkDevice act_dev;
64 int queue_family_index;
65 int nb_graphics_queues;
72 int queue_family_tx_index;
73 int nb_tx_queues;
79 int queue_family_comp_index;
80 int nb_comp_queues;
107 } AVVulkanDeviceContext; argument