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

                              Capability Shader
               1:             ExtInstImport  "GLSL.std.450"
                              MemoryModel Logical GLSL450
                              EntryPoint Fragment 4  "main" 8 15
                              ExecutionMode 4 OriginUpperLeft
                              Source ESSL 310
                              Name 4  "main"
                              Name 8  "gl_HelperInvocation"
                              Name 15  "outp"
                              Decorate 8(gl_HelperInvocation) BuiltIn HelperInvocation
                              Decorate 8(gl_HelperInvocation) Volatile
                              Decorate 15(outp) Location 0
               2:             TypeVoid
               3:             TypeFunction 2
               6:             TypeBool
               7:             TypePointer Input 6(bool)
8(gl_HelperInvocation):      7(ptr) Variable Input
              12:             TypeFloat 32
              13:             TypeVector 12(float) 4
              14:             TypePointer Output 13(fvec4)
        15(outp):     14(ptr) Variable Output
              17:   12(float) Constant 1065353216
         4(main):           2 Function None 3
               5:             Label
               9:     6(bool) Load 8(gl_HelperInvocation)
                              SelectionMerge 11 None
                              BranchConditional 9 10 11
              10:               Label
              16:   13(fvec4)   Load 15(outp)
              18:   13(fvec4)   CompositeConstruct 17 17 17 17
              19:   13(fvec4)   FAdd 16 18
                                Store 15(outp) 19
                                Branch 11
              11:             Label
                              Return
                              FunctionEnd