Home
last modified time | relevance | path

Searched refs:BLEND_LIGHTEN (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavfilter/x86/
Dvf_blend_init.c118 case BLEND_LIGHTEN: param->blend = ff_blend_lighten_sse2; break; in BLEND_FUNC()
147 case BLEND_LIGHTEN: param->blend = ff_blend_lighten_avx2; break; in BLEND_FUNC()
179 case BLEND_LIGHTEN: param->blend = ff_blend_lighten_16_sse4; break; in BLEND_FUNC()
194 case BLEND_LIGHTEN: param->blend = ff_blend_lighten_16_avx2; break; in BLEND_FUNC()
/third_party/ffmpeg/tests/checkasm/
Dvf_blend.c113 check_and_report(lighten, BLEND_LIGHTEN, 1) in checkasm_check_blend()
135 check_and_report(lighten_16, BLEND_LIGHTEN, 2) in checkasm_check_blend()
/third_party/ffmpeg/libavfilter/
Dblend.h41 BLEND_LIGHTEN, enumerator
Dvf_blend.c91 { "lighten", "", 0, AV_OPT_TYPE_CONST, {.i64=BLEND_LIGHTEN}, 0, 0, FLAGS, "mode" },
722 case BLEND_LIGHTEN: param->blend = blend_lighten_##depth##bit; break; \
/third_party/mesa3d/src/compiler/
Dshader_enums.h918 BLEND_LIGHTEN, enumerator
/third_party/mesa3d/src/compiler/glsl/
Dlower_blend_equation_advanced.cpp353 case BLEND_LIGHTEN: in calc_blend_result()
Dglsl_parser.yy1593 { "blend_support_lighten", BITFIELD_BIT(BLEND_LIGHTEN) },
/third_party/mesa3d/src/mesa/main/
Dblend.c478 return BLEND_LIGHTEN; in advanced_blend_mode_from_gl_enum()