Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Devergreend.h2251 #define S_028A48_MSAA_ENABLE(x) (((unsigned)(x) & 0x1) << 0) macro
Devergreen_state.c544 S_028A48_MSAA_ENABLE(state->multisample) | in evergreen_create_rs_state()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c1050 S_028A48_MSAA_ENABLE(state->multisample || state->poly_smooth || state->line_smooth) | in si_create_rs_state()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c1166 ms->pa_sc_mode_cntl_0 |= S_028A48_MSAA_ENABLE(1); in radv_pipeline_init_multisample_state()