Searched refs:line_stipple (Results 1 – 9 of 9) sorted by relevance
72 if (rasterizer->line_stipple_enable && draw->pipeline.line_stipple) in draw_need_pipeline()204 if (rast->line_stipple_enable && draw->pipeline.line_stipple) { in validate_pipeline()
139 boolean line_stipple; /**< do line stipple? */ member
71 draw->pipeline.line_stipple = TRUE; in draw_pipeline_init()
511 draw->pipeline.line_stipple = enable; in draw_enable_line_stipple()
364 struct ilo_state_line_stipple line_stipple; member
767 gen6_3DSTATE_LINE_STIPPLE(r->builder, &vec->line_stipple); in gen6_draw_wm_raster()
1202 ilo_state_line_stipple_set_info(&vec->line_stipple, dev, &info); in ilo_bind_rasterizer_state()
218 wm->wm5.line_stipple = ctx->Line.StippleFlag; in brw_upload_wm_unit()
551 unsigned line_stipple:1; member