Searched refs:_NEW_LIGHT (Results 1 – 25 of 28) sorted by relevance
12
/external/mesa3d/src/mesa/main/ |
D | light.c | 54 FLUSH_VERTICES(ctx, _NEW_LIGHT); in _mesa_ShadeModel() 87 FLUSH_VERTICES(ctx, _NEW_LIGHT); in _mesa_ProvokingVertex() 111 FLUSH_VERTICES(ctx, _NEW_LIGHT); in _mesa_light() 117 FLUSH_VERTICES(ctx, _NEW_LIGHT); in _mesa_light() 123 FLUSH_VERTICES(ctx, _NEW_LIGHT); in _mesa_light() 130 FLUSH_VERTICES(ctx, _NEW_LIGHT); in _mesa_light() 141 FLUSH_VERTICES(ctx, _NEW_LIGHT); in _mesa_light() 149 FLUSH_VERTICES(ctx, _NEW_LIGHT); in _mesa_light() 156 FLUSH_VERTICES(ctx, _NEW_LIGHT); in _mesa_light() 170 FLUSH_VERTICES(ctx, _NEW_LIGHT); in _mesa_light() [all …]
|
D | state.c | 425 _NEW_VARYING_VP_INPUTS | _NEW_LIGHT | _NEW_POINT | in _mesa_update_state_locked() 432 _NEW_FOG | _NEW_LIGHT | _NEW_TEXTURE_STATE | in _mesa_update_state_locked() 448 if (new_state & _NEW_LIGHT) in _mesa_update_state_locked()
|
D | enable.c | 473 FLUSH_VERTICES(ctx, _NEW_LIGHT); in _mesa_set_enable() 529 FLUSH_VERTICES(ctx, _NEW_LIGHT); in _mesa_set_enable() 543 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 | 4543 #define _NEW_LIGHT (1u << 8) /**< gl_context::Light */ macro 4577 #define _MESA_NEW_NEED_EYE_COORDS (_NEW_LIGHT | \ 4583 #define _MESA_NEW_SEPARATE_SPECULAR (_NEW_LIGHT | \
|
D | blend.c | 1059 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 | 290 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 | 82 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 | 308 _NEW_LIGHT| \ 316 _NEW_LIGHT| \ 325 _NEW_LIGHT | \ 580 _NEW_LIGHT | in _swrast_validate_derived() 587 _NEW_LIGHT | in _swrast_validate_derived()
|
/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 | 236 _NEW_LIGHT | in brw_vs_state_dirty()
|
D | brw_state_upload.c | 407 DEFINE_BIT(_NEW_LIGHT),
|
D | brw_wm.c | 372 _NEW_LIGHT | in brw_wm_state_dirty()
|
D | genX_state_upload.c | 1490 _NEW_LIGHT | 1733 .mesa = _NEW_LIGHT | 3549 _NEW_LIGHT | 3836 .mesa = _NEW_LIGHT,
|
/external/mesa3d/src/mesa/program/ |
D | prog_statevars.c | 670 return _NEW_LIGHT | _NEW_CURRENT_ATTRIB; in _mesa_program_state_flags() 674 return _NEW_LIGHT; in _mesa_program_state_flags() 722 return _NEW_CURRENT_ATTRIB | _NEW_LIGHT | _NEW_BUFFERS; in _mesa_program_state_flags() 735 return _NEW_LIGHT; in _mesa_program_state_flags()
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_save_draw.c | 99 _NEW_CURRENT_ATTRIB | _NEW_LIGHT, VBO_MATERIAL_SHIFT, &data); in playback_copy_to_current()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_context.c | 225 if (new_state & (_NEW_LIGHT | in st_invalidate_state() 229 if ((new_state & _NEW_LIGHT) && in st_invalidate_state() 254 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/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