Home
last modified time | relevance | path

Searched refs:BLEND_COLORDODGE (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/compiler/
Dshader_enums.h1009 BLEND_COLORDODGE, enumerator
/third_party/mesa3d/src/compiler/glsl/
Dlower_blend_equation_advanced.cpp356 case BLEND_COLORDODGE: in calc_blend_result()
Dglsl_parser.yy1593 { "blend_support_colordodge", BITFIELD_BIT(BLEND_COLORDODGE) },
/third_party/mesa3d/src/mesa/main/
Dblend.c473 return BLEND_COLORDODGE; in advanced_blend_mode_from_gl_enum()