panfrost: Force late pixel kill when depth/stencil is written from the FS
If we don't do that, pixels might be killed early thus preventing the fragment shader from being called and updating the depth/stencil value.
Signed-off-by: Boris Brezillon boris.brezillon@collabora.com