glsl-es-3.10: regression checking for load_shared support on the nir scheduler
Recently we added support for load_shared scheduling on nir_schedule. This needs to be done careful as it needs to take into account any store_shared done between the load_shared position and the new one.
This test was used to verify that the support was correct during development.