Searched refs:_NEW_POLYGON (Results 1 – 25 of 30) sorted by relevance
12
/external/mesa3d/src/mesa/main/ |
D | polygon.c | 70 FLUSH_VERTICES(ctx, _NEW_POLYGON); in _mesa_CullFace() 106 FLUSH_VERTICES(ctx, _NEW_POLYGON); in _mesa_FrontFace() 152 FLUSH_VERTICES(ctx, _NEW_POLYGON); in _mesa_PolygonMode() 159 FLUSH_VERTICES(ctx, _NEW_POLYGON); in _mesa_PolygonMode() 170 FLUSH_VERTICES(ctx, _NEW_POLYGON); in _mesa_PolygonMode() 284 FLUSH_VERTICES(ctx, _NEW_POLYGON); in _mesa_PolygonOffset()
|
D | enable.c | 348 FLUSH_VERTICES(ctx, _NEW_POLYGON); in _mesa_set_enable() 610 FLUSH_VERTICES(ctx, _NEW_POLYGON); in _mesa_set_enable() 619 FLUSH_VERTICES(ctx, _NEW_POLYGON); in _mesa_set_enable() 628 FLUSH_VERTICES(ctx, _NEW_POLYGON); in _mesa_set_enable() 636 FLUSH_VERTICES(ctx, _NEW_POLYGON); in _mesa_set_enable() 642 FLUSH_VERTICES(ctx, _NEW_POLYGON); in _mesa_set_enable()
|
D | state.c | 501 if (new_state & _NEW_POLYGON) in _mesa_update_state_locked() 535 if (new_state & (_NEW_POINT | _NEW_LINE | _NEW_POLYGON | _NEW_LIGHT in _mesa_update_state_locked()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_tris.h | 38 _NEW_POLYGON | \
|
D | i915_context.c | 73 if (new_state & (_NEW_STENCIL | _NEW_BUFFERS | _NEW_POLYGON)) in i915InvalidateState()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen7_clip_state.c | 116 _NEW_POLYGON |
|
D | brw_vtbl.c | 144 intel->NewGLState |= _NEW_POLYGON; in brw_update_draw_buffer()
|
D | brw_sf.c | 216 .mesa = (_NEW_HINT | _NEW_LIGHT | _NEW_POLYGON | _NEW_POINT |
|
D | gen7_wm_state.c | 102 .mesa = (_NEW_LINE | _NEW_POLYGON |
|
D | gen6_wm_state.c | 235 _NEW_POLYGON |
|
D | brw_clip.c | 259 _NEW_POLYGON |
|
D | brw_misc_state.c | 647 _NEW_POLYGON), 692 _NEW_POLYGON),
|
D | gen7_sf_state.c | 308 _NEW_POLYGON |
|
D | gen6_sf_state.c | 356 _NEW_POLYGON |
|
D | brw_wm_state.c | 251 .mesa = (_NEW_POLYGON |
|
D | brw_sf_state.c | 318 .mesa = (_NEW_POLYGON |
|
D | brw_state_upload.c | 340 DEFINE_BIT(_NEW_POLYGON),
|
D | brw_vs.c | 447 .mesa = (_NEW_TRANSFORM | _NEW_POLYGON | _NEW_POINT | _NEW_LIGHT |
|
D | brw_wm.c | 646 _NEW_POLYGON |
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_shader.c | 166 _NEW_POLYGON, /* mesa */
|
D | st_atom_rasterizer.c | 264 _NEW_POLYGON |
|
/external/mesa3d/src/mesa/swrast/ |
D | s_context.c | 302 _NEW_POLYGON ) 308 _NEW_POLYGON| \ 558 if (swrast->NewState & _NEW_POLYGON) in _swrast_validate_derived()
|
/external/mesa3d/src/mesa/swrast_setup/ |
D | ss_context.c | 43 #define _SWSETUP_NEW_RENDERINDEX (_NEW_POLYGON|_NEW_LIGHT|_NEW_PROGRAM)
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_common.c | 303 ctx->NewState |= _NEW_POLYGON; in radeon_draw_buffer() 349 ctx->NewState |= _NEW_POLYGON; in radeon_draw_buffer()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_common.c | 303 ctx->NewState |= _NEW_POLYGON; in radeon_draw_buffer() 349 ctx->NewState |= _NEW_POLYGON; in radeon_draw_buffer()
|
12