Home
last modified time | relevance | path

Searched refs:_NEW_COLOR (Results 1 – 17 of 17) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dblend.c242 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewBlend ? 0 : _NEW_COLOR, in blend_func_separate()
409 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewBlend ? 0 : _NEW_COLOR, in blend_func_separatei()
823 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewBlendColor ? 0 : _NEW_COLOR, in _mesa_BlendColor()
869 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewAlphaTest ? 0 : _NEW_COLOR, in _mesa_AlphaFunc()
936 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewLogicOp ? 0 : _NEW_COLOR, in logic_op()
986 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewColorMask ? 0 : _NEW_COLOR, in _mesa_IndexMask()
1026 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewColorMask ? 0 : _NEW_COLOR, in _mesa_ColorMask()
1063 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewColorMask ? 0 : _NEW_COLOR, in _mesa_ColorMaski()
Dblend.h178 FLUSH_VERTICES(ctx, _NEW_COLOR, GL_COLOR_BUFFER_BIT); in _mesa_flush_vertices_for_blend_state()
194 FLUSH_VERTICES(ctx, _NEW_COLOR, GL_COLOR_BUFFER_BIT); in _mesa_flush_vertices_for_blend_adv()
Denable.c420 FLUSH_VERTICES(ctx, _NEW_COLOR | _NEW_FF_FRAG_PROGRAM, in _mesa_set_enable()
532 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewBlend ? 0 : _NEW_COLOR, in _mesa_set_enable()
604 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewLogicOp ? 0 : _NEW_COLOR, in _mesa_set_enable()
635 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewLogicOp ? 0 : _NEW_COLOR, in _mesa_set_enable()
1332 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewBlend ? 0 : _NEW_COLOR, in _mesa_set_enable()
Ddebug.c82 (state & _NEW_COLOR) ? "ctx->Color, " : "", in _mesa_print_state()
Dmtypes.h4622 #define _NEW_COLOR (1u << 3) /**< gl_context::Color */ macro
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dgfx8_depth_state.c189 _NEW_COLOR |
DgenX_state_upload.c2067 _NEW_COLOR :
3056 _NEW_COLOR |
3416 .mesa = _NEW_COLOR |
3448 _NEW_COLOR |
3999 _NEW_COLOR
4729 .mesa = _NEW_BUFFERS | _NEW_COLOR,
4855 _NEW_COLOR |
5566 .mesa = _NEW_COLOR,
Dbrw_wm.c379 _NEW_COLOR | in brw_wm_state_dirty()
Dbrw_state_upload.c404 DEFINE_BIT(_NEW_COLOR),
Dbrw_wm_surface_state.c1063 _NEW_COLOR,
/third_party/mesa3d/src/mesa/swrast/
Ds_context.c305 _NEW_COLOR| \
333 #define _SWRAST_NEW_BLEND_FUNC _NEW_COLOR
572 if (swrast->NewState & (_NEW_COLOR | _NEW_PROGRAM)) in _swrast_validate_derived()
Ds_context.h105 _NEW_COLOR| \
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_common.c199 if (ctx->NewState & (_NEW_BUFFERS | _NEW_COLOR | _NEW_PIXEL)) { in radeon_draw_buffer()
/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_common.c199 if (ctx->NewState & (_NEW_BUFFERS | _NEW_COLOR | _NEW_PIXEL)) { in radeon_draw_buffer()
/third_party/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c713 if (new_state & (_NEW_COLOR | _NEW_BUFFERS)) { in xmesa_update_state()
/third_party/mesa3d/src/mesa/program/
Dprog_statevars.c911 return _NEW_COLOR; in _mesa_program_state_flags()
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst3502 - mesa: don't update the fixed-func frag prog on irrelevant _NEW_COLOR changes