blob: 67706701ea103ca1ae0ce1b0ae666c4af7b549d2 [file] [log] [blame]
Dejan Mircevski832c65c2016-01-11 15:57:11 -05001spv.for-notest.vert
2Warning, version 450 is not yet complete; most version-specific features are present, but some are missing.
3
4
5Linked vertex stage:
6
7
8// Module Version 10000
9// Generated by (magic number): 80001
John Kessenich6c292d32016-02-15 20:58:50 -070010// Id's are bound by 20
Dejan Mircevski832c65c2016-01-11 15:57:11 -050011
12 Capability Shader
13 1: ExtInstImport "GLSL.std.450"
14 MemoryModel Logical GLSL450
John Kessenich6c292d32016-02-15 20:58:50 -070015 EntryPoint Vertex 4 "main" 15
Dejan Mircevski832c65c2016-01-11 15:57:11 -050016 Source GLSL 450
17 Name 4 "main"
18 Name 8 "i"
19 Name 15 "r"
Dejan Mircevski832c65c2016-01-11 15:57:11 -050020 Decorate 15(r) Location 0
Dejan Mircevski832c65c2016-01-11 15:57:11 -050021 2: TypeVoid
22 3: TypeFunction 2
23 6: TypeInt 32 1
24 7: TypePointer Function 6(int)
25 9: 6(int) Constant 0
26 14: TypePointer Output 6(int)
27 15(r): 14(ptr) Variable Output
28 18: 6(int) Constant 1
Dejan Mircevski832c65c2016-01-11 15:57:11 -050029 4(main): 2 Function None 3
30 5: Label
31 8(i): 7(ptr) Variable Function
32 Store 8(i) 9
33 Branch 10
34 10: Label
35 LoopMerge 12 13 None
36 Branch 11
37 11: Label
38 16: 6(int) Load 8(i)
39 Store 15(r) 16
40 Branch 13
41 13: Label
42 17: 6(int) Load 8(i)
43 19: 6(int) IAdd 17 18
44 Store 8(i) 19
45 Branch 10
Dejan Mircevskied55bcd2016-01-19 21:13:38 -050046 12: Label
47 Return
Dejan Mircevski832c65c2016-01-11 15:57:11 -050048 FunctionEnd