[spirv][ir] Add some missing decorations.
This CL adds the `coherent` annotation to variables and function
parameters where needed. The `NonWritable` and `NonReadable` annotations
are also added to function parameters.
Change-Id: I93fdffa2c40f8bcccfa50b744ad30880d1d1e2b5
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/203294
Reviewed-by: James Price <jrprice@google.com>
Commit-Queue: dan sinclair <dsinclair@chromium.org>
diff --git a/test/tint/samples/compute_boids.wgsl.expected.spvasm b/test/tint/samples/compute_boids.wgsl.expected.spvasm
index 595bfac..cc7ed31 100644
--- a/test/tint/samples/compute_boids.wgsl.expected.spvasm
+++ b/test/tint/samples/compute_boids.wgsl.expected.spvasm
@@ -80,10 +80,12 @@
OpDecorate %tint_symbol_3 Block
OpDecorate %6 DescriptorSet 0
OpDecorate %6 Binding 1
+ OpDecorate %6 Coherent
OpMemberDecorate %tint_symbol_5 0 Offset 0
OpDecorate %tint_symbol_5 Block
OpDecorate %15 DescriptorSet 0
OpDecorate %15 Binding 2
+ OpDecorate %15 Coherent
OpDecorate %vert_main_loc0_Input Location 0
OpDecorate %vert_main_loc1_Input Location 1
OpDecorate %vert_main_loc2_Input Location 2