blob: 8962887a6aa33b57440358d6b11ba3d4f84bed3f [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 26
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %f "f"
OpExecutionMode %f LocalSize 1 1 1
OpMemberName %s_block 0 "inner"
OpName %s_block "s_block"
OpName %a "a"
OpName %a__ "a__"
OpName %f "f"
OpName %b "b"
OpName %b__ "b__"
OpMemberDecorate %s_block 0 Offset 0
OpDecorate %s_block Block
OpDecorate %1 DescriptorSet 0
OpDecorate %1 Binding 0
OpDecorate %1 Coherent
%int = OpTypeInt 32 1
%s_block = OpTypeStruct %int
%_ptr_StorageBuffer_s_block = OpTypePointer StorageBuffer %s_block
%1 = OpVariable %_ptr_StorageBuffer_s_block StorageBuffer
%_ptr_Private_int = OpTypePointer Private %int
%int_1 = OpConstant %int 1
%a = OpVariable %_ptr_Private_int Private %int_1
%int_2 = OpConstant %int 2
%a__ = OpVariable %_ptr_Private_int Private %int_2
%void = OpTypeVoid
%12 = OpTypeFunction %void
%_ptr_Function_int = OpTypePointer Function %int
%_ptr_StorageBuffer_int = OpTypePointer StorageBuffer %int
%uint = OpTypeInt 32 0
%uint_0 = OpConstant %uint 0
%f = OpFunction %void None %12
%13 = OpLabel
%b = OpVariable %_ptr_Function_int Function
%b__ = OpVariable %_ptr_Function_int Function
%14 = OpLoad %int %a None
OpStore %b %14
%17 = OpLoad %int %a__ None
OpStore %b__ %17
%19 = OpLoad %int %b None
%20 = OpLoad %int %b__ None
%21 = OpIAdd %int %19 %20
%22 = OpAccessChain %_ptr_StorageBuffer_int %1 %uint_0
OpStore %22 %21 None
OpReturn
OpFunctionEnd