Skip to content

Commit bf899ed

Browse files
committed
abi layout compiletest: bless complex_image_sample_inst
1 parent 977fe49 commit bf899ed

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

tests/compiletests/ui/dis/complex_image_sample_inst.stderr

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,18 @@
33
%5 = OpFunctionParameter %6
44
%7 = OpFunctionParameter %6
55
%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
6+
%9 = OpCompositeExtract %10 %5 0
7+
%11 = OpCompositeExtract %10 %5 1
8+
%12 = OpCompositeConstruct %6 %9 %11
9+
%13 = OpCompositeExtract %10 %7 0
10+
%14 = OpCompositeExtract %10 %7 1
11+
%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
1218
OpNoLine
13-
OpReturnValue %16
19+
OpReturnValue %23
1420
OpFunctionEnd

0 commit comments

Comments
 (0)