Searched refs:DstRGB (Results 1 – 18 of 18) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | blend.c | 190 blend_factor_is_dual_src(ctx->Color.Blend[buf].DstRGB) || in update_uses_dual_src() 231 ctx->Color.Blend[buf].DstRGB != dfactorRGB || in _mesa_BlendFuncSeparateEXT() 245 ctx->Color.Blend[buf].DstRGB = dfactorRGB; in _mesa_BlendFuncSeparateEXT() 300 ctx->Color.Blend[buf].DstRGB == dfactorRGB && in _mesa_BlendFuncSeparatei() 308 ctx->Color.Blend[buf].DstRGB = dfactorRGB; in _mesa_BlendFuncSeparatei() 837 ctx->Color.Blend[i].DstRGB = GL_ZERO; in _mesa_init_color()
|
D | get.c | 477 { GL_BLEND_DST_RGB_EXT, CONTEXT_ENUM(Color.Blend[0].DstRGB), NO_EXTRA }, 565 { GL_BLEND_DST, CONTEXT_ENUM(Color.Blend[0].DstRGB), NO_EXTRA }, 2559 v->value_int = ctx->Color.Blend[index].DstRGB; in find_value_indexed()
|
D | attrib.c | 951 color->Blend[buf].DstRGB, in _mesa_PopAttrib() 962 color->Blend[0].DstRGB, in _mesa_PopAttrib()
|
D | mtypes.h | 764 GLenum DstRGB; /**< RGB blend dest term */ member
|
/external/mesa3d/src/mesa/swrast/ |
D | s_blend.c | 81 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ONE); in blend_noop() 107 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ZERO); in blend_replace() 132 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ONE_MINUS_SRC_ALPHA); in blend_transparency_ubyte() 177 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ONE_MINUS_SRC_ALPHA); in blend_transparency_ushort() 215 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ONE_MINUS_SRC_ALPHA); in blend_transparency_float() 254 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ONE); in blend_add() 627 switch (ctx->Color.Blend[0].DstRGB) { in blend_general_float() 908 const GLenum dstRGB = ctx->Color.Blend[0].DstRGB; in _swrast_choose_blend_func()
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_pixel.c | 71 effective_func(ctx->Color.Blend[0].DstRGB, src_alpha_is_one) != GL_ZERO || in intel_check_blit_fragment_ops()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_pixel.c | 71 effective_func(ctx->Color.Blend[0].DstRGB, src_alpha_is_one) != GL_ZERO || in intel_check_blit_fragment_ops()
|
D | gen6_cc.c | 101 GLenum dstRGB = ctx->Color.Blend[b].DstRGB; in gen6_upload_blend_state()
|
D | brw_cc.c | 153 GLenum dstRGB = ctx->Color.Blend[0].DstRGB; in upload_cc_unit()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_pixel.c | 71 effective_func(ctx->Color.Blend[0].DstRGB, src_alpha_is_one) != GL_ZERO || in intel_check_blit_fragment_ops()
|
D | i830_state.c | 296 | DST_BLND_FACT(intel_translate_blend_factor(ctx->Color.Blend[0].DstRGB)); in i830_set_blend_state()
|
D | i915_state.c | 299 GLuint dstRGB = ctx->Color.Blend[0].DstRGB; in i915UpdateBlendState()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv04_state_raster.c | 205 nv04->blend |= get_blend_func(ctx->Color.Blend[0].DstRGB) << 28 | in nv04_emit_blend()
|
D | nv10_state_raster.c | 78 PUSH_DATA (push, nvgl_blend_func(ctx->Color.Blend[0].DstRGB)); in nv10_emit_blend_func()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_blend.c | 230 translate_blend(ctx->Color.Blend[j].DstRGB); in update_blend()
|
/external/mesa3d/src/mesa/drivers/common/ |
D | driverfuncs.c | 233 ctx->Color.Blend[0].DstRGB, in _mesa_init_driver_state()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_state.c | 205 switch ( ctx->Color.Blend[0].DstRGB ) { in radeonBlendFuncSeparate() 1546 ctx->Color.Blend[0].DstRGB, in radeonEnable()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_state.c | 233 (blend_factor( ctx->Color.Blend[0].DstRGB, GL_FALSE ) << R200_DST_BLEND_SHIFT); in r200_set_blend_state()
|