Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_avgblur_vulkan.c237 ff_vk_update_descriptor_set(avctx, s->pl_hor, 0);
238 ff_vk_update_descriptor_set(avctx, s->pl_ver, 0);
Dvf_overlay_vulkan.c215 ff_vk_update_descriptor_set(ctx, s->pl, 1);
269 ff_vk_update_descriptor_set(avctx, s->pl, 0);
Dvf_scale_vulkan.c280 ff_vk_update_descriptor_set(ctx, s->pl, 1);
326 ff_vk_update_descriptor_set(avctx, s->pl, 0);
Dvulkan.h292 void ff_vk_update_descriptor_set(AVFilterContext *avctx, VulkanPipeline *pl,
Dvf_chromaber_vulkan.c200 ff_vk_update_descriptor_set(avctx, s->pl, 0);
Dvulkan.c1160 void ff_vk_update_descriptor_set(AVFilterContext *avctx, VulkanPipeline *pl, in ff_vk_update_descriptor_set() function