SBBOs are not decorated correctly
With the lastest mesa the test dEQP-GLES31.functional.synchronization.in_invocation.ssbo_alias_overwrite
starts to fail because the ssbo access optimization has become more aggressive. It seems that reads are optimized away because the buffers are not marked as coherent (unlike in the original test shader).