Searched refs:poly_line_smoothing (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.h373 unsigned poly_line_smoothing:1; member in struct:si_ps_epilog_bits
H A Dsi_state_shaders.c1039 key->part.ps.epilog.poly_line_smoothing = ((is_poly && rs->poly_smooth) ||
2505 if (sctx->smoothing_enabled != sctx->ps_shader.current->key.part.ps.epilog.poly_line_smoothing) {
2506 sctx->smoothing_enabled = sctx->ps_shader.current->key.part.ps.epilog.poly_line_smoothing;
H A Dsi_shader.c3113 if (ctx->shader->key.part.ps.epilog.poly_line_smoothing)
6695 fprintf(f, " part.ps.epilog.poly_line_smoothing = %u\n", key->part.ps.epilog.poly_line_smoothing);
8558 if (!shader->key.part.ps.epilog.poly_line_smoothing &&

Completed in 120 milliseconds