Searched refs:_NEW_LIGHT (Results 1 – 25 of 28) sorted by relevance
12
/external/mesa3d/src/mesa/main/ |
D | light.c | 55 FLUSH_VERTICES(ctx, _NEW_LIGHT); in _mesa_ShadeModel() 88 FLUSH_VERTICES(ctx, _NEW_LIGHT); in _mesa_ProvokingVertex() 112 FLUSH_VERTICES(ctx, _NEW_LIGHT); in _mesa_light() 118 FLUSH_VERTICES(ctx, _NEW_LIGHT); in _mesa_light() 124 FLUSH_VERTICES(ctx, _NEW_LIGHT); in _mesa_light() 131 FLUSH_VERTICES(ctx, _NEW_LIGHT); in _mesa_light() 142 FLUSH_VERTICES(ctx, _NEW_LIGHT); in _mesa_light() 150 FLUSH_VERTICES(ctx, _NEW_LIGHT); in _mesa_light() 157 FLUSH_VERTICES(ctx, _NEW_LIGHT); in _mesa_light() 171 FLUSH_VERTICES(ctx, _NEW_LIGHT); in _mesa_light() [all …]
|
D | state.c | 302 _NEW_VARYING_VP_INPUTS | _NEW_LIGHT | _NEW_POINT | in _mesa_update_state_locked() 309 _NEW_FOG | _NEW_LIGHT | _NEW_TEXTURE_STATE | in _mesa_update_state_locked() 325 if (new_state & _NEW_LIGHT) in _mesa_update_state_locked()
|
D | enable.c | 381 FLUSH_VERTICES(ctx, _NEW_LIGHT); in _mesa_set_enable() 436 FLUSH_VERTICES(ctx, _NEW_LIGHT); in _mesa_set_enable() 450 FLUSH_VERTICES(ctx, _NEW_LIGHT); in _mesa_set_enable()
|
D | debug.c | 86 (state & _NEW_LIGHT) ? "ctx->Light, " : "", in _mesa_print_state()
|
D | mtypes.h | 4309 #define _NEW_LIGHT (1u << 8) /**< gl_context::Light */ macro 4343 #define _MESA_NEW_NEED_EYE_COORDS (_NEW_LIGHT | \ 4349 #define _MESA_NEW_SEPARATE_SPECULAR (_NEW_LIGHT | \
|
D | blend.c | 1047 FLUSH_VERTICES(ctx, _NEW_LIGHT); in _mesa_ClampColor()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vp_build.h | 32 _NEW_LIGHT | \
|
D | t_vertex.c | 289 if (new_state & (_NEW_LIGHT | _NEW_POLYGON) ) { in _tnl_invalidate_vertex_state()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_tris.h | 39 _NEW_LIGHT | \
|
D | i915_context.c | 83 if (new_state & (_NEW_LIGHT)) in i915InvalidateState()
|
D | i830_vtbl.c | 873 if (new_state & _NEW_LIGHT) in i830_invalidate_state()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_context.c | 313 _NEW_LIGHT| \ 321 _NEW_LIGHT| \ 330 _NEW_LIGHT | \ 585 _NEW_LIGHT | in _swrast_validate_derived() 592 _NEW_LIGHT | in _swrast_validate_derived()
|
/external/mesa3d/src/mesa/program/ |
D | prog_statevars.c | 637 return _NEW_LIGHT | _NEW_CURRENT_ATTRIB; in _mesa_program_state_flags() 641 return _NEW_LIGHT; in _mesa_program_state_flags() 689 return _NEW_CURRENT_ATTRIB | _NEW_LIGHT | _NEW_BUFFERS; in _mesa_program_state_flags() 702 return _NEW_LIGHT; in _mesa_program_state_flags()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_sf.c | 81 _NEW_LIGHT | in brw_upload_sf_prog()
|
D | brw_clip.c | 78 _NEW_LIGHT | in brw_upload_clip_prog()
|
D | brw_ff_gs.c | 155 _NEW_LIGHT, in brw_ff_gs_state_dirty()
|
D | brw_vs.c | 270 _NEW_LIGHT | in brw_vs_state_dirty()
|
D | brw_state_upload.c | 261 DEFINE_BIT(_NEW_LIGHT),
|
D | brw_wm.c | 429 _NEW_LIGHT | in brw_wm_state_dirty()
|
D | genX_state_upload.c | 1465 _NEW_LIGHT | 1708 .mesa = _NEW_LIGHT | 3494 _NEW_LIGHT | 3780 .mesa = _NEW_LIGHT,
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_context.c | 214 if (new_state & (_NEW_LIGHT | in st_invalidate_state() 229 if (st->clamp_vert_color_in_shader && (new_state & _NEW_LIGHT)) in st_invalidate_state()
|
/external/mesa3d/src/mesa/swrast_setup/ |
D | ss_context.c | 44 #define _SWSETUP_NEW_RENDERINDEX (_NEW_POLYGON|_NEW_LIGHT|_NEW_PROGRAM)
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_save_draw.c | 101 ctx->NewState |= _NEW_LIGHT; in playback_copy_to_current()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_dd.c | 884 _NEW_LIGHT | \ 891 _NEW_LIGHT | \
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_state.c | 481 new_state & _NEW_LIGHT) { in nouveau_update_state()
|
12