blob: 11906ba968d03d7f41d66bae6a006151be905d83 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 20
; 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 %c "c"
OpName %d "d"
OpDecorate %s_block Block
OpMemberDecorate %s_block 0 Offset 0
OpDecorate %s DescriptorSet 0
OpDecorate %s Binding 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
%_ptr_Function_int = OpTypePointer Function %int
%11 = OpConstantNull %int
%uint = OpTypeInt 32 0
%uint_0 = OpConstant %uint 0
%_ptr_StorageBuffer_int = OpTypePointer StorageBuffer %int
%f = OpFunction %void None %5
%8 = OpLabel
%c = OpVariable %_ptr_Function_int Function %11
%d = OpVariable %_ptr_Function_int Function %11
%16 = OpAccessChain %_ptr_StorageBuffer_int %s %uint_0
%17 = OpLoad %int %c
%18 = OpLoad %int %d
%19 = OpIAdd %int %17 %18
OpStore %16 %19
OpReturn
OpFunctionEnd