Searched refs:_NEW_COLOR (Results 1 – 17 of 17) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | blend.c | 242 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()
|
D | blend.h | 178 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()
|
D | enable.c | 420 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()
|
D | debug.c | 82 (state & _NEW_COLOR) ? "ctx->Color, " : "", in _mesa_print_state()
|
D | mtypes.h | 4622 #define _NEW_COLOR (1u << 3) /**< gl_context::Color */ macro
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | gfx8_depth_state.c | 189 _NEW_COLOR |
|
D | genX_state_upload.c | 2067 _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,
|
D | brw_wm.c | 379 _NEW_COLOR | in brw_wm_state_dirty()
|
D | brw_state_upload.c | 404 DEFINE_BIT(_NEW_COLOR),
|
D | brw_wm_surface_state.c | 1063 _NEW_COLOR,
|
/third_party/mesa3d/src/mesa/swrast/ |
D | s_context.c | 305 _NEW_COLOR| \ 333 #define _SWRAST_NEW_BLEND_FUNC _NEW_COLOR 572 if (swrast->NewState & (_NEW_COLOR | _NEW_PROGRAM)) in _swrast_validate_derived()
|
D | s_context.h | 105 _NEW_COLOR| \
|
/third_party/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_common.c | 199 if (ctx->NewState & (_NEW_BUFFERS | _NEW_COLOR | _NEW_PIXEL)) { in radeon_draw_buffer()
|
/third_party/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_common.c | 199 if (ctx->NewState & (_NEW_BUFFERS | _NEW_COLOR | _NEW_PIXEL)) { in radeon_draw_buffer()
|
/third_party/mesa3d/src/mesa/drivers/x11/ |
D | xm_dd.c | 713 if (new_state & (_NEW_COLOR | _NEW_BUFFERS)) { in xmesa_update_state()
|
/third_party/mesa3d/src/mesa/program/ |
D | prog_statevars.c | 911 return _NEW_COLOR; in _mesa_program_state_flags()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.1.0.rst | 3502 - mesa: don't update the fixed-func frag prog on irrelevant _NEW_COLOR changes
|