Home | History | Annotate | Download | only in draw

Lines Matching refs:rasterizer

51                    const struct pipe_rasterizer_state *rasterizer,
62 rasterizer,
72 if (rasterizer->line_stipple_enable && draw->pipeline.line_stipple)
76 if (roundf(rasterizer->line_width) > draw->pipeline.wide_line_threshold)
80 if (rasterizer->line_smooth && draw->pipeline.aaline)
88 if (rasterizer->point_size > draw->pipeline.wide_point_threshold)
92 if (rasterizer->point_quad_rasterization
97 if (rasterizer->point_smooth && draw->pipeline.aapoint)
101 if (rasterizer->sprite_coord_enable && draw->pipeline.point_sprite)
106 if (rasterizer->poly_stipple_enable && draw->pipeline.pstipple)
110 if (rasterizer->fill_front != PIPE_POLYGON_MODE_FILL ||
111 rasterizer->fill_back != PIPE_POLYGON_MODE_FILL)
115 if (rasterizer->offset_point ||
116 rasterizer->offset_line ||
117 rasterizer->offset_tri)
121 if (rasterizer->light_twoside)
133 if (rasterizer->cull_mode)
152 const struct pipe_rasterizer_state *rast = draw->rasterizer;