Skip to content

Commit 4669fa0

Browse files
committed
abi layout compiletest: bless complex_image_sample_inst
1 parent 8e155ee commit 4669fa0

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

tests/compiletests/ui/dis/complex_image_sample_inst.stderr

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,19 @@
22
%4 = OpFunctionParameter %2
33
%5 = OpFunctionParameter %6
44
%7 = OpFunctionParameter %6
5-
%8 = OpFunctionParameter %9
6-
%10 = OpFunctionParameter %9
7-
%11 = OpLabel
8-
OpLine %12 38 13
9-
%13 = OpAccessChain %14 %15 %16
10-
OpLine %12 39 13
11-
%17 = OpLoad %18 %13
12-
OpLine %12 46 13
13-
%19 = OpImageSampleProjExplicitLod %2 %17 %4 Grad|ConstOffset %5 %7 %20
5+
%8 = OpFunctionParameter %6
6+
%9 = OpFunctionParameter %6
7+
%10 = OpFunctionParameter %11
8+
%12 = OpFunctionParameter %11
9+
%13 = OpLabel
10+
%14 = OpCompositeConstruct %15 %5 %7
11+
%16 = OpCompositeConstruct %15 %8 %9
12+
OpLine %17 38 13
13+
%18 = OpAccessChain %19 %20 %21
14+
OpLine %17 39 13
15+
%22 = OpLoad %23 %18
16+
OpLine %17 46 13
17+
%24 = OpImageSampleProjExplicitLod %2 %22 %4 Grad|ConstOffset %14 %16 %25
1418
OpNoLine
15-
OpReturnValue %19
19+
OpReturnValue %24
1620
OpFunctionEnd

0 commit comments

Comments
 (0)