Searched refs:smoothing_enabled (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_pipe.h1085 bool smoothing_enabled; member in struct:si_context
2007 /* Note that smoothing_enabled is set by si_update_shaders. */
2008 if (sctx->smoothing_enabled)
H A Dsi_state_draw.cpp266 if (sctx->smoothing_enabled !=
268 sctx->smoothing_enabled = sctx->shader.ps.current->key.part.ps.epilog.poly_line_smoothing;
271 /* NGG cull state uses smoothing_enabled. */
H A Dsi_state.c1508 if (sctx->chip_class == GFX6 && sctx->smoothing_enabled) {
3419 if (nr_samples <= 1 && sctx->smoothing_enabled)
3642 } else if (sctx->smoothing_enabled) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_pipe.h948 bool smoothing_enabled; member in struct:si_context
H A Dsi_state.c1437 if (sctx->chip_class == SI && sctx->smoothing_enabled) {
3295 if (nr_samples <= 1 && sctx->smoothing_enabled)
3483 } else if (sctx->smoothing_enabled) {
3524 } else if (sctx->smoothing_enabled) {
H A Dsi_state_shaders.c3482 if (sctx->smoothing_enabled != sctx->ps_shader.current->key.part.ps.epilog.poly_line_smoothing) {
3483 sctx->smoothing_enabled = sctx->ps_shader.current->key.part.ps.epilog.poly_line_smoothing;

Completed in 29 milliseconds