Home
last modified time | relevance | path

Searched refs:smoothing_enabled (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.h1085 bool smoothing_enabled; member
2008 if (sctx->smoothing_enabled) in si_get_num_coverage_samples()
Dsi_state_draw.cpp266 if (sctx->smoothing_enabled != in si_update_shaders()
268 sctx->smoothing_enabled = sctx->shader.ps.current->key.part.ps.epilog.poly_line_smoothing; in si_update_shaders()
Dsi_state.c1508 if (sctx->chip_class == GFX6 && sctx->smoothing_enabled) { in si_emit_db_render_state()
3419 if (nr_samples <= 1 && sctx->smoothing_enabled) in si_emit_msaa_sample_locs()
3642 } else if (sctx->smoothing_enabled) { in si_emit_msaa_config()