diff options
Diffstat (limited to 'tests/glsl-intrinsic/atomic/atomicCounterTestMultiple.slang')
| -rw-r--r-- | tests/glsl-intrinsic/atomic/atomicCounterTestMultiple.slang | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/glsl-intrinsic/atomic/atomicCounterTestMultiple.slang b/tests/glsl-intrinsic/atomic/atomicCounterTestMultiple.slang index e6a3ae7e9..714ddd571 100644 --- a/tests/glsl-intrinsic/atomic/atomicCounterTestMultiple.slang +++ b/tests/glsl-intrinsic/atomic/atomicCounterTestMultiple.slang @@ -20,15 +20,15 @@ void computeMain() { outputBuffer.data[0] = true -// CHECK_GLSL: one_0._data_0[3] +// CHECK_GLSL: one_0._data_{{.*}}[3] && atomicCounter(one) == 0 -// CHECK_GLSL: one_0._data_0[4] +// CHECK_GLSL: one_0._data_{{.*}}[4] && atomicCounter(two) == 0 -// CHECK_GLSL: one_0._data_0[1] +// CHECK_GLSL: one_0._data_{{.*}}[1] && atomicCounter(three) == 0 -// CHECK_GLSL: one_0._data_0[2] +// CHECK_GLSL: one_0._data_{{.*}}[2] && atomicCounter(four) == 0 -// CHECK_GLSL: five_0._data_1[0] +// CHECK_GLSL: five_0._data_{{.*}}[0] && atomicCounter(five) == 0 ; |
