Searched refs:SrcA (Results 1 – 16 of 16) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | blend.c | 191 blend_factor_is_dual_src(ctx->Color.Blend[buf].SrcA) || in update_uses_dual_src() 232 ctx->Color.Blend[buf].SrcA != sfactorA || in _mesa_BlendFuncSeparateEXT() 246 ctx->Color.Blend[buf].SrcA = sfactorA; in _mesa_BlendFuncSeparateEXT() 301 ctx->Color.Blend[buf].SrcA == sfactorA && in _mesa_BlendFuncSeparatei() 309 ctx->Color.Blend[buf].SrcA = sfactorA; in _mesa_BlendFuncSeparatei() 838 ctx->Color.Blend[i].SrcA = GL_ONE; in _mesa_init_color()
|
D | attrib.c | 952 color->Blend[buf].SrcA, in _mesa_PopAttrib() 963 color->Blend[0].SrcA, in _mesa_PopAttrib()
|
D | get.c | 478 { GL_BLEND_SRC_ALPHA_EXT, CONTEXT_ENUM(Color.Blend[0].SrcA), NO_EXTRA }, 2550 v->value_int = ctx->Color.Blend[index].SrcA; in find_value_indexed()
|
D | mtypes.h | 765 GLenum SrcA; /**< Alpha blend source term */ member
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_pixel.c | 73 effective_func(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE || in intel_check_blit_fragment_ops()
|
D | i830_state.c | 323 funcA = SRC_ABLEND_FACT(intel_translate_blend_factor(ctx->Color.Blend[0].SrcA)) in i830_set_blend_state()
|
D | i915_state.c | 300 GLuint srcA = ctx->Color.Blend[0].SrcA; in i915UpdateBlendState()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_pixel.c | 73 effective_func(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE || in intel_check_blit_fragment_ops()
|
D | gen6_cc.c | 102 GLenum srcA = ctx->Color.Blend[b].SrcA; in gen6_upload_blend_state()
|
D | brw_cc.c | 154 GLenum srcA = ctx->Color.Blend[0].SrcA; in upload_cc_unit()
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_pixel.c | 73 effective_func(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE || in intel_check_blit_fragment_ops()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_blend.c | 131 ASSERT(ctx->Color.Blend[0].SrcA == GL_SRC_ALPHA); in blend_transparency_ubyte() 176 ASSERT(ctx->Color.Blend[0].SrcA == GL_SRC_ALPHA); in blend_transparency_ushort() 214 ASSERT(ctx->Color.Blend[0].SrcA == GL_SRC_ALPHA); in blend_transparency_float() 573 switch (ctx->Color.Blend[0].SrcA) { in blend_general_float() 909 const GLenum srcA = ctx->Color.Blend[0].SrcA; in _swrast_choose_blend_func()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_blend.c | 244 translate_blend(ctx->Color.Blend[j].SrcA); in update_blend()
|
/external/mesa3d/src/mesa/drivers/common/ |
D | driverfuncs.c | 234 ctx->Color.Blend[0].SrcA, in _mesa_init_driver_state()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_state.c | 1547 ctx->Color.Blend[0].SrcA, in radeonEnable()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_state.c | 266 funcA = (blend_factor( ctx->Color.Blend[0].SrcA, GL_TRUE ) << R200_SRC_BLEND_SHIFT) | in r200_set_blend_state()
|