1617a3babSopenharmony_cispv.rankShift.comp 2617a3babSopenharmony_ci// Module Version 10000 3617a3babSopenharmony_ci// Generated by (magic number): 8000b 4617a3babSopenharmony_ci// Id's are bound by 33 5617a3babSopenharmony_ci 6617a3babSopenharmony_ci Capability Shader 7617a3babSopenharmony_ci Capability Int64 8617a3babSopenharmony_ci 1: ExtInstImport "GLSL.std.450" 9617a3babSopenharmony_ci MemoryModel Logical GLSL450 10617a3babSopenharmony_ci EntryPoint GLCompute 4 "main" 11617a3babSopenharmony_ci ExecutionMode 4 LocalSize 54 1 1 12617a3babSopenharmony_ci Source GLSL 450 13617a3babSopenharmony_ci SourceExtension "GL_ARB_gpu_shader_int64" 14617a3babSopenharmony_ci Name 4 "main" 15617a3babSopenharmony_ci Name 8 "result" 16617a3babSopenharmony_ci Name 11 "arg0" 17617a3babSopenharmony_ci Name 15 "arg1" 18617a3babSopenharmony_ci Decorate 11(arg0) Location 4 19617a3babSopenharmony_ci Decorate 11(arg0) DescriptorSet 0 20617a3babSopenharmony_ci Decorate 11(arg0) Binding 0 21617a3babSopenharmony_ci Decorate 15(arg1) Location 5 22617a3babSopenharmony_ci Decorate 15(arg1) DescriptorSet 0 23617a3babSopenharmony_ci Decorate 15(arg1) Binding 1 24617a3babSopenharmony_ci Decorate 32 BuiltIn WorkgroupSize 25617a3babSopenharmony_ci 2: TypeVoid 26617a3babSopenharmony_ci 3: TypeFunction 2 27617a3babSopenharmony_ci 6: TypeInt 64 0 28617a3babSopenharmony_ci 7: TypePointer Function 6(int64_t) 29617a3babSopenharmony_ci 9: TypeInt 64 1 30617a3babSopenharmony_ci 10: TypePointer UniformConstant 9(int64_t) 31617a3babSopenharmony_ci 11(arg0): 10(ptr) Variable UniformConstant 32617a3babSopenharmony_ci 13: TypeInt 32 0 33617a3babSopenharmony_ci 14: TypePointer UniformConstant 13(int) 34617a3babSopenharmony_ci 15(arg1): 14(ptr) Variable UniformConstant 35617a3babSopenharmony_ci 29: TypeVector 13(int) 3 36617a3babSopenharmony_ci 30: 13(int) Constant 54 37617a3babSopenharmony_ci 31: 13(int) Constant 1 38617a3babSopenharmony_ci 32: 29(ivec3) ConstantComposite 30 31 31 39617a3babSopenharmony_ci 4(main): 2 Function None 3 40617a3babSopenharmony_ci 5: Label 41617a3babSopenharmony_ci 8(result): 7(ptr) Variable Function 42617a3babSopenharmony_ci 12: 9(int64_t) Load 11(arg0) 43617a3babSopenharmony_ci 16: 13(int) Load 15(arg1) 44617a3babSopenharmony_ci 17: 9(int64_t) ShiftLeftLogical 12 16 45617a3babSopenharmony_ci 18: 6(int64_t) Bitcast 17 46617a3babSopenharmony_ci Store 8(result) 18 47617a3babSopenharmony_ci 19: 9(int64_t) Load 11(arg0) 48617a3babSopenharmony_ci 20: 13(int) Load 15(arg1) 49617a3babSopenharmony_ci 21: 9(int64_t) ShiftRightArithmetic 19 20 50617a3babSopenharmony_ci 22: 6(int64_t) Bitcast 21 51617a3babSopenharmony_ci Store 8(result) 22 52617a3babSopenharmony_ci 23: 13(int) Load 15(arg1) 53617a3babSopenharmony_ci 24: 6(int64_t) Load 8(result) 54617a3babSopenharmony_ci 25: 6(int64_t) ShiftLeftLogical 24 23 55617a3babSopenharmony_ci Store 8(result) 25 56617a3babSopenharmony_ci 26: 13(int) Load 15(arg1) 57617a3babSopenharmony_ci 27: 6(int64_t) Load 8(result) 58617a3babSopenharmony_ci 28: 6(int64_t) ShiftRightLogical 27 26 59617a3babSopenharmony_ci Store 8(result) 28 60617a3babSopenharmony_ci Return 61617a3babSopenharmony_ci FunctionEnd 62