mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
f732cd5b7e9ce899341444cb7f984326fea23696
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>
Description
Languages
C++
84.5%
C
14.7%
CMake
0.5%
Python
0.3%