HomeSort by relevance Sort by last modified time
    Searched refs:_NEW_LIGHT (Results 1 - 25 of 33) sorted by null

1 2

  /external/mesa3d/src/mesa/tnl/
t_vp_build.h 32 _NEW_LIGHT | \
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_tris.h 39 _NEW_LIGHT | \
i915_context.c 77 if (new_state & (_NEW_LIGHT))
  /external/mesa3d/src/mesa/main/
light.c 55 FLUSH_VERTICES(ctx, _NEW_LIGHT);
88 FLUSH_VERTICES(ctx, _NEW_LIGHT);
112 FLUSH_VERTICES(ctx, _NEW_LIGHT);
118 FLUSH_VERTICES(ctx, _NEW_LIGHT);
124 FLUSH_VERTICES(ctx, _NEW_LIGHT);
131 FLUSH_VERTICES(ctx, _NEW_LIGHT);
142 FLUSH_VERTICES(ctx, _NEW_LIGHT);
150 FLUSH_VERTICES(ctx, _NEW_LIGHT);
157 FLUSH_VERTICES(ctx, _NEW_LIGHT);
171 FLUSH_VERTICES(ctx, _NEW_LIGHT);
    [all...]
state.c 400 _NEW_VARYING_VP_INPUTS | _NEW_LIGHT | _NEW_POINT |
407 _NEW_FOG | _NEW_LIGHT |
433 if (new_state & _NEW_LIGHT)
436 if (new_state & (_NEW_LIGHT | _NEW_PROGRAM))
enable.c 351 FLUSH_VERTICES(ctx, _NEW_LIGHT);
401 FLUSH_VERTICES(ctx, _NEW_LIGHT);
415 FLUSH_VERTICES(ctx, _NEW_LIGHT);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_sf_state.c 64 /* _NEW_POINT | _NEW_LIGHT | _NEW_PROGRAM,
95 _NEW_LIGHT |
227 /* _NEW_LIGHT */
251 _NEW_LIGHT |
gen8_sf_state.c 66 /* _NEW_POINT | _NEW_LIGHT | _NEW_PROGRAM,
140 _NEW_LIGHT |
197 /* _NEW_LIGHT */
216 .mesa = _NEW_LIGHT |
brw_ff_gs.c 155 _NEW_LIGHT,
182 /* _NEW_LIGHT */
brw_sf.c 144 _NEW_LIGHT |
214 /* _NEW_LIGHT | _NEW_PROGRAM */
gen6_clip_state.c 140 /* _NEW_LIGHT */
213 _NEW_LIGHT |
brw_clip.c 138 _NEW_LIGHT |
167 /* _NEW_LIGHT */
brw_sf_state.c 273 * _NEW_LIGHT
309 _NEW_LIGHT |
gen6_sf_state.c 231 /* BRW_NEW_VUE_MAP_GEOM_OUT | _NEW_LIGHT | _NEW_PROGRAM */
396 /* _NEW_LIGHT */
408 * _NEW_POINT | _NEW_LIGHT | _NEW_PROGRAM | BRW_NEW_FS_PROG_DATA
439 _NEW_LIGHT |
brw_vs.c 270 _NEW_LIGHT |
316 /* _NEW_LIGHT | _NEW_BUFFERS */
gen7_sol_state.c 254 /* _NEW_LIGHT */
335 .mesa = _NEW_LIGHT,
brw_state_upload.c 582 DEFINE_BIT(_NEW_LIGHT),
brw_wm.c 431 _NEW_LIGHT |
520 /* _NEW_LIGHT */
  /external/mesa3d/src/mesa/swrast/
s_context.c 311 _NEW_LIGHT| \
319 _NEW_LIGHT| \
328 _NEW_LIGHT | \
583 _NEW_LIGHT |
590 _NEW_LIGHT |
  /external/mesa3d/src/mesa/program/
prog_statevars.c 655 return _NEW_LIGHT | _NEW_CURRENT_ATTRIB;
659 return _NEW_LIGHT;
707 return _NEW_CURRENT_ATTRIB | _NEW_LIGHT | _NEW_BUFFERS;
722 return _NEW_LIGHT;
    [all...]
  /external/mesa3d/src/mesa/swrast_setup/
ss_context.c 43 #define _SWSETUP_NEW_RENDERINDEX (_NEW_POLYGON|_NEW_LIGHT|_NEW_PROGRAM)
  /external/mesa3d/src/mesa/state_tracker/
st_context.c 224 if (new_state & (_NEW_LIGHT |
248 if (st->clamp_vert_color_in_shader && (new_state & _NEW_LIGHT))
  /external/mesa3d/src/mesa/vbo/
vbo_save_draw.c 102 ctx->NewState |= _NEW_LIGHT;
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 880 _NEW_LIGHT | \
887 _NEW_LIGHT | \
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_state.c 476 new_state & _NEW_LIGHT) {

Completed in 733 milliseconds

1 2