Searched refs:_NEW_POINT (Results 1 – 20 of 20) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | points.c | 57 FLUSH_VERTICES(ctx, _NEW_POINT); in _mesa_PointSize() 125 FLUSH_VERTICES(ctx, _NEW_POINT); in _mesa_PointParameterfv() 144 FLUSH_VERTICES(ctx, _NEW_POINT); in _mesa_PointParameterfv() 155 FLUSH_VERTICES(ctx, _NEW_POINT); in _mesa_PointParameterfv() 166 FLUSH_VERTICES(ctx, _NEW_POINT); in _mesa_PointParameterfv() 183 FLUSH_VERTICES(ctx, _NEW_POINT); in _mesa_PointParameterfv() 206 FLUSH_VERTICES(ctx, _NEW_POINT); in _mesa_PointParameterfv()
|
D | state.c | 471 _NEW_VARYING_VP_INPUTS | _NEW_LIGHT | _NEW_POINT | in _mesa_update_state_locked() 477 _NEW_TEXTURE_MATRIX | _NEW_TRANSFORM | _NEW_POINT | in _mesa_update_state_locked() 535 if (new_state & (_NEW_POINT | _NEW_LINE | _NEW_POLYGON | _NEW_LIGHT in _mesa_update_state_locked()
|
D | debug.c | 83 (state & _NEW_POINT) ? "ctx->Point, " : "", in _mesa_print_state()
|
D | enable.c | 601 FLUSH_VERTICES(ctx, _NEW_POINT); in _mesa_set_enable() 822 FLUSH_VERTICES(ctx, _NEW_POINT); in _mesa_set_enable()
|
D | texenv.c | 496 FLUSH_VERTICES(ctx, _NEW_POINT); in _mesa_TexEnvfv()
|
D | mtypes.h | 3142 #define _NEW_POINT (1 << 11) /**< gl_context::Point */ macro 3198 _NEW_POINT | \
|
D | light.c | 1102 ctx->NewState |= _NEW_POINT; /* one of the bits from in _mesa_allow_light_in_model()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vp_build.h | 38 _NEW_POINT)
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen7_sf_state.c | 149 _NEW_POINT | 312 _NEW_POINT |
|
D | brw_sf.c | 216 .mesa = (_NEW_HINT | _NEW_LIGHT | _NEW_POLYGON | _NEW_POINT |
|
D | gen6_sf_state.c | 360 _NEW_POINT |
|
D | brw_sf_state.c | 322 _NEW_POINT |
|
D | brw_state_upload.c | 339 DEFINE_BIT(_NEW_POINT),
|
D | brw_vs.c | 447 .mesa = (_NEW_TRANSFORM | _NEW_POLYGON | _NEW_POINT | _NEW_LIGHT |
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_rasterizer.c | 263 _NEW_POINT |
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_context.c | 79 if (new_state & (_NEW_PROGRAM | _NEW_POINT)) in i915InvalidateState()
|
/external/mesa3d/src/mesa/program/ |
D | prog_statevars.c | 655 return _NEW_POINT; in _mesa_program_state_flags() 695 return _NEW_POINT | _NEW_MULTISAMPLE; in _mesa_program_state_flags()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_context.c | 329 _NEW_POINT | \
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_dd.c | 886 #define XMESA_NEW_POINT (_NEW_POINT | \
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_state.c | 2323 _NEW_FOG|_NEW_POINT|_NEW_TRACK_MATRIX)) { in r200ValidateState()
|