aboutsummaryrefslogtreecommitdiff
path: root/Test/baseResults/spv.nonuniform5.frag.out
blob: abf10c2c3fb1bd745e04cb9645692e9f3411098b (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
spv.nonuniform5.frag
// Module Version 10000
// Generated by (magic number): 8000b
// Id's are bound by 23

                              Capability Shader
                              Capability ShaderNonUniformEXT
                              Capability RuntimeDescriptorArrayEXT
                              Capability UniformBufferArrayNonUniformIndexingEXT
                              Extension  "SPV_EXT_descriptor_indexing"
               1:             ExtInstImport  "GLSL.std.450"
                              MemoryModel Logical GLSL450
                              EntryPoint Fragment 4  "main" 9 16
                              ExecutionMode 4 OriginUpperLeft
                              Source GLSL 450
                              SourceExtension  "GL_EXT_nonuniform_qualifier"
                              Name 4  "main"
                              Name 9  "FragColor"
                              Name 10  "UBO"
                              MemberName 10(UBO) 0  "v"
                              Name 13  "ubos"
                              Name 16  "Index"
                              Decorate 9(FragColor) Location 0
                              MemberDecorate 10(UBO) 0 Offset 0
                              Decorate 10(UBO) Block
                              Decorate 13(ubos) DescriptorSet 0
                              Decorate 13(ubos) Binding 0
                              Decorate 16(Index) Flat
                              Decorate 16(Index) Location 0
                              Decorate 18 DecorationNonUniformEXT
                              Decorate 21 DecorationNonUniformEXT
                              Decorate 22 DecorationNonUniformEXT
               2:             TypeVoid
               3:             TypeFunction 2
               6:             TypeFloat 32
               7:             TypeVector 6(float) 4
               8:             TypePointer Output 7(fvec4)
    9(FragColor):      8(ptr) Variable Output
         10(UBO):             TypeStruct 7(fvec4)
              11:             TypeRuntimeArray 10(UBO)
              12:             TypePointer Uniform 11
        13(ubos):     12(ptr) Variable Uniform
              14:             TypeInt 32 1
              15:             TypePointer Input 14(int)
       16(Index):     15(ptr) Variable Input
              19:     14(int) Constant 0
              20:             TypePointer Uniform 7(fvec4)
         4(main):           2 Function None 3
               5:             Label
              17:     14(int) Load 16(Index)
              18:     14(int) CopyObject 17
              21:     20(ptr) AccessChain 13(ubos) 18 19
              22:    7(fvec4) Load 21
                              Store 9(FragColor) 22
                              Return
                              FunctionEnd