Home
last modified time | relevance | path

Searched refs:SrcA (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dblend.c177 blend_factor_is_dual_src(ctx->Color.Blend[buf].SrcA) || in update_uses_dual_src()
217 ctx->Color.Blend[buf].SrcA != sfactorA || in skip_blend_state_update()
227 ctx->Color.Blend[0].SrcA != sfactorA || in skip_blend_state_update()
250 ctx->Color.Blend[buf].SrcA = sfactorA; in blend_func_separate()
399 ctx->Color.Blend[buf].SrcA == sfactorA && in blend_func_separatei()
415 ctx->Color.Blend[buf].SrcA = sfactorA; in blend_func_separatei()
1240 ctx->Color.Blend[i].SrcA = GL_ONE; in _mesa_init_color()
Dattrib.c854 attr->Color.Blend[buf].SrcA, in _mesa_PopAttrib()
865 attr->Color.Blend[0].SrcA, in _mesa_PopAttrib()
Dmtypes.h363 GLenum16 SrcA; /**< Alpha blend source term */ member
Dget.c2502 v->value_int = ctx->Color.Blend[index].SrcA; in find_value_indexed()
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel.c74 effective_func(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE || in intel_check_blit_fragment_ops()
Di830_state.c323 funcA = SRC_ABLEND_FACT(intel_translate_blend_factor(ctx->Color.Blend[0].SrcA)) in i830_set_blend_state()
Di915_state.c302 GLuint srcA = ctx->Color.Blend[0].SrcA; in i915UpdateBlendState()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_pixel.c71 effective_func(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE || in brw_check_blit_fragment_ops()
DgenX_state_upload.c2858 GLenum srcA = ctx->Color.Blend[i].SrcA;
4788 GLenum srcA = color->Blend[0].SrcA;
/third_party/mesa3d/src/mesa/swrast/
Ds_blend.c128 assert(ctx->Color.Blend[0].SrcA == GL_SRC_ALPHA); in blend_transparency_ubyte()
173 assert(ctx->Color.Blend[0].SrcA == GL_SRC_ALPHA); in blend_transparency_ushort()
211 assert(ctx->Color.Blend[0].SrcA == GL_SRC_ALPHA); in blend_transparency_float()
570 switch (ctx->Color.Blend[0].SrcA) { in blend_general_float()
906 const GLenum srcA = ctx->Color.Blend[0].SrcA; in _swrast_choose_blend_func()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c264 translate_blend(ctx->Color.Blend[j].SrcA); in st_update_blend()
/third_party/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c237 ctx->Color.Blend[0].SrcA, in _mesa_init_driver_state()
/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c1474 ctx->Color.Blend[0].SrcA, in radeonEnable()
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c269 funcA = (blend_factor( ctx->Color.Blend[0].SrcA, GL_TRUE ) << R200_SRC_BLEND_SHIFT) | in r200_set_blend_state()