blob: 03814533d2b9aa5f533ff01e18321555571679da [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 13
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %unused_entry_point "unused_entry_point"
OpExecutionMode %unused_entry_point LocalSize 1 1 1
OpName %i "i"
OpName %main "main"
OpName %unused_entry_point "unused_entry_point"
%int = OpTypeInt 32 1
%_ptr_Workgroup_int = OpTypePointer Workgroup %int
%i = OpVariable %_ptr_Workgroup_int Workgroup
%void = OpTypeVoid
%6 = OpTypeFunction %void
%int_1 = OpConstant %int 1
%main = OpFunction %void None %6
%7 = OpLabel
%8 = OpLoad %int %i
%9 = OpIAdd %int %8 %int_1
OpStore %i %9
OpReturn
OpFunctionEnd
%unused_entry_point = OpFunction %void None %6
%12 = OpLabel
OpReturn
OpFunctionEnd