blob: 5be17050c9b4ac9488758621a47b1fcdc782bf5b [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 18
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %main "main" %main_loc0_Output
OpExecutionMode %main OriginUpperLeft
OpName %main_loc0_Output "main_loc0_Output"
OpName %main_inner "main_inner"
OpName %main "main"
OpDecorate %main_loc0_Output Location 0
%float = OpTypeFloat 32
%v4float = OpTypeVector %float 4
%_ptr_Output_v4float = OpTypePointer Output %v4float
%main_loc0_Output = OpVariable %_ptr_Output_v4float Output
%6 = OpTypeFunction %v4float
%float_0_100000001 = OpConstant %float 0.100000001
%float_0_200000003 = OpConstant %float 0.200000003
%float_0_300000012 = OpConstant %float 0.300000012
%float_0_400000006 = OpConstant %float 0.400000006
%8 = OpConstantComposite %v4float %float_0_100000001 %float_0_200000003 %float_0_300000012 %float_0_400000006
%void = OpTypeVoid
%15 = OpTypeFunction %void
%main_inner = OpFunction %v4float None %6
%7 = OpLabel
OpReturnValue %8
OpFunctionEnd
%main = OpFunction %void None %15
%16 = OpLabel
%17 = OpFunctionCall %v4float %main_inner
OpStore %main_loc0_Output %17 None
OpReturn
OpFunctionEnd