Home | History | Annotate | Download | only in i965

Lines Matching refs:sf6

200       sf->sf6.scissor = 1;
217 sf->sf6.cull_mode = BRW_CULLMODE_FRONT;
220 sf->sf6.cull_mode = BRW_CULLMODE_BACK;
223 sf->sf6.cull_mode = BRW_CULLMODE_BOTH;
226 sf->sf6.cull_mode = BRW_CULLMODE_NONE;
235 sf->sf6.line_width = CLAMP(ctx->Line.Width, 1.0, 5.0) * (1<<1);
237 sf->sf6.line_endcap_aa_region_width = 1;
239 sf->sf6.aa_enable = 1;
240 else if (sf->sf6.line_width <= 0x2)
241 sf->sf6.line_width = 0;
246 sf->sf6.point_rast_rule = BRW_RASTRULE_UPPER_RIGHT;
268 sf->sf6.point_rast_rule = BRW_RASTRULE_LOWER_RIGHT;
298 sf->sf6.dest_org_vbias = 0x8;
299 sf->sf6.dest_org_hbias = 0x8;