Searched refs:ff_vk_update_descriptor_set (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_avgblur_vulkan.c | 237 ff_vk_update_descriptor_set(avctx, s->pl_hor, 0); 238 ff_vk_update_descriptor_set(avctx, s->pl_ver, 0);
|
D | vf_overlay_vulkan.c | 215 ff_vk_update_descriptor_set(ctx, s->pl, 1); 269 ff_vk_update_descriptor_set(avctx, s->pl, 0);
|
D | vf_scale_vulkan.c | 280 ff_vk_update_descriptor_set(ctx, s->pl, 1); 326 ff_vk_update_descriptor_set(avctx, s->pl, 0);
|
D | vulkan.h | 292 void ff_vk_update_descriptor_set(AVFilterContext *avctx, VulkanPipeline *pl,
|
D | vf_chromaber_vulkan.c | 200 ff_vk_update_descriptor_set(avctx, s->pl, 0);
|
D | vulkan.c | 1160 void ff_vk_update_descriptor_set(AVFilterContext *avctx, VulkanPipeline *pl, in ff_vk_update_descriptor_set() function
|