Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dblend.h39 BLEND_EXCLUSION, enumerator
Dvf_blend.c84 { "exclusion", "", 0, AV_OPT_TYPE_CONST, {.i64=BLEND_EXCLUSION}, 0, 0, FLAGS, "mode" },
715 case BLEND_EXCLUSION: param->blend = blend_exclusion_##depth##bit; break; \
/third_party/mesa3d/src/compiler/
Dshader_enums.h1014 BLEND_EXCLUSION, enumerator
/third_party/mesa3d/src/compiler/glsl/
Dlower_blend_equation_advanced.cpp371 case BLEND_EXCLUSION: in calc_blend_result()
Dglsl_parser.yy1598 { "blend_support_exclusion", BITFIELD_BIT(BLEND_EXCLUSION) },
/third_party/mesa3d/src/mesa/main/
Dblend.c483 return BLEND_EXCLUSION; in advanced_blend_mode_from_gl_enum()