| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 18 |
| ; Schema: 0 |
| OpCapability Shader |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %f "f" |
| OpExecutionMode %f LocalSize 1 1 1 |
| OpName %s_block "s_block" |
| OpMemberName %s_block 0 "inner" |
| OpName %s "s" |
| OpName %f "f" |
| OpName %a__ "a__" |
| OpMemberName %a__ 0 "b__" |
| OpDecorate %s_block Block |
| OpMemberDecorate %s_block 0 Offset 0 |
| OpDecorate %s DescriptorSet 0 |
| OpDecorate %s Binding 0 |
| OpMemberDecorate %a__ 0 Offset 0 |
| %int = OpTypeInt 32 1 |
| %s_block = OpTypeStruct %int |
| %_ptr_StorageBuffer_s_block = OpTypePointer StorageBuffer %s_block |
| %s = OpVariable %_ptr_StorageBuffer_s_block StorageBuffer |
| %void = OpTypeVoid |
| %5 = OpTypeFunction %void |
| %a__ = OpTypeStruct %int |
| %10 = OpConstantNull %a__ |
| %uint = OpTypeInt 32 0 |
| %uint_0 = OpConstant %uint 0 |
| %_ptr_StorageBuffer_int = OpTypePointer StorageBuffer %int |
| %f = OpFunction %void None %5 |
| %8 = OpLabel |
| %11 = OpCompositeExtract %int %10 0 |
| %15 = OpAccessChain %_ptr_StorageBuffer_int %s %uint_0 |
| %16 = OpCompositeExtract %int %10 0 |
| %17 = OpIAdd %int %16 %11 |
| OpStore %15 %17 |
| OpReturn |
| OpFunctionEnd |