| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 1 |
| ; Bound: 18 |
| ; Schema: 0 |
| OpCapability Shader |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %f "f" |
| OpExecutionMode %f LocalSize 1 1 1 |
| OpMemberName %tint_symbol_1 0 "tint_symbol" |
| OpName %tint_symbol_1 "tint_symbol_1" |
| OpName %f "f" |
| OpMemberName %_a 0 "_b" |
| OpName %_a "_a" |
| OpName %c "c" |
| OpName %d "d" |
| OpMemberDecorate %tint_symbol_1 0 Offset 0 |
| OpDecorate %tint_symbol_1 Block |
| OpDecorate %1 DescriptorSet 0 |
| OpDecorate %1 Binding 0 |
| OpDecorate %1 Coherent |
| OpMemberDecorate %_a 0 Offset 0 |
| %int = OpTypeInt 32 1 |
| %tint_symbol_1 = OpTypeStruct %int |
| %_ptr_StorageBuffer_tint_symbol_1 = OpTypePointer StorageBuffer %tint_symbol_1 |
| %1 = OpVariable %_ptr_StorageBuffer_tint_symbol_1 StorageBuffer |
| %void = OpTypeVoid |
| %7 = OpTypeFunction %void |
| %_a = OpTypeStruct %int |
| %c = OpConstantNull %_a |
| %_ptr_StorageBuffer_int = OpTypePointer StorageBuffer %int |
| %uint = OpTypeInt 32 0 |
| %uint_0 = OpConstant %uint 0 |
| %f = OpFunction %void None %7 |
| %8 = OpLabel |
| %d = OpCompositeExtract %int %c 0 |
| %12 = OpCompositeExtract %int %c 0 |
| %13 = OpIAdd %int %12 %d |
| %14 = OpAccessChain %_ptr_StorageBuffer_int %1 %uint_0 |
| OpStore %14 %13 None |
| OpReturn |
| OpFunctionEnd |