Home
last modified time | relevance | path

Searched refs:ff_vk_submit_exec_queue (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvulkan.h350 int ff_vk_submit_exec_queue(AVFilterContext *avctx, FFVkExecContext *e);
Dvf_chromaber_vulkan.c255 err = ff_vk_submit_exec_queue(avctx, s->exec);
Dvf_avgblur_vulkan.c310 err = ff_vk_submit_exec_queue(avctx, s->exec);
Dvf_overlay_vulkan.c338 err = ff_vk_submit_exec_queue(avctx, s->exec);
Dvf_scale_vulkan.c383 err = ff_vk_submit_exec_queue(avctx, s->exec);
Dvulkan.c522 int ff_vk_submit_exec_queue(AVFilterContext *avctx, FFVkExecContext *e) in ff_vk_submit_exec_queue() function