Searched refs:BLEND_MULTIPLY (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | blend.h | 42 BLEND_MULTIPLY, enumerator
|
D | vf_blend_init.h | 131 case BLEND_MULTIPLY: param->blend = blend_multiply_##depth##bit; break; \
|
D | vf_blend.c | 93 { "multiply", "", 0, AV_OPT_TYPE_CONST, {.i64=BLEND_MULTIPLY}, 0, 0, FLAGS, "mode" },
|
D | vf_blend_vulkan.c | 456 { "multiply", "", 0, AV_OPT_TYPE_CONST, { .i64 = BLEND_MULTIPLY }, 0, 0, FLAGS, "mode" },
|
/third_party/ffmpeg/libavfilter/x86/ |
D | vf_blend_init.c | 119 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/ |
D | vf_blend.c | 114 check_and_report(multiply, BLEND_MULTIPLY, 1) in checkasm_check_blend()
|
/third_party/mesa3d/src/compiler/ |
D | shader_enums.h | 1004 BLEND_MULTIPLY, enumerator
|
/third_party/mesa3d/src/compiler/glsl/ |
D | lower_blend_equation_advanced.cpp | 341 case BLEND_MULTIPLY: in calc_blend_result()
|
D | glsl_parser.yy | 1588 { "blend_support_multiply", BITFIELD_BIT(BLEND_MULTIPLY) },
|
/third_party/mesa3d/src/mesa/main/ |
D | blend.c | 463 return BLEND_MULTIPLY; in advanced_blend_mode_from_gl_enum()
|