Searched refs:S_028808_MODE (Results 1 – 6 of 6) sorted by relevance
661 blend->cb_color_control |= S_028808_MODE(mode); in radv_pipeline_init_blend_state()663 blend->cb_color_control |= S_028808_MODE(V_028808_CB_DISABLE); in radv_pipeline_init_blend_state()
627 color_control |= S_028808_MODE(mode); in si_create_blend_state_mode()629 color_control |= S_028808_MODE(V_028808_CB_DISABLE); in si_create_blend_state_mode()
709 #define S_028808_MODE(x) (((unsigned)(x) & 0x7) << 4) macro
351 color_control |= S_028808_MODE(mode); in evergreen_create_blend_state_mode()353 color_control |= S_028808_MODE(V_028808_CB_DISABLE); in evergreen_create_blend_state_mode()
5387 #define S_028808_MODE(x) (((unsigned)(x) & 0x07) << 4) macro
6883 #define S_028808_MODE(x) (((unsigned)(x) & 0x07) << 4) macro