Home
last modified time | relevance | path

Searched refs:BlendEnabled (Results 1 – 25 of 27) sorted by relevance

12

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel.c69 if (ctx->Color.BlendEnabled && in intel_check_blit_fragment_ops()
Dintel_pixel_copy.c69 ctx->Color.BlendEnabled); in intel_check_copypixel_blit_fragment_ops()
Dgen7_wm_state.c190 (ctx->Color.BlendEnabled & 1) && in upload_ps_state()
Dgen6_wm_state.c164 (ctx->Color.BlendEnabled & 1) && in upload_wm_state()
Dgen6_cc.c97 } else if (ctx->Color.BlendEnabled & (1 << b) && !integer) { in gen6_upload_blend_state()
Dbrw_cc.c149 } else if (ctx->Color.BlendEnabled) { in upload_cc_unit()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel.c69 if (ctx->Color.BlendEnabled && in intel_check_blit_fragment_ops()
Dintel_pixel_copy.c69 ctx->Color.BlendEnabled); in intel_check_copypixel_blit_fragment_ops()
Di830_state.c244 else if (ctx->Color.BlendEnabled) { in i830EvalLogicOpBlendState()
383 (ctx->Color.BlendEnabled) ? "en" : "dis"); in i830_set_blend_state()
Di915_state.c219 if (ctx->Color.BlendEnabled) { in i915EvalLogicOpBlendState()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_pixel.c69 if (ctx->Color.BlendEnabled && in intel_check_blit_fragment_ops()
Dintel_pixel_copy.c69 ctx->Color.BlendEnabled); in intel_check_copypixel_blit_fragment_ops()
/external/mesa3d/src/mesa/main/
Denable.c295 if (newEnabled != ctx->Color.BlendEnabled) { in _mesa_set_enable()
297 ctx->Color.BlendEnabled = newEnabled; in _mesa_set_enable()
1130 if (((ctx->Color.BlendEnabled >> index) & 1) != state) { in _mesa_set_enablei()
1133 ctx->Color.BlendEnabled |= (1 << index); in _mesa_set_enablei()
1135 ctx->Color.BlendEnabled &= ~(1 << index); in _mesa_set_enablei()
1180 return (ctx->Color.BlendEnabled >> index) & 1; in _mesa_IsEnabledIndexed()
1241 return ctx->Color.BlendEnabled & 1; /* return state for buffer[0] */ in _mesa_IsEnabled()
Dattrib.c266 attr->Blend = ctx->Color.BlendEnabled; in _mesa_PushAttrib()
500 if (ctx->Color.BlendEnabled != enable->Blend) { in pop_enable_group()
933 if (ctx->Color.BlendEnabled != color->BlendEnabled) { in _mesa_PopAttrib()
938 (color->BlendEnabled >> i) & 1); in _mesa_PopAttrib()
942 _mesa_set_enable(ctx, GL_BLEND, (color->BlendEnabled & 1)); in _mesa_PopAttrib()
Dblend.c834 ctx->Color.BlendEnabled = 0x0; in _mesa_init_color()
Dget.c413 { GL_BLEND, CONTEXT_BIT0(Color.BlendEnabled), NO_EXTRA },
2533 v->value_int = (ctx->Color.BlendEnabled >> index) & 1; in find_value_indexed()
Dmtypes.h752 GLbitfield BlendEnabled; /**< Per-buffer blend enable flags */ member
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_state_raster.c208 if (ctx->Color.BlendEnabled) in nv04_emit_blend()
Dnv10_state_raster.c65 PUSH_DATAb(push, ctx->Color.BlendEnabled); in nv10_emit_blend_equation()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c129 if (ctx->Color.BlendEnabled) in radeonBlendEquationSeparate()
140 if ( (ctx->Color.ColorLogicOpEnabled || (ctx->Color.BlendEnabled in radeonBlendEquationSeparate()
196 if (ctx->Color.BlendEnabled) in radeonBlendFuncSeparate()
240 if (ctx->Color.BlendEnabled) in radeonBlendFuncSeparate()
1532 if ( (ctx->Color.ColorLogicOpEnabled || (ctx->Color.BlendEnabled in radeonEnable()
1671 if ( (ctx->Color.ColorLogicOpEnabled || (ctx->Color.BlendEnabled in radeonEnable()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c98 GLbitfield BlendEnabled; member
523 save->BlendEnabled = ctx->Color.BlendEnabled; in _mesa_meta_begin()
524 if (ctx->Color.BlendEnabled) { in _mesa_meta_begin()
845 if (ctx->Color.BlendEnabled != save->BlendEnabled) { in _mesa_meta_end()
849 _mesa_set_enablei(ctx, GL_BLEND, i, (save->BlendEnabled >> i) & 1); in _mesa_meta_end()
853 _mesa_set_enable(ctx, GL_BLEND, (save->BlendEnabled & 1)); in _mesa_meta_end()
Ddriverfuncs.c260 ctx->Driver.Enable(ctx, GL_BLEND, ctx->Color.BlendEnabled); in _mesa_init_driver_state()
/external/mesa3d/src/mesa/swrast/
Ds_context.c62 if (ctx->Color.BlendEnabled) rasterMask |= BLEND_BIT; in _swrast_update_rasterflags()
Ds_span.c1361 else if ((ctx->Color.BlendEnabled >> buf) & 1) { in _swrast_write_rgba_span()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c1345 !ctx->Color.BlendEnabled && in blit_copy_pixels()

12