FFVkExecContext    30 libavfilter/vf_avgblur_vulkan.c     FFVkExecContext *exec;
FFVkExecContext    30 libavfilter/vf_chromaber_vulkan.c     FFVkExecContext *exec;
FFVkExecContext    32 libavfilter/vf_overlay_vulkan.c     FFVkExecContext *exec;
FFVkExecContext    39 libavfilter/vf_scale_vulkan.c     FFVkExecContext *exec;
FFVkExecContext   338 libavfilter/vulkan.c FN_CREATING(VulkanFilterContext, FFVkExecContext, exec_ctx, exec_ctx, exec_ctx_num)
FFVkExecContext   339 libavfilter/vulkan.c int ff_vk_create_exec_ctx(AVFilterContext *avctx, FFVkExecContext **ctx)
FFVkExecContext   342 libavfilter/vulkan.c     FFVkExecContext *e;
FFVkExecContext   400 libavfilter/vulkan.c void ff_vk_discard_exec_deps(AVFilterContext *avctx, FFVkExecContext *e)
FFVkExecContext   417 libavfilter/vulkan.c int ff_vk_start_exec_recording(AVFilterContext *avctx, FFVkExecContext *e)
FFVkExecContext   458 libavfilter/vulkan.c VkCommandBuffer ff_vk_get_exec_buf(AVFilterContext *avctx, FFVkExecContext *e)
FFVkExecContext   464 libavfilter/vulkan.c int ff_vk_add_exec_dep(AVFilterContext *avctx, FFVkExecContext *e,
FFVkExecContext   522 libavfilter/vulkan.c int ff_vk_submit_exec_queue(AVFilterContext *avctx, FFVkExecContext *e)
FFVkExecContext   561 libavfilter/vulkan.c int ff_vk_add_dep_exec_ctx(AVFilterContext *avctx, FFVkExecContext *e,
FFVkExecContext   836 libavfilter/vulkan.c int ff_vk_create_imageview(AVFilterContext *avctx, FFVkExecContext *e,
FFVkExecContext  1171 libavfilter/vulkan.c void ff_vk_update_push_exec(AVFilterContext *avctx, FFVkExecContext *e,
FFVkExecContext  1316 libavfilter/vulkan.c void ff_vk_bind_pipeline_exec(AVFilterContext *avctx, FFVkExecContext *e,
FFVkExecContext  1330 libavfilter/vulkan.c static void free_exec_ctx(VulkanFilterContext *s, FFVkExecContext *e)
FFVkExecContext   183 libavfilter/vulkan.h     FFVkExecContext **exec_ctx;
FFVkExecContext   233 libavfilter/vulkan.h int ff_vk_create_imageview(AVFilterContext *avctx, FFVkExecContext *e,
FFVkExecContext   299 libavfilter/vulkan.h int ff_vk_create_exec_ctx(AVFilterContext *avctx, FFVkExecContext **ctx);
FFVkExecContext   305 libavfilter/vulkan.h int ff_vk_start_exec_recording(AVFilterContext *avctx, FFVkExecContext *e);
FFVkExecContext   311 libavfilter/vulkan.h void ff_vk_bind_pipeline_exec(AVFilterContext *avctx, FFVkExecContext *e,
FFVkExecContext   318 libavfilter/vulkan.h void ff_vk_update_push_exec(AVFilterContext *avctx, FFVkExecContext *e,
FFVkExecContext   325 libavfilter/vulkan.h VkCommandBuffer ff_vk_get_exec_buf(AVFilterContext *avctx, FFVkExecContext *e);
FFVkExecContext   330 libavfilter/vulkan.h int ff_vk_add_dep_exec_ctx(AVFilterContext *avctx, FFVkExecContext *e,
FFVkExecContext   336 libavfilter/vulkan.h void ff_vk_discard_exec_deps(AVFilterContext *avctx, FFVkExecContext *e);
FFVkExecContext   342 libavfilter/vulkan.h int ff_vk_add_exec_dep(AVFilterContext *avctx, FFVkExecContext *e,
FFVkExecContext   350 libavfilter/vulkan.h int ff_vk_submit_exec_queue(AVFilterContext *avctx, FFVkExecContext *e);