blob: 387a26aac9ebd58b72a4ea8e4029114735df3aef [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 79
; Schema: 0
OpCapability Shader
%55 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %main "main" %tint_symbol_1
OpExecutionMode %main OriginUpperLeft
OpName %buf0 "buf0"
OpMemberName %buf0 0 "injectionSwitch"
OpName %x_6 "x_6"
OpName %x_GLF_color "x_GLF_color"
OpName %tint_symbol_1 "tint_symbol_1"
OpName %main_1 "main_1"
OpName %i "i"
OpName %value "value"
OpName %y "y"
OpName %x_31_phi "x_31_phi"
OpName %x_55_phi "x_55_phi"
OpName %x_46_phi "x_46_phi"
OpName %main_out "main_out"
OpMemberName %main_out 0 "x_GLF_color_1"
OpName %tint_symbol_2 "tint_symbol_2"
OpName %tint_symbol "tint_symbol"
OpName %main "main"
OpDecorate %buf0 Block
OpMemberDecorate %buf0 0 Offset 0
OpDecorate %x_6 NonWritable
OpDecorate %x_6 DescriptorSet 0
OpDecorate %x_6 Binding 0
OpDecorate %tint_symbol_1 Location 0
OpMemberDecorate %main_out 0 Offset 0
%float = OpTypeFloat 32
%v2float = OpTypeVector %float 2
%buf0 = OpTypeStruct %v2float
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
%x_6 = OpVariable %_ptr_Uniform_buf0 Uniform
%v4float = OpTypeVector %float 4
%_ptr_Private_v4float = OpTypePointer Private %v4float
%9 = OpConstantNull %v4float
%x_GLF_color = OpVariable %_ptr_Private_v4float Private %9
%_ptr_Output_v4float = OpTypePointer Output %v4float
%tint_symbol_1 = OpVariable %_ptr_Output_v4float Output %9
%void = OpTypeVoid
%12 = OpTypeFunction %void
%int = OpTypeInt 32 1
%_ptr_Function_int = OpTypePointer Function %int
%19 = OpConstantNull %int
%_ptr_Function_float = OpTypePointer Function %float
%23 = OpConstantNull %float
%int_0 = OpConstant %int 0
%uint = OpTypeInt 32 0
%uint_0 = OpConstant %uint 0
%_ptr_Uniform_float = OpTypePointer Uniform %float
%int_2 = OpConstant %int 2
%bool = OpTypeBool
%float_0_5 = OpConstant %float 0.5
%float_1 = OpConstant %float 1
%int_1 = OpConstant %int 1
%float_0 = OpConstant %float 0
%main_out = OpTypeStruct %v4float
%67 = OpTypeFunction %void %main_out
%main_1 = OpFunction %void None %12
%15 = OpLabel
%i = OpVariable %_ptr_Function_int Function %19
%value = OpVariable %_ptr_Function_int Function %19
%y = OpVariable %_ptr_Function_float Function %23
%x_31_phi = OpVariable %_ptr_Function_int Function %19
%x_55_phi = OpVariable %_ptr_Function_float Function %23
%x_46_phi = OpVariable %_ptr_Function_float Function %23
OpStore %i %int_0
OpStore %x_31_phi %int_0
OpBranch %26
%26 = OpLabel
OpLoopMerge %27 %28 None
OpBranch %29
%29 = OpLabel
%30 = OpLoad %int %x_31_phi
%34 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %uint_0
%35 = OpLoad %float %34
%37 = OpConvertFToS %int %35
%38 = OpIAdd %int %int_2 %37
%39 = OpSLessThan %bool %30 %38
OpSelectionMerge %41 None
OpBranchConditional %39 %42 %43
%42 = OpLabel
OpBranch %41
%43 = OpLabel
OpBranch %27
%41 = OpLabel
OpStore %value %30
OpStore %y %float_0_5
OpStore %x_55_phi %float_0_5
OpStore %x_46_phi %float_0_5
OpSelectionMerge %47 None
OpSwitch %30 %48 0 %49 1 %50 2 %51
%49 = OpLabel
%52 = OpFAdd %float %float_0_5 %float_0_5
OpStore %y %52
OpStore %x_55_phi %52
OpBranch %50
%50 = OpLabel
%53 = OpLoad %float %x_55_phi
%54 = OpExtInst %float %55 NClamp %float_1 %float_0_5 %53
OpStore %y %54
OpStore %x_46_phi %54
OpBranch %48
%48 = OpLabel
OpBranch %51
%51 = OpLabel
%57 = OpLoad %float %x_46_phi
%58 = OpFOrdEqual %bool %57 %float_1
OpSelectionMerge %59 None
OpBranchConditional %58 %60 %59
%60 = OpLabel
%63 = OpIAdd %int %30 %int_1
%61 = OpConvertSToF %float %63
%65 = OpCompositeConstruct %v4float %61 %float_0 %float_0 %float_1
OpStore %x_GLF_color %65
OpReturn
%59 = OpLabel
OpBranch %47
%47 = OpLabel
OpBranch %28
%28 = OpLabel
%66 = OpIAdd %int %30 %int_1
OpStore %i %66
OpStore %x_31_phi %66
OpBranch %26
%27 = OpLabel
OpReturn
OpFunctionEnd
%tint_symbol_2 = OpFunction %void None %67
%tint_symbol = OpFunctionParameter %main_out
%71 = OpLabel
%72 = OpCompositeExtract %v4float %tint_symbol 0
OpStore %tint_symbol_1 %72
OpReturn
OpFunctionEnd
%main = OpFunction %void None %12
%74 = OpLabel
%75 = OpFunctionCall %void %main_1
%77 = OpLoad %v4float %x_GLF_color
%78 = OpCompositeConstruct %main_out %77
%76 = OpFunctionCall %void %tint_symbol_2 %78
OpReturn
OpFunctionEnd