Home
last modified time | relevance | path

Searched refs:_NEW_LIGHT_STATE (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.c147 if (new_state & (_NEW_LIGHT_STATE | in st_invalidate_state()
151 if ((new_state & _NEW_LIGHT_STATE) && in st_invalidate_state()
172 if (st->clamp_vert_color_in_shader && (new_state & _NEW_LIGHT_STATE)) { in st_invalidate_state()
/third_party/mesa3d/src/mesa/main/
Dlight.c55 FLUSH_VERTICES(ctx, _NEW_LIGHT_STATE, GL_LIGHTING_BIT); in _mesa_ShadeModel()
85 FLUSH_VERTICES(ctx, _NEW_LIGHT_STATE, GL_LIGHTING_BIT); in _mesa_ProvokingVertex()
523 _NEW_LIGHT_STATE, GL_LIGHTING_BIT); in _mesa_LightModelfv()
Ddebug.c90 (state & _NEW_LIGHT_STATE) ? "ctx->Light(State), " : "", in _mesa_print_state()
Dmtypes.h2834 #define _NEW_LIGHT_STATE (1u << 20) /**< gl_context::Light */ macro
2855 _NEW_LIGHT_STATE | /* rasterizer state */ \
Dblend.c1063 FLUSH_VERTICES(ctx, _NEW_LIGHT_STATE, GL_LIGHTING_BIT | GL_ENABLE_BIT); in _mesa_ClampColor()
Denable.c563 _NEW_FF_FRAG_PROGRAM | _NEW_LIGHT_STATE, in _mesa_set_enable()
/third_party/mesa3d/src/mesa/program/
Dprog_statevars.c907 return _NEW_CURRENT_ATTRIB | _NEW_LIGHT_STATE | _NEW_BUFFERS; in _mesa_program_state_flags()