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.c190 sf->sf6.scissor = 1; in upload_sf_unit()
207 sf->sf6.cull_mode = BRW_CULLMODE_FRONT; in upload_sf_unit()
210 sf->sf6.cull_mode = BRW_CULLMODE_BACK; in upload_sf_unit()
213 sf->sf6.cull_mode = BRW_CULLMODE_BOTH; in upload_sf_unit()
216 sf->sf6.cull_mode = BRW_CULLMODE_NONE; in upload_sf_unit()
223 sf->sf6.line_width = in upload_sf_unit()
226 sf->sf6.line_endcap_aa_region_width = 1; in upload_sf_unit()
228 sf->sf6.aa_enable = 1; in upload_sf_unit()
229 else if (sf->sf6.line_width <= 0x2) in upload_sf_unit()
230 sf->sf6.line_width = 0; in upload_sf_unit()
[all …]
Dbrw_structs.h416 } sf6; member