blob: 84085d11a42bbb8fad8467168b314e6eccdb92ab [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 27
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %unused_entry_point "unused_entry_point"
OpExecutionMode %unused_entry_point LocalSize 1 1 1
OpName %unused_entry_point "unused_entry_point"
OpName %c "c"
OpName %z "z"
OpName %a "a"
OpName %b "b"
OpName %b_1 "b_1"
%void = OpTypeVoid
%1 = OpTypeFunction %void
%int = OpTypeInt 32 1
%5 = OpTypeFunction %int %int
%int_1 = OpConstant %int 1
%_ptr_Function_int = OpTypePointer Function %int
%14 = OpConstantNull %int
%int_2 = OpConstant %int 2
%int_3 = OpConstant %int 3
%unused_entry_point = OpFunction %void None %1
%4 = OpLabel
OpReturn
OpFunctionEnd
%c = OpFunction %int None %5
%z = OpFunctionParameter %int
%9 = OpLabel
%a = OpVariable %_ptr_Function_int Function %14
%11 = OpIAdd %int %int_1 %z
OpStore %a %11
%15 = OpLoad %int %a
%17 = OpIAdd %int %15 %int_2
OpStore %a %17
%18 = OpLoad %int %a
OpReturnValue %18
OpFunctionEnd
%b = OpFunction %void None %1
%20 = OpLabel
%b_1 = OpVariable %_ptr_Function_int Function %14
%21 = OpFunctionCall %int %c %int_2
OpStore %b_1 %21
%23 = OpLoad %int %b_1
%24 = OpFunctionCall %int %c %int_3
%26 = OpIAdd %int %23 %24
OpStore %b_1 %26
OpReturn
OpFunctionEnd