Home
last modified time | relevance | path

Searched refs:DstA (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/mesa/main/
Dblend.c192 blend_factor_is_dual_src(ctx->Color.Blend[buf].DstA)); in update_uses_dual_src()
233 ctx->Color.Blend[buf].DstA != dfactorA) { in _mesa_BlendFuncSeparateEXT()
247 ctx->Color.Blend[buf].DstA = dfactorA; in _mesa_BlendFuncSeparateEXT()
302 ctx->Color.Blend[buf].DstA == dfactorA) in _mesa_BlendFuncSeparatei()
310 ctx->Color.Blend[buf].DstA = dfactorA; in _mesa_BlendFuncSeparatei()
839 ctx->Color.Blend[i].DstA = GL_ZERO; in _mesa_init_color()
Dattrib.c953 color->Blend[buf].DstA); in _mesa_PopAttrib()
964 color->Blend[0].DstA); in _mesa_PopAttrib()
Dget.c479 { GL_BLEND_DST_ALPHA_EXT, CONTEXT_ENUM(Color.Blend[0].DstA), NO_EXTRA },
2566 v->value_int = ctx->Color.Blend[index].DstA; in find_value_indexed()
Dmtypes.h766 GLenum DstA; /**< Alpha blend dest term */ member
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel.c74 effective_func(ctx->Color.Blend[0].DstA, src_alpha_is_one) != GL_ZERO || in intel_check_blit_fragment_ops()
Dgen6_cc.c103 GLenum dstA = ctx->Color.Blend[b].DstA; in gen6_upload_blend_state()
Dbrw_cc.c155 GLenum dstA = ctx->Color.Blend[0].DstA; in upload_cc_unit()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel.c74 effective_func(ctx->Color.Blend[0].DstA, src_alpha_is_one) != GL_ZERO || in intel_check_blit_fragment_ops()
Di830_state.c324 | DST_ABLEND_FACT(intel_translate_blend_factor(ctx->Color.Blend[0].DstA)); in i830_set_blend_state()
Di915_state.c301 GLuint dstA = ctx->Color.Blend[0].DstA; in i915UpdateBlendState()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_pixel.c74 effective_func(ctx->Color.Blend[0].DstA, src_alpha_is_one) != GL_ZERO || in intel_check_blit_fragment_ops()
/external/mesa3d/src/mesa/swrast/
Ds_blend.c133 ASSERT(ctx->Color.Blend[0].DstA == GL_ONE_MINUS_SRC_ALPHA); in blend_transparency_ubyte()
178 ASSERT(ctx->Color.Blend[0].DstA == GL_ONE_MINUS_SRC_ALPHA); in blend_transparency_ushort()
216 ASSERT(ctx->Color.Blend[0].DstA == GL_ONE_MINUS_SRC_ALPHA); in blend_transparency_float()
690 switch (ctx->Color.Blend[0].DstA) { in blend_general_float()
910 const GLenum dstA = ctx->Color.Blend[0].DstA; in _swrast_choose_blend_func()
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c235 ctx->Color.Blend[0].DstA); in _mesa_init_driver_state()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c1548 ctx->Color.Blend[0].DstA ); in radeonEnable()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c267 (blend_factor( ctx->Color.Blend[0].DstA, GL_FALSE ) << R200_DST_BLEND_SHIFT); in r200_set_blend_state()