blob: 4899b7a1dca441c2043cdfce745d1799c6409dbf [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 17
; 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 %f "f"
OpName %a "a"
OpName %a "a__"
OpName %a "b"
OpName %a "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
%void = OpTypeVoid
%7 = OpTypeFunction %void
%a = OpConstant %int 1
%_ptr_StorageBuffer_int = OpTypePointer StorageBuffer %int
%uint = OpTypeInt 32 0
%uint_0 = OpConstant %uint 0
%f = OpFunction %void None %7
%8 = OpLabel
%10 = OpIAdd %int %a %a
%11 = OpIAdd %int %10 %a
%12 = OpIAdd %int %11 %a
%13 = OpAccessChain %_ptr_StorageBuffer_int %1 %uint_0
OpStore %13 %12 None
OpReturn
OpFunctionEnd