Home
last modified time | relevance | path

Searched refs:BLEND_MULTIPLY (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dblend.h42 BLEND_MULTIPLY, enumerator
Dvf_blend_init.h131 case BLEND_MULTIPLY: param->blend = blend_multiply_##depth##bit; break; \
Dvf_blend.c93 { "multiply", "", 0, AV_OPT_TYPE_CONST, {.i64=BLEND_MULTIPLY}, 0, 0, FLAGS, "mode" },
Dvf_blend_vulkan.c456 { "multiply", "", 0, AV_OPT_TYPE_CONST, { .i64 = BLEND_MULTIPLY }, 0, 0, FLAGS, "mode" },
/third_party/ffmpeg/libavfilter/x86/
Dvf_blend_init.c119 case BLEND_MULTIPLY: param->blend = ff_blend_multiply_sse2; break; in BLEND_FUNC()
148 case BLEND_MULTIPLY: param->blend = ff_blend_multiply_avx2; break; in BLEND_FUNC()
/third_party/ffmpeg/tests/checkasm/
Dvf_blend.c114 check_and_report(multiply, BLEND_MULTIPLY, 1) in checkasm_check_blend()
/third_party/mesa3d/src/compiler/
Dshader_enums.h1004 BLEND_MULTIPLY, enumerator
/third_party/mesa3d/src/compiler/glsl/
Dlower_blend_equation_advanced.cpp341 case BLEND_MULTIPLY: in calc_blend_result()
Dglsl_parser.yy1588 { "blend_support_multiply", BITFIELD_BIT(BLEND_MULTIPLY) },
/third_party/mesa3d/src/mesa/main/
Dblend.c463 return BLEND_MULTIPLY; in advanced_blend_mode_from_gl_enum()