aboutsummaryrefslogtreecommitdiff
path: root/Test/baseResults/spv.1.6.helperInvocation.memmodel.frag.out
blob: fea4e4588e840ccf057b621045ceea1d1118106d (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
spv.1.6.helperInvocation.memmodel.frag
// Module Version 10600
// Generated by (magic number): 8000b
// Id's are bound by 21

                              Capability Shader
                              Capability VulkanMemoryModelKHR
                              Capability DemoteToHelperInvocationEXT
                              Extension  "SPV_EXT_demote_to_helper_invocation"
               1:             ExtInstImport  "GLSL.std.450"
                              MemoryModel Logical VulkanKHR
                              EntryPoint Fragment 4  "main" 9 14
                              ExecutionMode 4 OriginUpperLeft
                              Source ESSL 310
                              SourceExtension  "GL_EXT_demote_to_helper_invocation"
                              Name 4  "main"
                              Name 7  "B"
                              MemberName 7(B) 0  "o"
                              Name 9  ""
                              Name 14  "gl_HelperInvocation"
                              MemberDecorate 7(B) 0 Offset 0
                              Decorate 7(B) Block
                              Decorate 9 DescriptorSet 0
                              Decorate 9 Binding 0
                              Decorate 14(gl_HelperInvocation) BuiltIn HelperInvocation
               2:             TypeVoid
               3:             TypeFunction 2
               6:             TypeFloat 32
            7(B):             TypeStruct 6(float)
               8:             TypePointer StorageBuffer 7(B)
               9:      8(ptr) Variable StorageBuffer
              10:             TypeInt 32 1
              11:     10(int) Constant 0
              12:             TypeBool
              13:             TypePointer Input 12(bool)
14(gl_HelperInvocation):     13(ptr) Variable Input
              16:    6(float) Constant 1065353216
              17:    6(float) Constant 0
              19:             TypePointer StorageBuffer 6(float)
         4(main):           2 Function None 3
               5:             Label
                              DemoteToHelperInvocationEXT
              15:    12(bool) Load 14(gl_HelperInvocation) Volatile 
              18:    6(float) Select 15 16 17
              20:     19(ptr) AccessChain 9 11
                              Store 20 18
                              Return
                              FunctionEnd