aboutsummaryrefslogtreecommitdiff
path: root/Test/baseResults/spv.1.4.NonWritable.frag.out
blob: da3b52c220133b2f5051233424a12c695ab34e4b (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
55
56
57
58
spv.1.4.NonWritable.frag
// Module Version 10400
// Generated by (magic number): 8000a
// Id's are bound by 38

                              Capability Shader
               1:             ExtInstImport  "GLSL.std.450"
                              MemoryModel Logical GLSL450
                              EntryPoint Fragment 4  "main" 8 31
                              ExecutionMode 4 OriginUpperLeft
                              Source GLSL 450
                              Name 4  "main"
                              Name 8  "color"
                              Name 31  "index"
                              Name 34  "indexable"
                              Decorate 8(color) Location 0
                              Decorate 31(index) Flat
                              Decorate 31(index) Location 0
                              Decorate 34(indexable) NonWritable
               2:             TypeVoid
               3:             TypeFunction 2
               6:             TypeFloat 32
               7:             TypePointer Output 6(float)
        8(color):      7(ptr) Variable Output
               9:             TypeInt 32 0
              10:      9(int) Constant 16
              11:             TypeArray 6(float) 10
              12:    6(float) Constant 1065353216
              13:    6(float) Constant 1073741824
              14:    6(float) Constant 1077936128
              15:    6(float) Constant 1082130432
              16:    6(float) Constant 1084227584
              17:    6(float) Constant 1086324736
              18:    6(float) Constant 1088421888
              19:    6(float) Constant 1090519040
              20:    6(float) Constant 1091567616
              21:    6(float) Constant 1092616192
              22:    6(float) Constant 1093664768
              23:    6(float) Constant 1094713344
              24:    6(float) Constant 1095761920
              25:    6(float) Constant 1096810496
              26:    6(float) Constant 1097859072
              27:    6(float) Constant 1098907648
              28:          11 ConstantComposite 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
              29:             TypeInt 32 1
              30:             TypePointer Input 29(int)
       31(index):     30(ptr) Variable Input
              33:             TypePointer Function 11
              35:             TypePointer Function 6(float)
         4(main):           2 Function None 3
               5:             Label
   34(indexable):     33(ptr) Variable Function 28
              32:     29(int) Load 31(index)
              36:     35(ptr) AccessChain 34(indexable) 32
              37:    6(float) Load 36
                              Store 8(color) 37
                              Return
                              FunctionEnd