Lines Matching defs:tx_index
930 int graph_index, comp_index, tx_index, enc_index, dec_index;
967 tx_index = pick_queue_family(qf, num, VK_QUEUE_TRANSFER_BIT);
972 if (tx_index < 0) {
973 tx_index = pick_queue_family(qf, num, VK_QUEUE_COMPUTE_BIT);
974 if (tx_index < 0)
975 tx_index = pick_queue_family(qf, num, VK_QUEUE_GRAPHICS_BIT);
1000 if (fidx == tx_index) { \
1003 tx_index = -1; \
1045 SETUP_QUEUE(tx_index)
1432 int graph_index, comp_index, tx_index, enc_index, dec_index;
1478 tx_index = hwctx->queue_family_tx_index;
1501 ctx_qf == tx_index ? " transfers" : "", \
1506 tx_index = (ctx_qf == tx_index) ? -1 : tx_index; \
1513 CHECK_QUEUE("upload", 1, tx_index, hwctx->queue_family_tx_index, hwctx->nb_tx_queues);