Skip to content

ac/llvm: use set.inactive for dual source blends

Dual source blends use DPP which enables strict WQM mode.

We need to use set.inactive to avoid the WQM mode to leak in the rest of the shader.

The _ac_build_dual_src_blend_swizzle changes deal with PS epilog, and the nir_intrinsic_quad_swizzle_amd one deals with monolithic PS.

Merge request reports