Home
last modified time | relevance | path

Searched refs:db_eqaa (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/docs/relnotes/
D22.2.3.rst128 - radeonsi: update db_eqaa even if msaa is disabled
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c3753 unsigned db_eqaa = S_028804_HIGH_QUALITY_INTERSECTIONS(1) | S_028804_INCOHERENT_EQAA_READS(1) | in si_emit_msaa_config() local
3842 db_eqaa |= S_028804_MAX_ANCHOR_SAMPLES(log_z_samples) | in si_emit_msaa_config()
3848 db_eqaa |= S_028804_OVERRASTERIZATION_AMOUNT(log_samples); in si_emit_msaa_config()
3858 radeon_opt_set_context_reg(sctx, R_028804_DB_EQAA, SI_TRACKED_DB_EQAA, db_eqaa); in si_emit_msaa_config()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c1123 ms->db_eqaa = S_028804_HIGH_QUALITY_INTERSECTIONS(1) | S_028804_INCOHERENT_EQAA_READS(1) | in radv_pipeline_init_multisample_state()
1130 ms->db_eqaa |= in radv_pipeline_init_multisample_state()
1167 ms->db_eqaa |= S_028804_MAX_ANCHOR_SAMPLES(log_z_samples) | in radv_pipeline_init_multisample_state()
5300 unsigned ps_iter_samples = 1u << G_028804_PS_ITER_SAMPLES(pipeline->ms.db_eqaa); in radv_gfx9_compute_bin_size()
5601 radeon_set_context_reg(ctx_cs, R_028804_DB_EQAA, ms->db_eqaa); in radv_pipeline_emit_multisample_state()
Dradv_private.h1892 uint32_t db_eqaa; member