Searched refs:FFVkExecContext (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vulkan.h | 136 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 …]
|
D | vulkan.c | 338 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 …]
|
D | vf_chromaber_vulkan.c | 30 FFVkExecContext *exec;
|
D | vf_avgblur_vulkan.c | 30 FFVkExecContext *exec;
|
D | vf_overlay_vulkan.c | 32 FFVkExecContext *exec;
|
D | vf_scale_vulkan.c | 39 FFVkExecContext *exec;
|