Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvulkan.h136 typedef struct FFVkExecContext { struct
157 } FFVkExecContext; argument
183 FFVkExecContext **exec_ctx;
233 int ff_vk_create_imageview(AVFilterContext *avctx, FFVkExecContext *e,
299 int ff_vk_create_exec_ctx(AVFilterContext *avctx, FFVkExecContext **ctx);
305 int ff_vk_start_exec_recording(AVFilterContext *avctx, FFVkExecContext *e);
311 void ff_vk_bind_pipeline_exec(AVFilterContext *avctx, FFVkExecContext *e,
318 void ff_vk_update_push_exec(AVFilterContext *avctx, FFVkExecContext *e,
325 VkCommandBuffer ff_vk_get_exec_buf(AVFilterContext *avctx, FFVkExecContext *e);
330 int ff_vk_add_dep_exec_ctx(AVFilterContext *avctx, FFVkExecContext *e,
[all …]
Dvulkan.c338 FN_CREATING(VulkanFilterContext, FFVkExecContext, exec_ctx, exec_ctx, exec_ctx_num) in FN_CREATING() argument
339 int ff_vk_create_exec_ctx(AVFilterContext *avctx, FFVkExecContext **ctx) in FN_CREATING()
342 FFVkExecContext *e; in FN_CREATING()
400 void ff_vk_discard_exec_deps(AVFilterContext *avctx, FFVkExecContext *e) in ff_vk_discard_exec_deps()
417 int ff_vk_start_exec_recording(AVFilterContext *avctx, FFVkExecContext *e) in ff_vk_start_exec_recording()
458 VkCommandBuffer ff_vk_get_exec_buf(AVFilterContext *avctx, FFVkExecContext *e) in ff_vk_get_exec_buf()
464 int ff_vk_add_exec_dep(AVFilterContext *avctx, FFVkExecContext *e, in ff_vk_add_exec_dep()
522 int ff_vk_submit_exec_queue(AVFilterContext *avctx, FFVkExecContext *e) in ff_vk_submit_exec_queue()
561 int ff_vk_add_dep_exec_ctx(AVFilterContext *avctx, FFVkExecContext *e, in ff_vk_add_dep_exec_ctx()
836 int ff_vk_create_imageview(AVFilterContext *avctx, FFVkExecContext *e, in ff_vk_create_imageview()
[all …]
Dvf_chromaber_vulkan.c30 FFVkExecContext *exec;
Dvf_avgblur_vulkan.c30 FFVkExecContext *exec;
Dvf_overlay_vulkan.c32 FFVkExecContext *exec;
Dvf_scale_vulkan.c39 FFVkExecContext *exec;