Searched refs:S_028804_COLOR_SRCBLEND (Results 1 – 2 of 2) sorted by relevance
762 bc |= S_028804_COLOR_SRCBLEND(r600_translate_blend_factor(srcRGB)); in r600_create_blend_state_mode()
576 #define S_028804_COLOR_SRCBLEND(x) (((x) & 0x1F) << 0) macro