Searched refs:S_028780_COLOR_SRCBLEND (Results 1 – 4 of 4) sorted by relevance
607 #define S_028780_COLOR_SRCBLEND(x) (((x) & 0x1F) << 0) macro
745 blend_cntl[i] |= S_028780_COLOR_SRCBLEND(r600_translate_blend_factor(srcRGB)); in evergreen_create_blend_state_mode()
180 blend_cntl |= S_028780_COLOR_SRCBLEND(si_translate_blend_factor(srcRGB)); in si_create_blend_state()
5526 #define S_028780_COLOR_SRCBLEND(x) (((x) & 0x1F) << 0) macro