Home
last modified time | relevance | path

Searched refs:GLSLD (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_scale_vulkan.c187 GLSLD( scale_bilinear ); in init_filter()
190 GLSLD( rgb2yuv ); in init_filter()
194 case AV_PIX_FMT_NV12: GLSLD(write_nv12); break; in init_filter()
195 case AV_PIX_FMT_YUV420P: GLSLD( write_420); break; in init_filter()
196 case AV_PIX_FMT_YUV444P: GLSLD( write_444); break; in init_filter()
H A Dvf_avgblur_vulkan.c124 GLSLD( blur_kernel ); in init_filter()
169 GLSLD( blur_kernel ); in init_filter()
H A Dvf_overlay_vulkan.c152 GLSLD( overlay_noalpha ); in init_filter()
153 GLSLD( overlay_alpha ); in init_filter()
H A Dvf_chromaber_vulkan.c131 GLSLD( distort_chroma_kernel ); in init_filter()
H A Dvf_blend_vulkan.c187 /* note: the bracket is needed, for GLSLD is a macro with multiple statements. */ in init_filter()
189 GLSLD(s->params[i].blend_func); in init_filter()
H A Dvf_gblur_vulkan.c153 GLSLD( gblur_func ); in init_gblur_pipeline()
/third_party/ffmpeg/libavutil/
H A Dvulkan.h47 #define GLSLD(D) GLSLC(0, ); \ macro

Completed in 7 milliseconds