Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Devergreen_state.c720 color_control |= S_028808_MODE(mode); in evergreen_create_blend_state_mode()
722 color_control |= S_028808_MODE(V_028808_CB_DISABLE); in evergreen_create_blend_state_mode()
Devergreend.h472 #define S_028808_MODE(x) (((x) & 0x7) << 4) macro
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c145 color_control = S_028808_MODE(V_028808_CB_NORMAL); in si_create_blend_state()
Dsid.h5735 #define S_028808_MODE(x) (((x) & 0x07) << 4) macro