tests: add EXT_shader_image_load_store tests
(this is !94 (closed) again)
The ARB_shader_image_load_store test suite is quite complete so these tests are limited to the main differences of behavior between the 2 spec:
- "size" layout qualifiers (instead of "format")
- BindImageTextureEXT specific errors
- atomicIncWrap / atomicDecWrap glsl functions
Reviewed-by: Marek Olšák <marek.olsak@amd.com>