| ; Generator: Google Tint Compiler; 0 |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %f "f" |
| OpExecutionMode %f LocalSize 1 1 1 |
| OpName %s_block "s_block" |
| OpMemberName %s_block 0 "inner" |
| OpDecorate %s_block Block |
| OpMemberDecorate %s_block 0 Offset 0 |
| OpDecorate %s DescriptorSet 0 |
| %s_block = OpTypeStruct %int |
| %_ptr_StorageBuffer_s_block = OpTypePointer StorageBuffer %s_block |
| %s = OpVariable %_ptr_StorageBuffer_s_block StorageBuffer |
| %5 = OpTypeFunction %void |
| %int_1 = OpConstant %int 1 |
| %uint_0 = OpConstant %uint 0 |
| %_ptr_StorageBuffer_int = OpTypePointer StorageBuffer %int |
| %f = OpFunction %void None %5 |
| %13 = OpAccessChain %_ptr_StorageBuffer_int %s %uint_0 |
| %14 = OpIAdd %int %int_1 %int_1 |
| %15 = OpIAdd %int %14 %int_1 |
| %16 = OpIAdd %int %15 %int_1 |