v3dv: disable early Z writes if Z writes are disabled
I saw this while inspecting CL dumps from the UE Shooter demo, where they disable Z writes for occlusion queries. The hardware is probably doing this internally, but it doesn't hurt to do this explicitly and make CL traces consistent with intended behavior.