panfrost: allow_forward_to_be_killed is too conservative
I think this should be set when the fragment shader has a side effect on /global/ state, not just depth/buffer changes. So setting to sidefx
is too conservative, it should just be write_memory
.. probably.