Searched refs:old_blend (Results 1 – 1 of 1) sorted by relevance
731 struct si_state_blend *old_blend = sctx->queued.named.blend; in si_bind_blend_state() local739 if (old_blend->cb_target_mask != blend->cb_target_mask || in si_bind_blend_state()740 old_blend->dual_src_blend != blend->dual_src_blend || in si_bind_blend_state()741 (old_blend->dcc_msaa_corruption_4bit != blend->dcc_msaa_corruption_4bit && in si_bind_blend_state()746 old_blend->blend_enable_4bit != blend->blend_enable_4bit) in si_bind_blend_state()749 if (old_blend->cb_target_mask != blend->cb_target_mask || in si_bind_blend_state()750 old_blend->alpha_to_coverage != blend->alpha_to_coverage || in si_bind_blend_state()751 old_blend->alpha_to_one != blend->alpha_to_one || in si_bind_blend_state()752 old_blend->dual_src_blend != blend->dual_src_blend || in si_bind_blend_state()753 old_blend->blend_enable_4bit != blend->blend_enable_4bit || in si_bind_blend_state()[all …]