063e2e8ed8
When sample shading, we need gl_SampleMaskIn = SampleCoverage & (PsIterMask << gl_SampleID); Add a new shader arg, ps_iter_mask, to pass PsIterMask to ps. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23265>