| OpCapability Shader |
| %1 = OpExtInstImport "GLSL.std.450" |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %main "main" %gl_WorkGroupID |
| OpExecutionMode %main LocalSize 4 1 1 |
| OpSource GLSL 430 |
| OpName %main "main" |
| OpName %base_index_in "base_index_in" |
| OpName %gl_WorkGroupID "gl_WorkGroupID" |
| OpName %base_index_out "base_index_out" |
| OpName %index_in0 "index_in0" |
| OpName %index_in1 "index_in1" |
| OpName %index_out0 "index_out0" |
| OpName %index_out1 "index_out1" |
| OpName %condition_index "condition_index" |
| OpName %i "i" |
| OpName %In2 "In2" |
| OpMemberName %In2 0 "data_in2" |
| OpName %_ "" |
| OpName %Out0 "Out0" |
| OpMemberName %Out0 0 "data_out0" |
| OpName %__0 "" |
| OpName %In1 "In1" |
| OpMemberName %In1 0 "data_in1" |
| OpName %__1 "" |
| OpName %In0 "In0" |
| OpMemberName %In0 0 "data_in0" |
| OpName %__2 "" |
| OpName %temp0 "temp0" |
| OpName %temp1 "temp1" |
| OpDecorate %gl_WorkGroupID BuiltIn WorkgroupId |
| OpDecorate %_arr_int_uint_8 ArrayStride 4 |
| OpMemberDecorate %In2 0 NonWritable |
| OpMemberDecorate %In2 0 Offset 0 |
| OpDecorate %In2 Block |
| OpDecorate %_ DescriptorSet 0 |
| OpDecorate %_ Binding 2 |
| OpDecorate %_arr_int_uint_1024 ArrayStride 4 |
| OpMemberDecorate %Out0 0 NonReadable |
| OpMemberDecorate %Out0 0 Offset 0 |
| OpDecorate %Out0 Block |
| OpDecorate %__0 DescriptorSet 0 |
| OpDecorate %__0 Binding 3 |
| OpDecorate %_arr_int_uint_512 ArrayStride 4 |
| OpMemberDecorate %In1 0 NonWritable |
| OpMemberDecorate %In1 0 Offset 0 |
| OpDecorate %In1 Block |
| OpDecorate %__1 DescriptorSet 0 |
| OpDecorate %__1 Binding 1 |
| OpDecorate %_arr_int_uint_512_0 ArrayStride 4 |
| OpMemberDecorate %In0 0 NonWritable |
| OpMemberDecorate %In0 0 Offset 0 |
| OpDecorate %In0 Block |
| OpDecorate %__2 DescriptorSet 0 |
| OpDecorate %__2 Binding 0 |
| OpDecorate %gl_WorkGroupSize BuiltIn WorkgroupSize |
| %void = OpTypeVoid |
| %28 = OpTypeFunction %void |
| %uint = OpTypeInt 32 0 |
| %_ptr_Function_uint = OpTypePointer Function %uint |
| %uint_128 = OpConstant %uint 128 |
| %v3uint = OpTypeVector %uint 3 |
| %_ptr_Input_v3uint = OpTypePointer Input %v3uint |
| %gl_WorkGroupID = OpVariable %_ptr_Input_v3uint Input |
| %uint_0 = OpConstant %uint 0 |
| %_ptr_Input_uint = OpTypePointer Input %uint |
| %uint_256 = OpConstant %uint 256 |
| %int = OpTypeInt 32 1 |
| %_ptr_Function_int = OpTypePointer Function %int |
| %int_127 = OpConstant %int 127 |
| %int_383 = OpConstant %int 383 |
| %int_255 = OpConstant %int 255 |
| %int_0 = OpConstant %int 0 |
| %int_256 = OpConstant %int 256 |
| %bool = OpTypeBool |
| %uint_8 = OpConstant %uint 8 |
| %_arr_int_uint_8 = OpTypeArray %int %uint_8 |
| %In2 = OpTypeStruct %_arr_int_uint_8 |
| %_ptr_StorageBuffer_In2 = OpTypePointer StorageBuffer %In2 |
| %_ = OpVariable %_ptr_StorageBuffer_In2 StorageBuffer |
| %_ptr_StorageBuffer_int = OpTypePointer StorageBuffer %int |
| %uint_1024 = OpConstant %uint 1024 |
| %_arr_int_uint_1024 = OpTypeArray %int %uint_1024 |
| %Out0 = OpTypeStruct %_arr_int_uint_1024 |
| %_ptr_StorageBuffer_Out0 = OpTypePointer StorageBuffer %Out0 |
| %__0 = OpVariable %_ptr_StorageBuffer_Out0 StorageBuffer |
| %uint_512 = OpConstant %uint 512 |
| %_arr_int_uint_512 = OpTypeArray %int %uint_512 |
| %In1 = OpTypeStruct %_arr_int_uint_512 |
| %_ptr_StorageBuffer_In1 = OpTypePointer StorageBuffer %In1 |
| %__1 = OpVariable %_ptr_StorageBuffer_In1 StorageBuffer |
| %int_1 = OpConstant %int 1 |
| %_arr_int_uint_512_0 = OpTypeArray %int %uint_512 |
| %In0 = OpTypeStruct %_arr_int_uint_512_0 |
| %_ptr_StorageBuffer_In0 = OpTypePointer StorageBuffer %In0 |
| %__2 = OpVariable %_ptr_StorageBuffer_In0 StorageBuffer |
| %uint_4 = OpConstant %uint 4 |
| %uint_1 = OpConstant %uint 1 |
| %gl_WorkGroupSize = OpConstantComposite %v3uint %uint_4 %uint_1 %uint_1 |
| %main = OpFunction %void None %28 |
| %56 = OpLabel |
| %base_index_in = OpVariable %_ptr_Function_uint Function |
| %base_index_out = OpVariable %_ptr_Function_uint Function |
| %index_in0 = OpVariable %_ptr_Function_int Function |
| %index_in1 = OpVariable %_ptr_Function_int Function |
| %index_out0 = OpVariable %_ptr_Function_int Function |
| %index_out1 = OpVariable %_ptr_Function_int Function |
| %condition_index = OpVariable %_ptr_Function_int Function |
| %i = OpVariable %_ptr_Function_int Function |
| %temp0 = OpVariable %_ptr_Function_int Function |
| %temp1 = OpVariable %_ptr_Function_int Function |
| %57 = OpAccessChain %_ptr_Input_uint %gl_WorkGroupID %uint_0 |
| %58 = OpLoad %uint %57 |
| %59 = OpIMul %uint %uint_128 %58 |
| OpStore %base_index_in %59 |
| %60 = OpAccessChain %_ptr_Input_uint %gl_WorkGroupID %uint_0 |
| %61 = OpLoad %uint %60 |
| %62 = OpIMul %uint %uint_256 %61 |
| OpStore %base_index_out %62 |
| OpStore %index_in0 %int_127 |
| OpStore %index_in1 %int_383 |
| OpStore %index_out0 %int_255 |
| OpStore %index_out1 %int_383 |
| OpStore %condition_index %int_0 |
| OpStore %i %int_0 |
| OpBranch %63 |
| %63 = OpLabel |
| OpLoopMerge %64 %65 None |
| OpBranch %66 |
| %66 = OpLabel |
| %67 = OpLoad %int %i |
| %68 = OpSLessThan %bool %67 %int_256 |
| OpBranchConditional %68 %69 %64 |
| %69 = OpLabel |
| %70 = OpLoad %int %condition_index |
| %71 = OpAccessChain %_ptr_StorageBuffer_int %_ %int_0 %70 |
| %72 = OpLoad %int %71 |
| %73 = OpIEqual %bool %72 %int_0 |
| OpSelectionMerge %74 None |
| OpBranchConditional %73 %75 %76 |
| %75 = OpLabel |
| %77 = OpLoad %uint %base_index_out |
| %78 = OpLoad %int %index_out0 |
| %79 = OpBitcast %uint %78 |
| %80 = OpIAdd %uint %77 %79 |
| %81 = OpLoad %uint %base_index_in |
| %82 = OpLoad %int %index_in0 |
| %83 = OpBitcast %uint %82 |
| %84 = OpIAdd %uint %81 %83 |
| %85 = OpAccessChain %_ptr_StorageBuffer_int %__1 %int_0 %84 |
| %86 = OpLoad %int %85 |
| %87 = OpAccessChain %_ptr_StorageBuffer_int %__0 %int_0 %80 |
| OpStore %87 %86 |
| %88 = OpLoad %int %index_out0 |
| %89 = OpISub %int %88 %int_1 |
| OpStore %index_out0 %89 |
| %90 = OpLoad %int %index_in1 |
| %91 = OpISub %int %90 %int_1 |
| OpStore %index_in1 %91 |
| OpBranch %74 |
| %76 = OpLabel |
| %92 = OpLoad %uint %base_index_out |
| %93 = OpLoad %int %index_out1 |
| %94 = OpBitcast %uint %93 |
| %95 = OpIAdd %uint %92 %94 |
| %96 = OpLoad %uint %base_index_in |
| %97 = OpLoad %int %index_in1 |
| %98 = OpBitcast %uint %97 |
| %99 = OpIAdd %uint %96 %98 |
| %100 = OpAccessChain %_ptr_StorageBuffer_int %__2 %int_0 %99 |
| %101 = OpLoad %int %100 |
| %102 = OpAccessChain %_ptr_StorageBuffer_int %__0 %int_0 %95 |
| OpStore %102 %101 |
| %103 = OpLoad %int %index_out1 |
| %104 = OpISub %int %103 %int_1 |
| OpStore %index_out1 %104 |
| %105 = OpLoad %int %index_in1 |
| %106 = OpISub %int %105 %int_1 |
| OpStore %index_in1 %106 |
| OpBranch %74 |
| %74 = OpLabel |
| %107 = OpLoad %int %condition_index |
| %108 = OpIAdd %int %107 %int_1 |
| %109 = OpAccessChain %_ptr_StorageBuffer_int %_ %int_0 %108 |
| %110 = OpLoad %int %109 |
| %111 = OpLoad %int %condition_index |
| %112 = OpIAdd %int %111 %110 |
| OpStore %condition_index %112 |
| %113 = OpLoad %int %index_in0 |
| OpStore %temp0 %113 |
| %114 = OpLoad %int %index_in1 |
| OpStore %index_in0 %114 |
| %115 = OpLoad %int %temp0 |
| OpStore %index_in1 %115 |
| %116 = OpLoad %int %index_out0 |
| OpStore %temp1 %116 |
| %117 = OpLoad %int %index_out1 |
| OpStore %index_out0 %117 |
| %118 = OpLoad %int %temp1 |
| OpStore %index_out1 %118 |
| OpBranch %65 |
| %65 = OpLabel |
| %119 = OpLoad %int %i |
| %120 = OpIAdd %int %119 %int_1 |
| OpStore %i %120 |
| OpBranch %63 |
| %64 = OpLabel |
| OpReturn |
| OpFunctionEnd |