Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c1134 ms->pa_sc_mode_cntl_1 = in radv_pipeline_init_multisample_state()
1176 ms->pa_sc_mode_cntl_1 |= S_028A4C_PS_ITER_SAMPLE(ps_iter_samples > 1); in radv_pipeline_init_multisample_state()
1210 if (!G_028A4C_PS_ITER_SAMPLE(ms->pa_sc_mode_cntl_1)) in gfx103_pipeline_init_vrs_state()
1211 ms->pa_sc_mode_cntl_1 |= S_028A4C_PS_ITER_SAMPLE(1); in gfx103_pipeline_init_vrs_state()
5606 radeon_emit(ctx_cs, ms->pa_sc_mode_cntl_1); in radv_pipeline_emit_multisample_state()
H A Dradv_cmd_buffer.c2930 uint32_t pa_sc_mode_cntl_1 = pipeline ? pipeline->ms.pa_sc_mode_cntl_1 : 0; in radv_set_db_count_control() local
2935 if (G_028A4C_OUT_OF_ORDER_PRIMITIVE_ENABLE(pa_sc_mode_cntl_1) && in radv_set_db_count_control()
2942 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()
2961 if (G_028A4C_OUT_OF_ORDER_PRIMITIVE_ENABLE(pa_sc_mode_cntl_1) && in radv_set_db_count_control()
2968 pa_sc_mode_cntl_1 &= C_028A4C_OUT_OF_ORDER_PRIMITIVE_ENABLE; in radv_set_db_count_control()
2970 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()
H A Dradv_private.h1894 uint32_t pa_sc_mode_cntl_1;

Completed in 28 milliseconds