Lines Matching refs:graph_index
930 int graph_index, comp_index, tx_index, enc_index, dec_index;
965 graph_index = pick_queue_family(qf, num, VK_QUEUE_GRAPHICS_BIT);
990 if (fidx == graph_index) { \
993 graph_index = -1; \
1043 SETUP_QUEUE(graph_index)
1432 int graph_index, comp_index, tx_index, enc_index, dec_index;
1476 graph_index = hwctx->queue_family_index;
1499 ctx_qf == graph_index ? " graphics" : "", \
1504 graph_index = (ctx_qf == graph_index) ? -1 : graph_index; \
1512 CHECK_QUEUE("graphics", 0, graph_index, hwctx->queue_family_index, hwctx->nb_graphics_queues);