| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 1 |
| ; Bound: 106 |
| ; Schema: 0 |
| OpCapability Shader |
| %63 = OpExtInstImport "GLSL.std.450" |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %unused_entry_point "unused_entry_point" |
| OpExecutionMode %unused_entry_point LocalSize 1 1 1 |
| OpMemberName %S 0 "a" |
| OpName %S "S" |
| OpMemberName %buffer_block 0 "inner" |
| OpName %buffer_block "buffer_block" |
| OpName %v "v" |
| OpName %idx1 "idx1" |
| OpName %idx2 "idx2" |
| OpName %idx3 "idx3" |
| OpName %idx4 "idx4" |
| OpName %idx5 "idx5" |
| OpName %idx6 "idx6" |
| OpName %main "main" |
| OpName %unused_entry_point "unused_entry_point" |
| OpDecorate %_arr_v4int_uint_4 ArrayStride 16 |
| OpMemberDecorate %S 0 Offset 0 |
| OpDecorate %_runtimearr_S ArrayStride 64 |
| OpMemberDecorate %buffer_block 0 Offset 0 |
| OpDecorate %buffer_block Block |
| OpDecorate %1 DescriptorSet 0 |
| OpDecorate %1 Binding 0 |
| OpDecorate %1 Coherent |
| %int = OpTypeInt 32 1 |
| %v4int = OpTypeVector %int 4 |
| %uint = OpTypeInt 32 0 |
| %uint_4 = OpConstant %uint 4 |
| %_arr_v4int_uint_4 = OpTypeArray %v4int %uint_4 |
| %S = OpTypeStruct %_arr_v4int_uint_4 |
| %_runtimearr_S = OpTypeRuntimeArray %S |
| %buffer_block = OpTypeStruct %_runtimearr_S |
| %_ptr_StorageBuffer_buffer_block = OpTypePointer StorageBuffer %buffer_block |
| %1 = OpVariable %_ptr_StorageBuffer_buffer_block StorageBuffer |
| %_ptr_Private_uint = OpTypePointer Private %uint |
| %13 = OpConstantNull %uint |
| %v = OpVariable %_ptr_Private_uint Private %13 |
| %15 = OpTypeFunction %int |
| %uint_1 = OpConstant %uint 1 |
| %int_1 = OpConstant %int 1 |
| %int_2 = OpConstant %int 2 |
| %int_3 = OpConstant %int 3 |
| %int_4 = OpConstant %int 4 |
| %int_0 = OpConstant %int 0 |
| %void = OpTypeVoid |
| %47 = OpTypeFunction %void |
| %_ptr_StorageBuffer__runtimearr_S = OpTypePointer StorageBuffer %_runtimearr_S |
| %uint_0 = OpConstant %uint 0 |
| %uint_3 = OpConstant %uint 3 |
| %_ptr_StorageBuffer_v4int = OpTypePointer StorageBuffer %v4int |
| %_ptr_StorageBuffer_int = OpTypePointer StorageBuffer %int |
| %uint_10 = OpConstant %uint 10 |
| %bool = OpTypeBool |
| %idx1 = OpFunction %int None %15 |
| %16 = OpLabel |
| %17 = OpLoad %uint %v None |
| %18 = OpISub %uint %17 %uint_1 |
| OpStore %v %18 None |
| OpReturnValue %int_1 |
| OpFunctionEnd |
| %idx2 = OpFunction %int None %15 |
| %22 = OpLabel |
| %23 = OpLoad %uint %v None |
| %24 = OpISub %uint %23 %uint_1 |
| OpStore %v %24 None |
| OpReturnValue %int_2 |
| OpFunctionEnd |
| %idx3 = OpFunction %int None %15 |
| %27 = OpLabel |
| %28 = OpLoad %uint %v None |
| %29 = OpISub %uint %28 %uint_1 |
| OpStore %v %29 None |
| OpReturnValue %int_3 |
| OpFunctionEnd |
| %idx4 = OpFunction %int None %15 |
| %32 = OpLabel |
| %33 = OpLoad %uint %v None |
| %34 = OpISub %uint %33 %uint_1 |
| OpStore %v %34 None |
| OpReturnValue %int_4 |
| OpFunctionEnd |
| %idx5 = OpFunction %int None %15 |
| %37 = OpLabel |
| %38 = OpLoad %uint %v None |
| %39 = OpISub %uint %38 %uint_1 |
| OpStore %v %39 None |
| OpReturnValue %int_0 |
| OpFunctionEnd |
| %idx6 = OpFunction %int None %15 |
| %42 = OpLabel |
| %43 = OpLoad %uint %v None |
| %44 = OpISub %uint %43 %uint_1 |
| OpStore %v %44 None |
| OpReturnValue %int_2 |
| OpFunctionEnd |
| %main = OpFunction %void None %47 |
| %48 = OpLabel |
| OpBranch %49 |
| %49 = OpLabel |
| %54 = OpFunctionCall %int %idx1 |
| %55 = OpFunctionCall %int %idx2 |
| %56 = OpAccessChain %_ptr_StorageBuffer__runtimearr_S %1 %uint_0 |
| %59 = OpArrayLength %uint %1 0 |
| %60 = OpISub %uint %59 %uint_1 |
| %61 = OpBitcast %uint %54 |
| %62 = OpExtInst %uint %63 UMin %61 %60 |
| %64 = OpBitcast %uint %55 |
| %65 = OpExtInst %uint %63 UMin %64 %uint_3 |
| %67 = OpAccessChain %_ptr_StorageBuffer_v4int %1 %uint_0 %62 %uint_0 %65 |
| %69 = OpFunctionCall %int %idx3 |
| %70 = OpBitcast %uint %69 |
| %71 = OpExtInst %uint %63 UMin %70 %uint_3 |
| %72 = OpAccessChain %_ptr_StorageBuffer_int %67 %71 |
| %74 = OpLoad %int %72 None |
| %75 = OpISub %int %74 %int_1 |
| %76 = OpBitcast %uint %69 |
| %77 = OpExtInst %uint %63 UMin %76 %uint_3 |
| %78 = OpAccessChain %_ptr_StorageBuffer_int %67 %77 |
| OpStore %78 %75 None |
| OpBranch %52 |
| %52 = OpLabel |
| OpLoopMerge %53 %51 None |
| OpBranch %50 |
| %50 = OpLabel |
| %79 = OpLoad %uint %v None |
| %80 = OpULessThan %bool %79 %uint_10 |
| OpSelectionMerge %83 None |
| OpBranchConditional %80 %83 %84 |
| %84 = OpLabel |
| OpBranch %53 |
| %83 = OpLabel |
| OpBranch %51 |
| %51 = OpLabel |
| %85 = OpFunctionCall %int %idx4 |
| %86 = OpFunctionCall %int %idx5 |
| %87 = OpAccessChain %_ptr_StorageBuffer__runtimearr_S %1 %uint_0 |
| %88 = OpArrayLength %uint %1 0 |
| %89 = OpISub %uint %88 %uint_1 |
| %90 = OpBitcast %uint %85 |
| %91 = OpExtInst %uint %63 UMin %90 %89 |
| %92 = OpBitcast %uint %86 |
| %93 = OpExtInst %uint %63 UMin %92 %uint_3 |
| %94 = OpAccessChain %_ptr_StorageBuffer_v4int %1 %uint_0 %91 %uint_0 %93 |
| %95 = OpFunctionCall %int %idx6 |
| %96 = OpBitcast %uint %95 |
| %97 = OpExtInst %uint %63 UMin %96 %uint_3 |
| %98 = OpAccessChain %_ptr_StorageBuffer_int %94 %97 |
| %99 = OpLoad %int %98 None |
| %100 = OpISub %int %99 %int_1 |
| %101 = OpBitcast %uint %95 |
| %102 = OpExtInst %uint %63 UMin %101 %uint_3 |
| %103 = OpAccessChain %_ptr_StorageBuffer_int %94 %102 |
| OpStore %103 %100 None |
| OpBranch %52 |
| %53 = OpLabel |
| OpReturn |
| OpFunctionEnd |
| %unused_entry_point = OpFunction %void None %47 |
| %105 = OpLabel |
| OpReturn |
| OpFunctionEnd |