Home
last modified time | relevance | path

Searched refs:S_028808_MODE (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c858 cb_color_control |= S_028808_MODE(V_028808_CB_NORMAL); in radv_pipeline_init_blend_state()
860 cb_color_control |= S_028808_MODE(V_028808_CB_DISABLE); in radv_pipeline_init_blend_state()
6880 pipeline->cb_color_control |= S_028808_MODE(extra->custom_blend_mode); in radv_pipeline_init_extra()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c619 color_control |= S_028808_MODE(mode); in si_create_blend_state_mode()
621 color_control |= S_028808_MODE(V_028808_CB_DISABLE); in si_create_blend_state_mode()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Devergreen_state.c358 color_control |= S_028808_MODE(mode); in evergreen_create_blend_state_mode()
360 color_control |= S_028808_MODE(V_028808_CB_DISABLE); in evergreen_create_blend_state_mode()
H A Devergreend.h709 #define S_028808_MODE(x) (((unsigned)(x) & 0x7) << 4) macro

Completed in 39 milliseconds