aboutsummaryrefslogtreecommitdiff
path: root/Test/baseResults/spv.qualifiers.vert.out
blob: 0f0f347a87be1bea9a17b2faf5099812119800f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
spv.qualifiers.vert
// Module Version 10000
// Generated by (magic number): 8000b
// Id's are bound by 21

                              Capability Shader
               1:             ExtInstImport  "GLSL.std.450"
                              MemoryModel Logical GLSL450
                              EntryPoint Vertex 4  "main" 9 11 13 15 17 19
                              Source GLSL 430
                              Name 4  "main"
                              Name 9  "outVc"
                              Name 11  "inV"
                              Name 13  "outVs"
                              Name 15  "outVf"
                              Name 17  "outVn"
                              Name 19  "outVcn"
                              Decorate 9(outVc) Centroid
                              Decorate 9(outVc) Location 0
                              Decorate 11(inV) Location 0
                              Decorate 13(outVs) Location 1
                              Decorate 15(outVf) Flat
                              Decorate 15(outVf) Location 2
                              Decorate 17(outVn) NoPerspective
                              Decorate 17(outVn) Location 3
                              Decorate 19(outVcn) NoPerspective
                              Decorate 19(outVcn) Centroid
                              Decorate 19(outVcn) Location 4
               2:             TypeVoid
               3:             TypeFunction 2
               6:             TypeFloat 32
               7:             TypeVector 6(float) 4
               8:             TypePointer Output 7(fvec4)
        9(outVc):      8(ptr) Variable Output
              10:             TypePointer Input 7(fvec4)
         11(inV):     10(ptr) Variable Input
       13(outVs):      8(ptr) Variable Output
       15(outVf):      8(ptr) Variable Output
       17(outVn):      8(ptr) Variable Output
      19(outVcn):      8(ptr) Variable Output
         4(main):           2 Function None 3
               5:             Label
              12:    7(fvec4) Load 11(inV)
                              Store 9(outVc) 12
              14:    7(fvec4) Load 11(inV)
                              Store 13(outVs) 14
              16:    7(fvec4) Load 11(inV)
                              Store 15(outVf) 16
              18:    7(fvec4) Load 11(inV)
                              Store 17(outVn) 18
              20:    7(fvec4) Load 11(inV)
                              Store 19(outVcn) 20
                              Return
                              FunctionEnd