blob: d29e476e6e3e363069f47fafc7e3fb21ca9c30dc [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 14
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %a "a"
OpExecutionMode %a LocalSize 1 1 1
OpName %d "d"
OpName %c "c"
OpName %b "b"
OpName %a "a"
%void = OpTypeVoid
%3 = OpTypeFunction %void
%d = OpFunction %void None %3
%4 = OpLabel
OpReturn
OpFunctionEnd
%c = OpFunction %void None %3
%6 = OpLabel
%7 = OpFunctionCall %void %d
OpReturn
OpFunctionEnd
%b = OpFunction %void None %3
%9 = OpLabel
%10 = OpFunctionCall %void %c
OpReturn
OpFunctionEnd
%a = OpFunction %void None %3
%12 = OpLabel
%13 = OpFunctionCall %void %b
OpReturn
OpFunctionEnd