Remove invalid SPIR-V image decoration tests (#22) (#958)

The Volatile, Coherent, NonWritable and NonReadable decorations can
only be applied to images if they are storage images, which require
the Shader capability.

Note that in SPIR-V 1.4 and later, the NonWritable decoration can
also be applied to objects in the Private and Function storage classes
(although Private also requires the Shader capability), but this was
not covered by the existing test for the NonWritable decoration.

Signed-off-by: Stuart Brady <stuart.brady@arm.com>
This commit is contained in:
Stuart Brady
2020-09-25 14:57:41 +01:00
committed by GitHub
parent bd86e2aa9b
commit f732cd5b7e
17 changed files with 0 additions and 838 deletions