1617a3babSopenharmony_cispv.subgroup.frag
2617a3babSopenharmony_ci// Module Version 10300
3617a3babSopenharmony_ci// Generated by (magic number): 8000b
4617a3babSopenharmony_ci// Id's are bound by 17
5617a3babSopenharmony_ci
6617a3babSopenharmony_ci                              Capability Shader
7617a3babSopenharmony_ci                              Capability GroupNonUniform
8617a3babSopenharmony_ci               1:             ExtInstImport  "GLSL.std.450"
9617a3babSopenharmony_ci                              MemoryModel Logical GLSL450
10617a3babSopenharmony_ci                              EntryPoint Fragment 4  "main" 9 11 13
11617a3babSopenharmony_ci                              ExecutionMode 4 OriginUpperLeft
12617a3babSopenharmony_ci                              Source GLSL 450
13617a3babSopenharmony_ci                              SourceExtension  "GL_KHR_shader_subgroup_basic"
14617a3babSopenharmony_ci                              Name 4  "main"
15617a3babSopenharmony_ci                              Name 9  "data"
16617a3babSopenharmony_ci                              Name 11  "gl_SubgroupSize"
17617a3babSopenharmony_ci                              Name 13  "gl_SubgroupInvocationID"
18617a3babSopenharmony_ci                              Decorate 9(data) Location 0
19617a3babSopenharmony_ci                              Decorate 11(gl_SubgroupSize) RelaxedPrecision
20617a3babSopenharmony_ci                              Decorate 11(gl_SubgroupSize) Flat
21617a3babSopenharmony_ci                              Decorate 11(gl_SubgroupSize) BuiltIn SubgroupSize
22617a3babSopenharmony_ci                              Decorate 12 RelaxedPrecision
23617a3babSopenharmony_ci                              Decorate 13(gl_SubgroupInvocationID) RelaxedPrecision
24617a3babSopenharmony_ci                              Decorate 13(gl_SubgroupInvocationID) Flat
25617a3babSopenharmony_ci                              Decorate 13(gl_SubgroupInvocationID) BuiltIn SubgroupLocalInvocationId
26617a3babSopenharmony_ci                              Decorate 14 RelaxedPrecision
27617a3babSopenharmony_ci                              Decorate 16 RelaxedPrecision
28617a3babSopenharmony_ci               2:             TypeVoid
29617a3babSopenharmony_ci               3:             TypeFunction 2
30617a3babSopenharmony_ci               6:             TypeInt 32 0
31617a3babSopenharmony_ci               7:             TypeVector 6(int) 4
32617a3babSopenharmony_ci               8:             TypePointer Output 7(ivec4)
33617a3babSopenharmony_ci         9(data):      8(ptr) Variable Output
34617a3babSopenharmony_ci              10:             TypePointer Input 6(int)
35617a3babSopenharmony_ci11(gl_SubgroupSize):     10(ptr) Variable Input
36617a3babSopenharmony_ci13(gl_SubgroupInvocationID):     10(ptr) Variable Input
37617a3babSopenharmony_ci              15:      6(int) Constant 0
38617a3babSopenharmony_ci         4(main):           2 Function None 3
39617a3babSopenharmony_ci               5:             Label
40617a3babSopenharmony_ci              12:      6(int) Load 11(gl_SubgroupSize)
41617a3babSopenharmony_ci              14:      6(int) Load 13(gl_SubgroupInvocationID)
42617a3babSopenharmony_ci              16:    7(ivec4) CompositeConstruct 12 14 15 15
43617a3babSopenharmony_ci                              Store 9(data) 16
44617a3babSopenharmony_ci                              Return
45617a3babSopenharmony_ci                              FunctionEnd
46