Home
last modified time | relevance | path

Searched refs:BLEND_SCREEN (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dblend.h49 BLEND_SCREEN, enumerator
H A Dvf_blend_init.h140 case BLEND_SCREEN: param->blend = blend_screen_##depth##bit; break; \
H A Dvf_blend.c102 { "screen", "", 0, AV_OPT_TYPE_CONST, {.i64=BLEND_SCREEN}, 0, 0, FLAGS, "mode" },
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_blend_init.c122 case BLEND_SCREEN: param->blend = ff_blend_screen_sse2; break; in BLEND_FUNC()
151 case BLEND_SCREEN: param->blend = ff_blend_screen_avx2; break; in BLEND_FUNC()
H A Dvf_blend.asm157 %macro BLEND_SCREEN 0
425 BLEND_SCREEN label
472 BLEND_SCREEN label
/third_party/ffmpeg/tests/checkasm/
H A Dvf_blend.c117 check_and_report(screen, BLEND_SCREEN, 1) in checkasm_check_blend()
/third_party/mesa3d/src/compiler/
H A Dshader_enums.h1005 BLEND_SCREEN, enumerator
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_blend_equation_advanced.cpp344 case BLEND_SCREEN: in calc_blend_result()
/third_party/mesa3d/src/mesa/main/
H A Dblend.c465 return BLEND_SCREEN; in advanced_blend_mode_from_gl_enum()

Completed in 8 milliseconds