Home
last modified time | relevance | path

Searched refs:BLEND_SOFTLIGHT (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dblend.h50 BLEND_SOFTLIGHT, enumerator
Dvf_blend.c103 { "softlight", "", 0, AV_OPT_TYPE_CONST, {.i64=BLEND_SOFTLIGHT}, 0, 0, FLAGS, "mode" },
734 case BLEND_SOFTLIGHT: param->blend = blend_softlight_##depth##bit; break; \
/third_party/mesa3d/src/compiler/
Dshader_enums.h922 BLEND_SOFTLIGHT, enumerator
/third_party/mesa3d/src/compiler/glsl/
Dlower_blend_equation_advanced.cpp365 case BLEND_SOFTLIGHT: in calc_blend_result()
Dglsl_parser.yy1597 { "blend_support_softlight", BITFIELD_BIT(BLEND_SOFTLIGHT) },
/third_party/mesa3d/src/mesa/main/
Dblend.c486 return BLEND_SOFTLIGHT; in advanced_blend_mode_from_gl_enum()