summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/glslang/src/Test/baseResults/spv.do-while-continue-break.vert.out
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/glslang/src/Test/baseResults/spv.do-while-continue-break.vert.out')
-rw-r--r--chromium/third_party/glslang/src/Test/baseResults/spv.do-while-continue-break.vert.out84
1 files changed, 84 insertions, 0 deletions
diff --git a/chromium/third_party/glslang/src/Test/baseResults/spv.do-while-continue-break.vert.out b/chromium/third_party/glslang/src/Test/baseResults/spv.do-while-continue-break.vert.out
new file mode 100644
index 00000000000..ebfe85d0e6b
--- /dev/null
+++ b/chromium/third_party/glslang/src/Test/baseResults/spv.do-while-continue-break.vert.out
@@ -0,0 +1,84 @@
+spv.do-while-continue-break.vert
+Warning, version 310 is not yet complete; most version-specific features are present, but some are missing.
+
+
+Linked vertex stage:
+
+
+// Module Version 10000
+// Generated by (magic number): 80001
+// Id's are bound by 43
+
+ Capability Shader
+ 1: ExtInstImport "GLSL.std.450"
+ MemoryModel Logical GLSL450
+ EntryPoint Vertex 4 "main"
+ Source ESSL 310
+ Name 4 "main"
+ Name 8 "i"
+ Name 14 "A"
+ Name 21 "B"
+ Name 24 "C"
+ Name 30 "D"
+ Name 33 "E"
+ Name 35 "F"
+ Name 41 "G"
+ 2: TypeVoid
+ 3: TypeFunction 2
+ 6: TypeInt 32 1
+ 7: TypePointer Function 6(int)
+ 9: 6(int) Constant 0
+ 16: 6(int) Constant 2
+ 17: TypeBool
+ 22: 6(int) Constant 1
+ 26: 6(int) Constant 5
+ 31: 6(int) Constant 3
+ 34: 6(int) Constant 42
+ 36: 6(int) Constant 99
+ 39: 6(int) Constant 19
+ 42: 6(int) Constant 12
+ 4(main): 2 Function None 3
+ 5: Label
+ 8(i): 7(ptr) Variable Function
+ 14(A): 7(ptr) Variable Function
+ 21(B): 7(ptr) Variable Function
+ 24(C): 7(ptr) Variable Function
+ 30(D): 7(ptr) Variable Function
+ 33(E): 7(ptr) Variable Function
+ 35(F): 7(ptr) Variable Function
+ 41(G): 7(ptr) Variable Function
+ Store 8(i) 9
+ Branch 10
+ 10: Label
+ LoopMerge 12 13 None
+ Branch 11
+ 11: Label
+ Store 14(A) 9
+ 15: 6(int) Load 8(i)
+ 18: 17(bool) IEqual 15 16
+ SelectionMerge 20 None
+ BranchConditional 18 19 20
+ 19: Label
+ Store 21(B) 22
+ Branch 13
+ 20: Label
+ 25: 6(int) Load 8(i)
+ 27: 17(bool) IEqual 25 26
+ SelectionMerge 29 None
+ BranchConditional 27 28 29
+ 28: Label
+ Store 30(D) 31
+ Branch 12
+ 29: Label
+ Store 35(F) 36
+ Branch 13
+ 13: Label
+ 37: 6(int) Load 8(i)
+ 38: 6(int) IAdd 37 22
+ Store 8(i) 38
+ 40: 17(bool) SLessThan 38 39
+ BranchConditional 40 10 12
+ 12: Label
+ Store 41(G) 42
+ Return
+ FunctionEnd