1617a3babSopenharmony_cispv.subgroup.tese 2617a3babSopenharmony_ci// Module Version 10300 3617a3babSopenharmony_ci// Generated by (magic number): 8000b 4617a3babSopenharmony_ci// Id's are bound by 26 5617a3babSopenharmony_ci 6617a3babSopenharmony_ci Capability Tessellation 7617a3babSopenharmony_ci Capability GroupNonUniform 8617a3babSopenharmony_ci 1: ExtInstImport "GLSL.std.450" 9617a3babSopenharmony_ci MemoryModel Logical GLSL450 10617a3babSopenharmony_ci EntryPoint TessellationEvaluation 4 "main" 15 18 20 11617a3babSopenharmony_ci ExecutionMode 4 Isolines 12617a3babSopenharmony_ci ExecutionMode 4 SpacingEqual 13617a3babSopenharmony_ci ExecutionMode 4 VertexOrderCcw 14617a3babSopenharmony_ci Source GLSL 450 15617a3babSopenharmony_ci SourceExtension "GL_KHR_shader_subgroup_basic" 16617a3babSopenharmony_ci Name 4 "main" 17617a3babSopenharmony_ci Name 9 "Output" 18617a3babSopenharmony_ci MemberName 9(Output) 0 "result" 19617a3babSopenharmony_ci Name 11 "" 20617a3babSopenharmony_ci Name 15 "gl_PrimitiveID" 21617a3babSopenharmony_ci Name 18 "gl_SubgroupSize" 22617a3babSopenharmony_ci Name 20 "gl_SubgroupInvocationID" 23617a3babSopenharmony_ci Decorate 8 ArrayStride 16 24617a3babSopenharmony_ci MemberDecorate 9(Output) 0 Offset 0 25617a3babSopenharmony_ci Decorate 9(Output) Block 26617a3babSopenharmony_ci Decorate 11 DescriptorSet 0 27617a3babSopenharmony_ci Decorate 11 Binding 0 28617a3babSopenharmony_ci Decorate 15(gl_PrimitiveID) BuiltIn PrimitiveId 29617a3babSopenharmony_ci Decorate 18(gl_SubgroupSize) RelaxedPrecision 30617a3babSopenharmony_ci Decorate 18(gl_SubgroupSize) BuiltIn SubgroupSize 31617a3babSopenharmony_ci Decorate 19 RelaxedPrecision 32617a3babSopenharmony_ci Decorate 20(gl_SubgroupInvocationID) RelaxedPrecision 33617a3babSopenharmony_ci Decorate 20(gl_SubgroupInvocationID) BuiltIn SubgroupLocalInvocationId 34617a3babSopenharmony_ci Decorate 21 RelaxedPrecision 35617a3babSopenharmony_ci Decorate 23 RelaxedPrecision 36617a3babSopenharmony_ci 2: TypeVoid 37617a3babSopenharmony_ci 3: TypeFunction 2 38617a3babSopenharmony_ci 6: TypeInt 32 0 39617a3babSopenharmony_ci 7: TypeVector 6(int) 4 40617a3babSopenharmony_ci 8: TypeRuntimeArray 7(ivec4) 41617a3babSopenharmony_ci 9(Output): TypeStruct 8 42617a3babSopenharmony_ci 10: TypePointer StorageBuffer 9(Output) 43617a3babSopenharmony_ci 11: 10(ptr) Variable StorageBuffer 44617a3babSopenharmony_ci 12: TypeInt 32 1 45617a3babSopenharmony_ci 13: 12(int) Constant 0 46617a3babSopenharmony_ci 14: TypePointer Input 12(int) 47617a3babSopenharmony_ci15(gl_PrimitiveID): 14(ptr) Variable Input 48617a3babSopenharmony_ci 17: TypePointer Input 6(int) 49617a3babSopenharmony_ci18(gl_SubgroupSize): 17(ptr) Variable Input 50617a3babSopenharmony_ci20(gl_SubgroupInvocationID): 17(ptr) Variable Input 51617a3babSopenharmony_ci 22: 6(int) Constant 0 52617a3babSopenharmony_ci 24: TypePointer StorageBuffer 7(ivec4) 53617a3babSopenharmony_ci 4(main): 2 Function None 3 54617a3babSopenharmony_ci 5: Label 55617a3babSopenharmony_ci 16: 12(int) Load 15(gl_PrimitiveID) 56617a3babSopenharmony_ci 19: 6(int) Load 18(gl_SubgroupSize) 57617a3babSopenharmony_ci 21: 6(int) Load 20(gl_SubgroupInvocationID) 58617a3babSopenharmony_ci 23: 7(ivec4) CompositeConstruct 19 21 22 22 59617a3babSopenharmony_ci 25: 24(ptr) AccessChain 11 13 16 60617a3babSopenharmony_ci Store 25 23 61617a3babSopenharmony_ci Return 62617a3babSopenharmony_ci FunctionEnd 63