blob: d13685d065e704a118282e4e6a3c15fd4e1b341d [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 19
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %main "main"
OpExecutionMode %main LocalSize 1 1 1
OpName %s_block "s_block"
OpMemberName %s_block 0 "inner"
OpName %s "s"
OpName %f "f"
OpName %a__ "a__"
OpName %main "main"
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 %int
%uint = OpTypeInt 32 0
%uint_0 = OpConstant %uint 0
%_ptr_StorageBuffer_int = OpTypePointer StorageBuffer %int
%14 = OpTypeFunction %void
%int_1 = OpConstant %int 1
%f = OpFunction %void None %5
%a__ = OpFunctionParameter %int
%9 = OpLabel
%13 = OpAccessChain %_ptr_StorageBuffer_int %s %uint_0
OpStore %13 %a__
OpReturn
OpFunctionEnd
%main = OpFunction %void None %14
%16 = OpLabel
%17 = OpFunctionCall %void %f %int_1
OpReturn
OpFunctionEnd