Skip to content

Commit 3356218

Browse files
committed
abi layout compiletest: bless complex_image_sample_inst
1 parent c5f58cd commit 3356218

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

tests/compiletests/ui/dis/complex_image_sample_inst.stderr

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22
%4 = OpFunctionParameter %2
33
%5 = OpFunctionParameter %6
44
%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
5+
%8 = OpFunctionParameter %6
6+
%9 = OpFunctionParameter %6
7+
%10 = OpLabel
8+
%11 = OpCompositeConstruct %12 %5 %7
9+
%13 = OpCompositeConstruct %12 %8 %9
10+
OpLine %14 29 13
11+
%15 = OpAccessChain %16 %17 %18
12+
OpLine %14 30 13
13+
%19 = OpLoad %20 %15
14+
OpLine %14 34 13
15+
%21 = OpImageSampleProjExplicitLod %2 %19 %4 Grad %11 %13
1216
OpNoLine
13-
OpReturnValue %16
17+
OpReturnValue %21
1418
OpFunctionEnd

0 commit comments

Comments
 (0)