Home
last modified time | relevance | path

Searched refs:CHECK_QUEUE (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dhwcontext_vulkan.c1482 #define CHECK_QUEUE(type, required, fidx, ctx_qf, qc) \ in vulkan_device_init() macro
1512 CHECK_QUEUE("graphics", 0, graph_index, hwctx->queue_family_index, hwctx->nb_graphics_queues); in vulkan_device_init()
1513 CHECK_QUEUE("upload", 1, tx_index, hwctx->queue_family_tx_index, hwctx->nb_tx_queues); in vulkan_device_init()
1514 CHECK_QUEUE("compute", 1, comp_index, hwctx->queue_family_comp_index, hwctx->nb_comp_queues); in vulkan_device_init()
1515 CHECK_QUEUE("encode", 0, enc_index, hwctx->queue_family_encode_index, hwctx->nb_encode_queues); in vulkan_device_init()
1516 CHECK_QUEUE("decode", 0, dec_index, hwctx->queue_family_decode_index, hwctx->nb_decode_queues); in vulkan_device_init()
1518 #undef CHECK_QUEUE in vulkan_device_init() macro

Completed in 6 milliseconds