xref: /aosp_15_r20/external/angle/third_party/glslang/src/Test/baseResults/spv.1.6.helperInvocation.frag.out (revision 8975f5c5ed3d1c378011245431ada316dfb6f244)
1spv.1.6.helperInvocation.frag
2// Module Version 10600
3// Generated by (magic number): 8000b
4// Id's are bound by 20
5
6                              Capability Shader
7               1:             ExtInstImport  "GLSL.std.450"
8                              MemoryModel Logical GLSL450
9                              EntryPoint Fragment 4  "main" 8 15
10                              ExecutionMode 4 OriginUpperLeft
11                              Source ESSL 310
12                              Name 4  "main"
13                              Name 8  "gl_HelperInvocation"
14                              Name 15  "outp"
15                              Decorate 8(gl_HelperInvocation) BuiltIn HelperInvocation
16                              Decorate 8(gl_HelperInvocation) Volatile
17                              Decorate 15(outp) Location 0
18               2:             TypeVoid
19               3:             TypeFunction 2
20               6:             TypeBool
21               7:             TypePointer Input 6(bool)
228(gl_HelperInvocation):      7(ptr) Variable Input
23              12:             TypeFloat 32
24              13:             TypeVector 12(float) 4
25              14:             TypePointer Output 13(fvec4)
26        15(outp):     14(ptr) Variable Output
27              17:   12(float) Constant 1065353216
28         4(main):           2 Function None 3
29               5:             Label
30               9:     6(bool) Load 8(gl_HelperInvocation)
31                              SelectionMerge 11 None
32                              BranchConditional 9 10 11
33              10:               Label
34              16:   13(fvec4)   Load 15(outp)
35              18:   13(fvec4)   CompositeConstruct 17 17 17 17
36              19:   13(fvec4)   FAdd 16 18
37                                Store 15(outp) 19
38                                Branch 11
39              11:             Label
40                              Return
41                              FunctionEnd
42