Home
last modified time | relevance | path

Searched refs:sf6 (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_sf_state.c200 sf->sf6.scissor = 1; in upload_sf_unit()
217 sf->sf6.cull_mode = BRW_CULLMODE_FRONT; in upload_sf_unit()
220 sf->sf6.cull_mode = BRW_CULLMODE_BACK; in upload_sf_unit()
223 sf->sf6.cull_mode = BRW_CULLMODE_BOTH; in upload_sf_unit()
226 sf->sf6.cull_mode = BRW_CULLMODE_NONE; in upload_sf_unit()
235 sf->sf6.line_width = CLAMP(ctx->Line.Width, 1.0, 5.0) * (1<<1); in upload_sf_unit()
237 sf->sf6.line_endcap_aa_region_width = 1; in upload_sf_unit()
239 sf->sf6.aa_enable = 1; in upload_sf_unit()
240 else if (sf->sf6.line_width <= 0x2) in upload_sf_unit()
241 sf->sf6.line_width = 0; in upload_sf_unit()
[all …]
Dbrw_structs.h442 } sf6; member