Home
last modified time | relevance | path

Searched refs:_NEW_POINT (Results 1 – 19 of 19) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dpoints.c54 FLUSH_VERTICES(ctx, _NEW_POINT, GL_POINT_BIT); in point_size()
133 FLUSH_VERTICES(ctx, _NEW_POINT | _NEW_FF_VERT_PROGRAM | in _mesa_PointParameterfv()
148 FLUSH_VERTICES(ctx, _NEW_POINT, GL_POINT_BIT); in _mesa_PointParameterfv()
159 FLUSH_VERTICES(ctx, _NEW_POINT, GL_POINT_BIT); in _mesa_PointParameterfv()
170 FLUSH_VERTICES(ctx, _NEW_POINT, GL_POINT_BIT); in _mesa_PointParameterfv()
187 FLUSH_VERTICES(ctx, _NEW_POINT, GL_POINT_BIT); in _mesa_PointParameterfv()
Dtexenv.c494 FLUSH_VERTICES(ctx, _NEW_POINT | _NEW_FF_VERT_PROGRAM, in _mesa_texenvfv_indexed()
500 FLUSH_VERTICES(ctx, _NEW_POINT | _NEW_FF_VERT_PROGRAM, in _mesa_texenvfv_indexed()
Dstate.c403 _NEW_LIGHT_CONSTANTS | _NEW_POINT | _NEW_FF_VERT_PROGRAM | in _mesa_update_state_locked()
Ddebug.c90 (state & _NEW_POINT) ? "ctx->Point, " : "", in _mesa_print_state()
Denable.c817 FLUSH_VERTICES(ctx, _NEW_POINT, GL_POINT_BIT | GL_ENABLE_BIT); in _mesa_set_enable()
1095 FLUSH_VERTICES(ctx, _NEW_POINT | _NEW_FF_VERT_PROGRAM | in _mesa_set_enable()
Dmtypes.h4630 #define _NEW_POINT (1u << 11) /**< gl_context::Point */ macro
4672 _NEW_POINT | \
Dattrib.c1067 ctx->NewState |= _NEW_POINT | _NEW_FF_VERT_PROGRAM; in _mesa_PopAttrib()
/third_party/mesa3d/src/mesa/tnl/
Dt_vp_build.h37 _NEW_POINT)
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_sf.c82 _NEW_POINT | in brw_upload_sf_prog()
Dbrw_vs.c245 _NEW_POINT | in brw_vs_state_dirty()
Dbrw_state_upload.c411 DEFINE_BIT(_NEW_POINT),
DgenX_state_upload.c1734 _NEW_POINT |
3549 _NEW_POINT |
4639 _NEW_POINT |
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Di915_context.c88 if (new_state & (_NEW_PROGRAM | _NEW_POINT)) in i915InvalidateState()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.c227 _NEW_POINT)) in st_invalidate_state()
238 if (new_state & _NEW_POINT && st->lower_texcoord_replace) in st_invalidate_state()
266 if (st->lower_point_size && new_state & _NEW_POINT) in st_invalidate_state()
/third_party/mesa3d/src/mesa/program/
Dprog_statevars.c845 return _NEW_POINT; in _mesa_program_state_flags()
882 return _NEW_BUFFERS | _NEW_POINT; in _mesa_program_state_flags()
903 return _NEW_POINT | _NEW_MULTISAMPLE; in _mesa_program_state_flags()
/third_party/mesa3d/src/mesa/swrast/
Ds_context.c323 _NEW_POINT | \
/third_party/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c885 #define XMESA_NEW_POINT (_NEW_POINT | \
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c2248 _NEW_FOG|_NEW_POINT|_NEW_TRACK_MATRIX)) { in r200ValidateState()
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst3499 - mesa: don't update fixed-func programs on irrelevant _NEW_POINT changes
3503 - mesa: don't update tnl spaces on irrelevant _NEW_POINT/TEXTURE_STATE changes