blob: 39203b8595c6edc4a60eae999d841850760ba113 [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 None
%9 = OpISub %int %8 %int_1
OpStore %i %9 None
OpReturn
OpFunctionEnd
%unused_entry_point = OpFunction %void None %6
%12 = OpLabel
OpReturn
OpFunctionEnd