freedreno/a6xx: Use LATE_Z with OC + discard
What does this MR do and why?
freedreno/a6xx: Use LATE_Z with OC + discard
If occlusion query is used, and the FS discards samples, we need to use
LATE_Z in order to get the sample count after the FS.
Signed-off-by: Rob Clark <robdclark@chromium.org>