blob: 8171bcdad5f85eb70588f335f88c7105df3cc49b [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 27
; 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
%_A = OpConstant %int 2
%uint = OpTypeInt 32 0
%_ptr_StorageBuffer_int = OpTypePointer StorageBuffer %int
%uint_0 = OpConstant %uint 0
%f = OpFunction %void None %7
%8 = OpLabel
%12 = OpBitcast %uint %A
%13 = OpBitcast %uint %_A
%14 = OpIAdd %uint %12 %13
%15 = OpBitcast %int %14
%16 = OpBitcast %uint %15
%17 = OpBitcast %uint %A
%18 = OpIAdd %uint %16 %17
%19 = OpBitcast %int %18
%20 = OpBitcast %uint %19
%21 = OpBitcast %uint %_A
%22 = OpIAdd %uint %20 %21
%23 = OpBitcast %int %22
%24 = OpAccessChain %_ptr_StorageBuffer_int %1 %uint_0
OpStore %24 %23 None
OpReturn
OpFunctionEnd