Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c134 GLbitfield blend_enabled = ctx->Color.BlendEnabled & cb_mask; in blend_per_rt()
220 else if (ctx->Color.BlendEnabled && in st_update_blend()
224 else if (ctx->Color.BlendEnabled && in st_update_blend()
228 if (!(ctx->Color.BlendEnabled & (1 << i)) || in st_update_blend()
Dst_cb_drawpixels.c1535 !ctx->Color.BlendEnabled && in blit_copy_pixels()
/third_party/mesa3d/src/mesa/main/
Ddraw_validate.c110 if (ctx->Color.BlendEnabled && in _mesa_update_valid_to_render_state()
217 (ctx->DrawBuffer->_FP32Buffers & ctx->Color.BlendEnabled)) in _mesa_update_valid_to_render_state()
Dblend.h83 _mesa_get_advanced_blend_sh_constant(ctx->Color.BlendEnabled, in _mesa_advanded_blend_sh_constant_changed()
Dattrib.c140 attr->Blend = ctx->Color.BlendEnabled; in _mesa_PushAttrib()
340 if (ctx->Color.BlendEnabled != enable->Blend) { in pop_enable_group()
343 TEST_AND_UPDATE_INDEX(ctx->Color.BlendEnabled, enable->Blend, in pop_enable_group()
763 if (ctx->Color.BlendEnabled != attr->Color.BlendEnabled) { in _mesa_PopAttrib()
766 TEST_AND_UPDATE_INDEX(ctx->Color.BlendEnabled, in _mesa_PopAttrib()
767 attr->Color.BlendEnabled, i, GL_BLEND); in _mesa_PopAttrib()
771 TEST_AND_UPDATE(ctx->Color.BlendEnabled & 0x1, in _mesa_PopAttrib()
772 attr->Color.BlendEnabled & 0x1, GL_BLEND); in _mesa_PopAttrib()
Denable.c427 if (newEnabled != ctx->Color.BlendEnabled) { in _mesa_set_enable()
431 ctx->Color.BlendEnabled = newEnabled; in _mesa_set_enable()
1373 if (((ctx->Color.BlendEnabled >> index) & 1) != state) { in _mesa_set_enablei()
1374 GLbitfield enabled = ctx->Color.BlendEnabled; in _mesa_set_enablei()
1384 ctx->Color.BlendEnabled = enabled; in _mesa_set_enablei()
1469 return (ctx->Color.BlendEnabled >> index) & 1; in _mesa_IsEnabledi()
1550 return ctx->Color.BlendEnabled & 1; /* return state for buffer[0] */ in _mesa_IsEnabled()
Dblend.c561 _mesa_flush_vertices_for_blend_adv(ctx, ctx->Color.BlendEnabled, in _mesa_BlendEquation()
584 _mesa_flush_vertices_for_blend_adv(ctx, ctx->Color.BlendEnabled, in blend_equationi()
1187 ctx->Color.BlendEnabled = 0x0; in _mesa_init_color()
Dstate.c136 (!ctx->Color.BlendEnabled && in _mesa_update_allow_draw_out_of_order()
Dmtypes.h265 GLbitfield BlendEnabled; /**< Per-buffer blend enable flags */ member
Dget.c2513 v->value_int = (ctx->Color.BlendEnabled >> index) & 1; in find_value_indexed()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes_unittest.cpp80 TEST(BlendStateExt, BlendEnabled) in TEST() argument
/third_party/mesa3d/src/mesa/program/
Dprog_statevars.c770 ctx->Color.BlendEnabled, ctx->Color._AdvancedBlendMode); in fetch_state()