We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b28606 commit a5442acCopy full SHA for a5442ac
1 file changed
tests/compiletests/ui/dis/complex_image_sample_inst.stderr
@@ -3,12 +3,18 @@
3
%5 = OpFunctionParameter %6
4
%7 = OpFunctionParameter %6
5
%8 = OpLabel
6
-OpLine %9 29 13
7
-%10 = OpAccessChain %11 %12 %13
8
-OpLine %9 30 13
9
-%14 = OpLoad %15 %10
10
-OpLine %9 34 13
11
-%16 = OpImageSampleProjExplicitLod %2 %14 %4 Grad %5 %7
+%9 = OpCompositeExtract %10 %5 0
+%11 = OpCompositeExtract %10 %5 1
+%12 = OpCompositeConstruct %6 %9 %11
+%13 = OpCompositeExtract %10 %7 0
+%14 = OpCompositeExtract %10 %7 1
+%15 = OpCompositeConstruct %6 %13 %14
12
+OpLine %16 29 13
13
+%17 = OpAccessChain %18 %19 %20
14
+OpLine %16 30 13
15
+%21 = OpLoad %22 %17
16
+OpLine %16 34 13
17
+%23 = OpImageSampleProjExplicitLod %2 %21 %4 Grad %12 %15
18
OpNoLine
-OpReturnValue %16
19
+OpReturnValue %23
20
OpFunctionEnd
0 commit comments