Searched refs:pa_sc_mode_cntl_1 (Results 1 – 3 of 3) sorted by relevance
1094 ms->pa_sc_mode_cntl_1 = in radv_pipeline_init_multisample_state()1142 ms->pa_sc_mode_cntl_1 |= S_028A4C_PS_ITER_SAMPLE(ps_iter_samples > 1); in radv_pipeline_init_multisample_state()1182 if (!G_028A4C_PS_ITER_SAMPLE(ms->pa_sc_mode_cntl_1)) in gfx103_pipeline_init_vrs_state()1183 ms->pa_sc_mode_cntl_1 |= S_028A4C_PS_ITER_SAMPLE(1); in gfx103_pipeline_init_vrs_state()4357 radeon_emit(ctx_cs, ms->pa_sc_mode_cntl_1); in radv_pipeline_generate_multisample_state()
2613 uint32_t pa_sc_mode_cntl_1 = pipeline ? pipeline->graphics.ms.pa_sc_mode_cntl_1 : 0; in radv_set_db_count_control() local2618 if (G_028A4C_OUT_OF_ORDER_PRIMITIVE_ENABLE(pa_sc_mode_cntl_1) && in radv_set_db_count_control()2625 radeon_set_context_reg(cmd_buffer->cs, R_028A4C_PA_SC_MODE_CNTL_1, pa_sc_mode_cntl_1); in radv_set_db_count_control()2644 if (G_028A4C_OUT_OF_ORDER_PRIMITIVE_ENABLE(pa_sc_mode_cntl_1) && in radv_set_db_count_control()2651 pa_sc_mode_cntl_1 &= C_028A4C_OUT_OF_ORDER_PRIMITIVE_ENABLE; in radv_set_db_count_control()2653 radeon_set_context_reg(cmd_buffer->cs, R_028A4C_PA_SC_MODE_CNTL_1, pa_sc_mode_cntl_1); in radv_set_db_count_control()
1715 uint32_t pa_sc_mode_cntl_1; member