Searched refs:_NEW_POINT (Results 1 – 19 of 19) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | points.c | 54 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()
|
D | texenv.c | 494 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()
|
D | state.c | 403 _NEW_LIGHT_CONSTANTS | _NEW_POINT | _NEW_FF_VERT_PROGRAM | in _mesa_update_state_locked()
|
D | debug.c | 90 (state & _NEW_POINT) ? "ctx->Point, " : "", in _mesa_print_state()
|
D | enable.c | 817 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()
|
D | mtypes.h | 4630 #define _NEW_POINT (1u << 11) /**< gl_context::Point */ macro 4672 _NEW_POINT | \
|
D | attrib.c | 1067 ctx->NewState |= _NEW_POINT | _NEW_FF_VERT_PROGRAM; in _mesa_PopAttrib()
|
/third_party/mesa3d/src/mesa/tnl/ |
D | t_vp_build.h | 37 _NEW_POINT)
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_sf.c | 82 _NEW_POINT | in brw_upload_sf_prog()
|
D | brw_vs.c | 245 _NEW_POINT | in brw_vs_state_dirty()
|
D | brw_state_upload.c | 411 DEFINE_BIT(_NEW_POINT),
|
D | genX_state_upload.c | 1734 _NEW_POINT | 3549 _NEW_POINT | 4639 _NEW_POINT |
|
/third_party/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_context.c | 88 if (new_state & (_NEW_PROGRAM | _NEW_POINT)) in i915InvalidateState()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_context.c | 227 _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/ |
D | prog_statevars.c | 845 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/ |
D | s_context.c | 323 _NEW_POINT | \
|
/third_party/mesa3d/src/mesa/drivers/x11/ |
D | xm_dd.c | 885 #define XMESA_NEW_POINT (_NEW_POINT | \
|
/third_party/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_state.c | 2248 _NEW_FOG|_NEW_POINT|_NEW_TRACK_MATRIX)) { in r200ValidateState()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.1.0.rst | 3499 - 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
|