1hlsl.dashI.vert
2// Module Version 10000
3// Generated by (magic number): 80007
4// Id's are bound by 40
5
6                              Capability Shader
7               1:             ExtInstImport  "GLSL.std.450"
8                              MemoryModel Logical GLSL450
9                              EntryPoint Vertex 4  "main" 38
10                              Source HLSL 500
11                              Name 4  "main"
12                              Name 9  "@main("
13                              Name 11  "$Global"
14                              MemberName 11($Global) 0  "i1"
15                              MemberName 11($Global) 1  "p1"
16                              MemberName 11($Global) 2  "p2"
17                              MemberName 11($Global) 3  "p3"
18                              MemberName 11($Global) 4  "i4"
19                              Name 13  ""
20                              Name 38  "@entryPointOutput"
21                              MemberDecorate 11($Global) 0 Offset 0
22                              MemberDecorate 11($Global) 1 Offset 16
23                              MemberDecorate 11($Global) 2 Offset 32
24                              MemberDecorate 11($Global) 3 Offset 48
25                              MemberDecorate 11($Global) 4 Offset 64
26                              Decorate 11($Global) Block
27                              Decorate 13 DescriptorSet 0
28                              Decorate 38(@entryPointOutput) BuiltIn Position
29               2:             TypeVoid
30               3:             TypeFunction 2
31               6:             TypeFloat 32
32               7:             TypeVector 6(float) 4
33               8:             TypeFunction 7(fvec4)
34     11($Global):             TypeStruct 7(fvec4) 7(fvec4) 7(fvec4) 7(fvec4) 7(fvec4)
35              12:             TypePointer Uniform 11($Global)
36              13:     12(ptr) Variable Uniform
37              14:             TypeInt 32 1
38              15:     14(int) Constant 0
39              16:             TypePointer Uniform 7(fvec4)
40              19:     14(int) Constant 4
41              23:     14(int) Constant 1
42              27:     14(int) Constant 2
43              31:     14(int) Constant 3
44              37:             TypePointer Output 7(fvec4)
4538(@entryPointOutput):     37(ptr) Variable Output
46         4(main):           2 Function None 3
47               5:             Label
48              39:    7(fvec4) FunctionCall 9(@main()
49                              Store 38(@entryPointOutput) 39
50                              Return
51                              FunctionEnd
52       9(@main():    7(fvec4) Function None 8
53              10:             Label
54              17:     16(ptr) AccessChain 13 15
55              18:    7(fvec4) Load 17
56              20:     16(ptr) AccessChain 13 19
57              21:    7(fvec4) Load 20
58              22:    7(fvec4) FAdd 18 21
59              24:     16(ptr) AccessChain 13 23
60              25:    7(fvec4) Load 24
61              26:    7(fvec4) FAdd 22 25
62              28:     16(ptr) AccessChain 13 27
63              29:    7(fvec4) Load 28
64              30:    7(fvec4) FAdd 26 29
65              32:     16(ptr) AccessChain 13 31
66              33:    7(fvec4) Load 32
67              34:    7(fvec4) FAdd 30 33
68                              ReturnValue 34
69                              FunctionEnd
70