Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.c2424 uint32_t pa_sc_mode_cntl_1 = in radv_set_db_count_control() local
2425 pipeline ? pipeline->graphics.ms.pa_sc_mode_cntl_1 : 0; in radv_set_db_count_control()
2430 if (G_028A4C_OUT_OF_ORDER_PRIMITIVE_ENABLE(pa_sc_mode_cntl_1) && in radv_set_db_count_control()
2440 pa_sc_mode_cntl_1); in radv_set_db_count_control()
2461 if (G_028A4C_OUT_OF_ORDER_PRIMITIVE_ENABLE(pa_sc_mode_cntl_1) && in radv_set_db_count_control()
2469 pa_sc_mode_cntl_1 &= C_028A4C_OUT_OF_ORDER_PRIMITIVE_ENABLE; in radv_set_db_count_control()
2473 pa_sc_mode_cntl_1); in radv_set_db_count_control()
Dradv_pipeline.c1156 ms->pa_sc_mode_cntl_1 = in radv_pipeline_init_multisample_state()
1204 ms->pa_sc_mode_cntl_1 |= S_028A4C_PS_ITER_SAMPLE(ps_iter_samples > 1); in radv_pipeline_init_multisample_state()
4137 radeon_set_context_reg(ctx_cs, R_028A4C_PA_SC_MODE_CNTL_1, ms->pa_sc_mode_cntl_1); in radv_pipeline_generate_multisample_state()
Dradv_private.h1691 uint32_t pa_sc_mode_cntl_1; member