Home
last modified time | relevance | path

Searched refs:DstRGB (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dblend.c177 blend_factor_is_dual_src(ctx->Color.Blend[buf].DstRGB) || in update_uses_dual_src()
217 ctx->Color.Blend[buf].DstRGB != dfactorRGB || in skip_blend_state_update()
227 ctx->Color.Blend[0].DstRGB != dfactorRGB || in skip_blend_state_update()
249 ctx->Color.Blend[buf].DstRGB = dfactorRGB; in blend_func_separate()
393 ctx->Color.Blend[buf].DstRGB == dfactorRGB && in blend_func_separatei()
408 ctx->Color.Blend[buf].DstRGB = dfactorRGB; in blend_func_separatei()
1190 ctx->Color.Blend[i].DstRGB = GL_ZERO; in _mesa_init_color()
Dattrib.c781 attr->Color.Blend[buf].DstRGB, in _mesa_PopAttrib()
792 attr->Color.Blend[0].DstRGB, in _mesa_PopAttrib()
Dmtypes.h277 GLenum16 DstRGB; /**< RGB blend dest term */ member
Dget.c2539 v->value_int = ctx->Color.Blend[index].DstRGB; in find_value_indexed()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c250 translate_blend(ctx->Color.Blend[j].DstRGB); in st_update_blend()