Searched refs:old_blend (Results 1 – 1 of 1) sorted by relevance
667 struct si_state_blend *old_blend = sctx->queued.named.blend; in si_bind_blend_state() local675 if (!old_blend || in si_bind_blend_state()676 old_blend->cb_target_mask != blend->cb_target_mask || in si_bind_blend_state()677 old_blend->dual_src_blend != blend->dual_src_blend || in si_bind_blend_state()678 (old_blend->blend_enable_4bit != blend->blend_enable_4bit && in si_bind_blend_state()683 if (!old_blend || in si_bind_blend_state()684 old_blend->cb_target_mask != blend->cb_target_mask || in si_bind_blend_state()685 old_blend->alpha_to_coverage != blend->alpha_to_coverage || in si_bind_blend_state()686 old_blend->alpha_to_one != blend->alpha_to_one || in si_bind_blend_state()687 old_blend->dual_src_blend != blend->dual_src_blend || in si_bind_blend_state()[all …]