Searched refs:BlendEnabled (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_atom_blend.c | 134 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()
|
D | st_cb_drawpixels.c | 1535 !ctx->Color.BlendEnabled && in blit_copy_pixels()
|
/third_party/mesa3d/src/mesa/main/ |
D | draw_validate.c | 110 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()
|
D | blend.h | 83 _mesa_get_advanced_blend_sh_constant(ctx->Color.BlendEnabled, in _mesa_advanded_blend_sh_constant_changed()
|
D | attrib.c | 140 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()
|
D | enable.c | 427 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()
|
D | blend.c | 561 _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()
|
D | state.c | 136 (!ctx->Color.BlendEnabled && in _mesa_update_allow_draw_out_of_order()
|
D | mtypes.h | 265 GLbitfield BlendEnabled; /**< Per-buffer blend enable flags */ member
|
D | get.c | 2513 v->value_int = (ctx->Color.BlendEnabled >> index) & 1; in find_value_indexed()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | angletypes_unittest.cpp | 80 TEST(BlendStateExt, BlendEnabled) in TEST() argument
|
/third_party/mesa3d/src/mesa/program/ |
D | prog_statevars.c | 770 ctx->Color.BlendEnabled, ctx->Color._AdvancedBlendMode); in fetch_state()
|