Searched refs:_NEW_POLYGON (Results 1 – 22 of 22) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | polygon.c | 65 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in cull_face() 116 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in front_face() 189 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in polygon_mode() 196 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in polygon_mode() 208 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in polygon_mode() 310 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in _mesa_polygon_offset_clamp()
|
D | enable.c | 485 ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in _mesa_set_enable() 787 ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in _mesa_set_enable() 797 ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in _mesa_set_enable() 807 ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in _mesa_set_enable() 817 ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in _mesa_set_enable() 825 ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in _mesa_set_enable()
|
D | debug.c | 90 (state & _NEW_POLYGON) ? "ctx->Polygon, " : "", in _mesa_print_state()
|
D | viewport.c | 533 ctx->NewState |= _NEW_POLYGON; in clip_control()
|
D | mtypes.h | 4547 #define _NEW_POLYGON (1u << 12) /**< gl_context::Polygon */ macro
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_tris.h | 38 _NEW_POLYGON | \
|
D | i915_context.c | 80 if (new_state & (_NEW_STENCIL | _NEW_BUFFERS | _NEW_POLYGON)) in i915InvalidateState()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_sf.c | 83 _NEW_POLYGON | in brw_upload_sf_prog()
|
D | brw_clip.c | 79 _NEW_POLYGON | in brw_upload_clip_prog()
|
D | brw_vs.c | 238 _NEW_POLYGON | in brw_vs_state_dirty()
|
D | genX_state_upload.c | 131 .mesa = _NEW_POLYGON | 169 _NEW_POLYGON, 845 .mesa = _NEW_POLYGON, 1491 _NEW_POLYGON | 1738 (GEN_GEN <= 7 ? _NEW_BUFFERS | _NEW_POLYGON : 0) | 2066 _NEW_POLYGON | 3551 _NEW_POLYGON | 4647 _NEW_POLYGON |
|
D | brw_state_upload.c | 411 DEFINE_BIT(_NEW_POLYGON),
|
D | brw_wm.c | 375 _NEW_POLYGON | in brw_wm_state_dirty()
|
D | brw_context.c | 208 if (new_state & _NEW_POLYGON) in intel_update_state()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_context.c | 296 _NEW_POLYGON ) 302 _NEW_POLYGON| \ 553 if (swrast->NewState & _NEW_POLYGON) in _swrast_validate_derived()
|
/external/mesa3d/src/mesa/swrast_setup/ |
D | ss_context.c | 44 #define _SWSETUP_NEW_RENDERINDEX (_NEW_POLYGON|_NEW_LIGHT|_NEW_PROGRAM)
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_common.c | 279 ctx->NewState |= _NEW_POLYGON; in radeon_draw_buffer() 313 ctx->NewState |= _NEW_POLYGON; in radeon_draw_buffer()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_common.c | 279 ctx->NewState |= _NEW_POLYGON; in radeon_draw_buffer() 313 ctx->NewState |= _NEW_POLYGON; in radeon_draw_buffer()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vertex.c | 290 if (new_state & (_NEW_LIGHT | _NEW_POLYGON) ) { in _tnl_invalidate_vertex_state()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_dd.c | 889 #define XMESA_NEW_TRIANGLE (_NEW_POLYGON | \
|
/external/mesa3d/docs/relnotes/ |
D | 7.11.1.rst | 194 - i965: Add missing \_NEW_POLYGON flag to polygon stipple upload.
|
D | 7.10.rst | 2899 - i965: upload WM state for \_NEW_POLYGON on sandybridge
|