Lines Matching refs:rasterizer
875 const struct pipe_rasterizer_state *rasterizer)
879 cso->templ = *rasterizer;
880 cso->light_twoside = rasterizer->light_twoside;
882 cso->ds[1].f = rasterizer->offset_scale;
883 if (rasterizer->poly_stipple_enable) {
887 if (rasterizer->scissor)
892 switch (rasterizer->cull_face) {
897 if (rasterizer->front_ccw)
903 if (rasterizer->front_ccw)
914 int line_width = CLAMP((int)(rasterizer->line_width * 2), 1, 0xf);
918 if (rasterizer->line_smooth)
923 int point_size = CLAMP((int)rasterizer->point_size, 1, 0xff);
928 if (rasterizer->flatshade) {
933 if (!rasterizer->flatshade_first)
936 cso->LIS7 = fui(rasterizer->offset_units);
946 if (i915->rasterizer == raster)
949 i915->rasterizer = (struct i915_rasterizer_state *)raster;
953 i915->draw, (i915->rasterizer ? &(i915->rasterizer->templ) : NULL),