Home | History | Annotate | Download | only in llvmpipe

Lines Matching refs:rast

45 clear_flags(struct pipe_rasterizer_state *rast)
47 rast->light_twoside = 0;
48 rast->offset_tri = 0;
55 const struct pipe_rasterizer_state *rast)
66 memcpy(&state->draw_state, rast, sizeof *rast);
67 memcpy(&state->lp_state, rast, sizeof *rast);
75 need_pipeline = (rast->fill_front != PIPE_POLYGON_MODE_FILL ||
76 rast->fill_back != PIPE_POLYGON_MODE_FILL ||
77 rast->point_smooth ||
78 rast->line_smooth ||
79 rast->line_stipple_enable ||
80 rast->poly_stipple_enable);