Searched refs:graph_index (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_vulkan.c | 930 int graph_index, comp_index, tx_index, enc_index, dec_index; in setup_queue_families() local 965 graph_index = pick_queue_family(qf, num, VK_QUEUE_GRAPHICS_BIT); in setup_queue_families() 990 if (fidx == graph_index) { \ in setup_queue_families() 993 graph_index = -1; \ in setup_queue_families() 1043 SETUP_QUEUE(graph_index) in setup_queue_families() 1432 int graph_index, comp_index, tx_index, enc_index, dec_index; in vulkan_device_init() local 1476 graph_index = hwctx->queue_family_index; in vulkan_device_init() 1499 ctx_qf == graph_index ? " graphics" : "", \ in vulkan_device_init() 1504 graph_index = (ctx_qf == graph_index) in vulkan_device_init() [all...] |
Completed in 5 milliseconds