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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.h451 unsigned poly_line_smoothing:1; member in struct:si_ps_epilog_bits
H A Dsi_state_shaders.c1610 key->part.ps.epilog.poly_line_smoothing = ((is_poly && rs->poly_smooth) ||
3482 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;
H A Dsi_shader.c3709 if (ctx->shader->key.part.ps.epilog.poly_line_smoothing)
5849 fprintf(f, " part.ps.epilog.poly_line_smoothing = %u\n", key->part.ps.epilog.poly_line_smoothing);
7909 if (!shader->key.part.ps.epilog.poly_line_smoothing &&
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.h573 unsigned poly_line_smoothing : 1; member in struct:si_ps_epilog_bits
H A Dsi_shader.c1238 fprintf(f, " part.ps.epilog.poly_line_smoothing = %u\n",
1239 key->part.ps.epilog.poly_line_smoothing);
1948 if (!shader->key.part.ps.epilog.poly_line_smoothing && !shader->selector->info.reads_samplemask)
H A Dsi_state_draw.cpp267 sctx->shader.ps.current->key.part.ps.epilog.poly_line_smoothing) {
268 sctx->smoothing_enabled = sctx->shader.ps.current->key.part.ps.epilog.poly_line_smoothing;
H A Dsi_shader_llvm_ps.c427 if (ctx->shader->key.part.ps.epilog.poly_line_smoothing)
H A Dsi_state_shaders.c2073 key->part.ps.epilog.poly_line_smoothing =

Completed in 32 milliseconds