blob: 223cf79e5eff3c3753bd0496fb8da02f8e89d75b [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 14
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %unused_entry_point "unused_entry_point"
OpExecutionMode %unused_entry_point LocalSize 1 1 1
OpName %f "f"
OpName %a "a"
OpName %a_0 "a"
OpName %b "b"
OpName %unused_entry_point "unused_entry_point"
%void = OpTypeVoid
%int = OpTypeInt 32 1
%5 = OpTypeFunction %void %int
%_ptr_Function_int = OpTypePointer Function %int
%12 = OpTypeFunction %void
%f = OpFunction %void None %5
%a = OpFunctionParameter %int
%6 = OpLabel
%a_0 = OpVariable %_ptr_Function_int Function
%b = OpVariable %_ptr_Function_int Function
OpStore %a_0 %a
%9 = OpLoad %int %a_0 None
OpStore %b %9
OpReturn
OpFunctionEnd
%unused_entry_point = OpFunction %void None %12
%13 = OpLabel
OpReturn
OpFunctionEnd