Home
last modified time | relevance | path

Searched refs:StippleFlag (Results 1 – 25 of 31) sorted by relevance

12

/external/mesa3d/src/mesa/swrast/
Ds_lines.c129 if (ctx->Line.StippleFlag) { \
148 if (ctx->Line.StippleFlag) { \
246 || ctx->Line.StippleFlag) { in _swrast_choose_line()
Ds_aalinetemp.h194 if (ctx->Line.StippleFlag) { in NAME()
Ds_span.c660 ASSERT(ctx->Polygon.StippleFlag); in stipple_polygon_span()
1195 if (ctx->Polygon.StippleFlag && span->primitive == GL_POLYGON) { in _swrast_write_rgba_span()
/external/mesa3d/src/mesa/tnl_dd/
Dt_dd_dmatmp2.h141 if ((flags & PRIM_BEGIN) && ctx->Line.StippleFlag) { in TAG()
148 if ((flags & PRIM_END) && ctx->Line.StippleFlag) in TAG()
164 if ((flags & PRIM_BEGIN) && ctx->Line.StippleFlag) in TAG()
211 if (ctx->Line.StippleFlag) in TAG()
580 if ((flags & PRIM_BEGIN) && ctx->Line.StippleFlag) { in TAG()
600 if ((flags & PRIM_END) && ctx->Line.StippleFlag) in TAG()
621 if ((flags & PRIM_BEGIN) && ctx->Line.StippleFlag) in TAG()
664 if ((flags & PRIM_BEGIN) && ctx->Line.StippleFlag) in TAG()
Dt_dd_dmatmp.h1200 ok = HAVE_LINES && !ctx->Line.StippleFlag; in TAG()
1203 ok = HAVE_LINE_STRIPS && !ctx->Line.StippleFlag; in TAG()
1206 ok = HAVE_LINE_STRIPS && !ctx->Line.StippleFlag; in TAG()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen6_wm_state.c170 if (ctx->Line.StippleFlag) in upload_wm_state()
174 if (ctx->Polygon.StippleFlag) in upload_wm_state()
Dgen7_wm_state.c53 if (ctx->Line.StippleFlag) in upload_wm_state()
57 if (ctx->Polygon.StippleFlag) in upload_wm_state()
Dbrw_wm_state.c201 wm->wm5.polygon_stipple = ctx->Polygon.StippleFlag; in brw_upload_wm_unit()
219 wm->wm5.line_stipple = ctx->Line.StippleFlag; in brw_upload_wm_unit()
Dbrw_misc_state.c617 if (!ctx->Polygon.StippleFlag) in upload_polygon_stipple()
665 if (!ctx->Polygon.StippleFlag) in upload_polygon_stipple_offset()
740 if (!ctx->Line.StippleFlag) in upload_line_stipple()
Dgen7_sf_state.c261 if (ctx->Line.StippleFlag && intel->is_haswell) { in upload_sf_state()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c155 if (ctx->Polygon.StippleFlag) in update_raster_state()
227 raster->line_stipple_enable = ctx->Line.StippleFlag; in update_raster_state()
/external/mesa3d/src/mesa/main/
Dlines.c130 ctx->Line.StippleFlag = GL_FALSE; in _mesa_init_line()
Denable.c422 if (ctx->Line.StippleFlag == state) in _mesa_set_enable()
425 ctx->Line.StippleFlag = state; in _mesa_set_enable()
617 if (ctx->Polygon.StippleFlag == state) in _mesa_set_enable()
620 ctx->Polygon.StippleFlag = state; in _mesa_set_enable()
1297 return ctx->Line.StippleFlag; in _mesa_IsEnabled()
1393 return ctx->Polygon.StippleFlag; in _mesa_IsEnabled()
Dstate.c411 if (ctx->Line.StippleFlag)
421 if (ctx->Polygon.StippleFlag)
Dattrib.c279 attr->LineStipple = ctx->Line.StippleFlag; in _mesa_PushAttrib()
310 attr->PolygonStipple = ctx->Polygon.StippleFlag; in _mesa_PushAttrib()
529 TEST_AND_UPDATE(ctx->Line.StippleFlag, enable->LineStipple, in pop_enable_group()
597 TEST_AND_UPDATE(ctx->Polygon.StippleFlag, enable->PolygonStipple, in pop_enable_group()
1124 _mesa_set_enable(ctx, GL_LINE_STIPPLE, line->StippleFlag); in _mesa_PopAttrib()
1184 _mesa_set_enable(ctx, GL_POLYGON_STIPPLE, polygon->StippleFlag); in _mesa_PopAttrib()
Dpolygon.c326 ctx->Polygon.StippleFlag = GL_FALSE; in _mesa_init_polygon()
Dmtypes.h970 GLboolean StippleFlag; /**< GL_LINE_STIPPLE enabled? */ member
1090 GLboolean StippleFlag; /**< True if GL_POLYGON_STIPPLE is enabled */ member
/external/mesa3d/src/mesa/tnl/
Dt_vb_render.c127 const GLboolean stipple = ctx->Line.StippleFlag; \
215 const GLboolean stipple = ctx->Line.StippleFlag; \
/external/mesa3d/src/mesa/drivers/x11/
Dxm_line.c461 if (ctx->Line.StippleFlag) return (swrast_line_func) NULL; in get_line_func()
518 && !ctx->Line.StippleFlag in get_line_func()
Dxm_tri.c1034 && ctx->Polygon.StippleFlag==GL_FALSE) { in get_triangle_func()
1061 && ctx->Polygon.StippleFlag==GL_FALSE) { in get_triangle_func()
1085 && ctx->Polygon.StippleFlag==GL_FALSE) { in get_triangle_func()
1110 && ctx->Polygon.StippleFlag==GL_FALSE) { in get_triangle_func()
/external/mesa3d/src/mesa/drivers/osmesa/
Dosmesa.c202 if (ctx->Line.StippleFlag) return NULL; in osmesa_choose_line_function()
300 if (ctx->Polygon.StippleFlag) return (swrast_tri_func) NULL; in osmesa_choose_triangle_function()
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c269 ctx->Driver.Enable(ctx, GL_POLYGON_STIPPLE, ctx->Polygon.StippleFlag); in _mesa_init_driver_state()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_vtbl.c79 if (intel->ctx.Polygon.StippleFlag && intel->hw_stipple) in i915_reduced_primitive_state()
Di830_vtbl.c217 if (intel->ctx.Polygon.StippleFlag && intel->hw_stipple) in i830_reduced_primitive_state()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_swtcl.c671 const GLboolean stipple = ctx->Line.StippleFlag; \

12