Searched refs:poly_smooth (Results 1 – 13 of 13) sorted by relevance
190 raster->poly_smooth = !multisample && ctx->Polygon.SmoothFlag; in st_update_rasterizer()
107 unsigned poly_smooth:1; member
365 if (templ->poly_smooth) { in svga_create_rasterizer_state()
92 unsigned poly_smooth : 1; member
934 rs->poly_smooth = state->poly_smooth; in si_create_rs_state()1021 S_028A48_MSAA_ENABLE(state->multisample || state->poly_smooth || state->line_smooth) | in si_create_rs_state()1141 old_rs->poly_smooth != rs->poly_smooth || old_rs->line_smooth != rs->line_smooth || in si_bind_rs_state()1153 old_rs->poly_smooth != rs->poly_smooth || in si_bind_rs_state()
2074 ((is_poly && rs->poly_smooth) || (is_line && rs->line_smooth)) && in si_ps_key_update_primtype_shader_rasterizer_framebuffer()3370 (rs->line_smooth || rs->poly_smooth || rs->poly_stipple_enable || in si_update_vrs_flat_shading()
160 SB_DATA (so, cso->poly_smooth); in nv30_rasterizer_state_create()
128 trace_dump_member(bool, state, poly_smooth); in trace_dump_rasterizer_state()
118 poly_smooth
353 util_dump_member(stream, bool, state, poly_smooth); in util_dump_rasterizer_state()
284 SB_DATA (so, cso->poly_smooth); in nv50_rasterizer_state_create()
277 SB_IMMED_3D(so, POLYGON_SMOOTH_ENABLE, cso->poly_smooth); in nvc0_rasterizer_state_create()
448 VIRGL_OBJ_RS_S0_POLY_SMOOTH(state->poly_smooth) | in virgl_encode_rasterizer_state()