Home
last modified time | relevance | path

Searched refs:nb_graphics_queues (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvulkan.h54 graph ? hwctx->nb_graphics_queues : \
56 hwctx->nb_comp_queues : hwctx->nb_graphics_queues) : \
59 hwctx->nb_comp_queues : hwctx->nb_graphics_queues)) : \
/third_party/ffmpeg/libavutil/
Dhwcontext_vulkan.h65 int nb_graphics_queues; member
Dhwcontext_vulkan.c108 graph ? hwctx->nb_graphics_queues : \
110 hwctx->nb_comp_queues : hwctx->nb_graphics_queues) : \
113 hwctx->nb_comp_queues : hwctx->nb_graphics_queues)) : \
748 hwctx->nb_graphics_queues = qs[graph_index].queueCount; in search_queue_families()