• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1spv.150.vert
2// Module Version 10000
3// Generated by (magic number): 8000a
4// Id's are bound by 63
5
6                              Capability Shader
7                              Capability ClipDistance
8               1:             ExtInstImport  "GLSL.std.450"
9                              MemoryModel Logical GLSL450
10                              EntryPoint Vertex 4  "main" 13 17 23 38 62
11                              Source GLSL 150
12                              Name 4  "main"
13                              Name 11  "gl_PerVertex"
14                              MemberName 11(gl_PerVertex) 0  "gl_Position"
15                              MemberName 11(gl_PerVertex) 1  "gl_PointSize"
16                              MemberName 11(gl_PerVertex) 2  "gl_ClipDistance"
17                              Name 13  ""
18                              Name 17  "iv4"
19                              Name 23  "ps"
20                              Name 34  "s1"
21                              MemberName 34(s1) 0  "a"
22                              MemberName 34(s1) 1  "a2"
23                              MemberName 34(s1) 2  "b"
24                              Name 36  "s2"
25                              MemberName 36(s2) 0  "c"
26                              MemberName 36(s2) 1  "d"
27                              Name 38  "s2out"
28                              Name 40  "i"
29                              Name 47  "s2D"
30                              Name 62  "ui"
31                              MemberDecorate 11(gl_PerVertex) 0 Invariant
32                              MemberDecorate 11(gl_PerVertex) 0 BuiltIn Position
33                              MemberDecorate 11(gl_PerVertex) 1 BuiltIn PointSize
34                              MemberDecorate 11(gl_PerVertex) 2 BuiltIn ClipDistance
35                              Decorate 11(gl_PerVertex) Block
36                              Decorate 17(iv4) Location 0
37                              Decorate 23(ps) Location 1
38                              Decorate 38(s2out) Location 0
39                              Decorate 47(s2D) DescriptorSet 0
40                              Decorate 47(s2D) Binding 0
41                              Decorate 62(ui) Location 2
42               2:             TypeVoid
43               3:             TypeFunction 2
44               6:             TypeFloat 32
45               7:             TypeVector 6(float) 4
46               8:             TypeInt 32 0
47               9:      8(int) Constant 4
48              10:             TypeArray 6(float) 9
4911(gl_PerVertex):             TypeStruct 7(fvec4) 6(float) 10
50              12:             TypePointer Output 11(gl_PerVertex)
51              13:     12(ptr) Variable Output
52              14:             TypeInt 32 1
53              15:     14(int) Constant 0
54              16:             TypePointer Input 7(fvec4)
55         17(iv4):     16(ptr) Variable Input
56              19:             TypePointer Output 7(fvec4)
57              21:     14(int) Constant 1
58              22:             TypePointer Input 6(float)
59          23(ps):     22(ptr) Variable Input
60              25:             TypePointer Output 6(float)
61              27:     14(int) Constant 2
62              28:      8(int) Constant 0
63              32:      8(int) Constant 3
64              33:             TypeArray 7(fvec4) 32
65          34(s1):             TypeStruct 14(int) 14(int) 33
66              35:             TypeArray 34(s1) 9
67          36(s2):             TypeStruct 14(int) 35
68              37:             TypePointer Output 36(s2)
69       38(s2out):     37(ptr) Variable Output
70              39:             TypePointer Function 14(int)
71              44:             TypeImage 6(float) 2D sampled format:Unknown
72              45:             TypeSampledImage 44
73              46:             TypePointer UniformConstant 45
74         47(s2D):     46(ptr) Variable UniformConstant
75              49:             TypeVector 6(float) 2
76              50:    6(float) Constant 1056964608
77              51:   49(fvec2) ConstantComposite 50 50
78              52:    6(float) Constant 0
79              55:             TypeVector 6(float) 3
80              56:   55(fvec3) ConstantComposite 50 50 50
81              59:    6(float) Constant 1078774989
82              61:             TypePointer Input 14(int)
83          62(ui):     61(ptr) Variable Input
84         4(main):           2 Function None 3
85               5:             Label
86           40(i):     39(ptr) Variable Function
87              18:    7(fvec4) Load 17(iv4)
88              20:     19(ptr) AccessChain 13 15
89                              Store 20 18
90              24:    6(float) Load 23(ps)
91              26:     25(ptr) AccessChain 13 21
92                              Store 26 24
93              29:     22(ptr) AccessChain 17(iv4) 28
94              30:    6(float) Load 29
95              31:     25(ptr) AccessChain 13 27 27
96                              Store 31 30
97              41:     14(int) Load 40(i)
98              42:    6(float) Load 23(ps)
99              43:     25(ptr) AccessChain 38(s2out) 21 41 27 27 32
100                              Store 43 42
101              48:          45 Load 47(s2D)
102              53:    7(fvec4) ImageSampleExplicitLod 48 51 Lod 52
103              54:          45 Load 47(s2D)
104              57:    7(fvec4) ImageSampleProjExplicitLod 54 56 Lod 52
105              58:          45 Load 47(s2D)
106              60:    7(fvec4) ImageSampleExplicitLod 58 51 Lod 59
107                              Return
108                              FunctionEnd
109