blob: 9128fc2fe8d7bc9e5508ccd6db3a70a9d58056ee [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 88
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %main "main" %tint_symbol_1
OpExecutionMode %main OriginUpperLeft
OpName %x_GLF_color "x_GLF_color"
OpName %tint_symbol_1 "tint_symbol_1"
OpName %main_1 "main_1"
OpName %GLF_live15c "GLF_live15c"
OpName %GLF_live15i "GLF_live15i"
OpName %GLF_live15d "GLF_live15d"
OpName %GLF_live15i_1 "GLF_live15i_1"
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 %tint_symbol_1 Location 0
OpMemberDecorate %main_out 0 Offset 0
%float = OpTypeFloat 32
%v4float = OpTypeVector %float 4
%_ptr_Private_v4float = OpTypePointer Private %v4float
%5 = OpConstantNull %v4float
%x_GLF_color = OpVariable %_ptr_Private_v4float Private %5
%_ptr_Output_v4float = OpTypePointer Output %v4float
%tint_symbol_1 = OpVariable %_ptr_Output_v4float Output %5
%void = OpTypeVoid
%8 = OpTypeFunction %void
%_ptr_Function_v4float = OpTypePointer Function %v4float
%int = OpTypeInt 32 1
%_ptr_Function_int = OpTypePointer Function %int
%17 = OpConstantNull %int
%float_0 = OpConstant %float 0
%21 = OpConstantComposite %v4float %float_0 %float_0 %float_0 %float_0
%int_0 = OpConstant %int 0
%int_4 = OpConstant %int 4
%bool = OpTypeBool
%int_3 = OpConstant %int 3
%uint = OpTypeInt 32 0
%uint_1 = OpConstant %uint 1
%_ptr_Function_float = OpTypePointer Function %float
%float_1 = OpConstant %float 1
%int_1 = OpConstant %int 1
%75 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1
%main_out = OpTypeStruct %v4float
%76 = OpTypeFunction %void %main_out
%main_1 = OpFunction %void None %8
%11 = OpLabel
%GLF_live15c = OpVariable %_ptr_Function_v4float Function %5
%GLF_live15i = OpVariable %_ptr_Function_int Function %17
%GLF_live15d = OpVariable %_ptr_Function_v4float Function %5
%GLF_live15i_1 = OpVariable %_ptr_Function_int Function %17
OpStore %GLF_live15c %21
OpStore %GLF_live15i %int_0
OpBranch %23
%23 = OpLabel
OpLoopMerge %24 %25 None
OpBranch %26
%26 = OpLabel
%27 = OpLoad %int %GLF_live15i
%29 = OpSLessThan %bool %27 %int_4
OpSelectionMerge %31 None
OpBranchConditional %29 %32 %33
%32 = OpLabel
OpBranch %31
%33 = OpLabel
OpBranch %24
%31 = OpLabel
%34 = OpLoad %int %GLF_live15i
%36 = OpSGreaterThanEqual %bool %34 %int_3
OpSelectionMerge %37 None
OpBranchConditional %36 %38 %37
%38 = OpLabel
OpBranch %24
%37 = OpLabel
%42 = OpAccessChain %_ptr_Function_float %GLF_live15c %uint_1
%43 = OpLoad %float %42
%45 = OpFOrdGreaterThanEqual %bool %43 %float_1
OpSelectionMerge %46 None
OpBranchConditional %45 %47 %46
%47 = OpLabel
%48 = OpLoad %int %GLF_live15i
%49 = OpAccessChain %_ptr_Function_float %GLF_live15c %48
OpStore %49 %float_1
OpBranch %46
%46 = OpLabel
OpBranch %25
%25 = OpLabel
%50 = OpLoad %int %GLF_live15i
%52 = OpIAdd %int %50 %int_1
OpStore %GLF_live15i %52
OpBranch %23
%24 = OpLabel
OpStore %GLF_live15d %21
OpStore %GLF_live15i_1 %int_0
OpBranch %53
%53 = OpLabel
OpLoopMerge %54 %55 None
OpBranch %56
%56 = OpLabel
%57 = OpLoad %int %GLF_live15i_1
%58 = OpSLessThan %bool %57 %int_4
OpSelectionMerge %59 None
OpBranchConditional %58 %60 %61
%60 = OpLabel
OpBranch %59
%61 = OpLabel
OpBranch %54
%59 = OpLabel
%62 = OpLoad %int %GLF_live15i_1
%63 = OpSGreaterThanEqual %bool %62 %int_3
OpSelectionMerge %64 None
OpBranchConditional %63 %65 %64
%65 = OpLabel
OpBranch %54
%64 = OpLabel
%66 = OpAccessChain %_ptr_Function_float %GLF_live15d %uint_1
%67 = OpLoad %float %66
%68 = OpFOrdGreaterThanEqual %bool %67 %float_1
OpSelectionMerge %69 None
OpBranchConditional %68 %70 %69
%70 = OpLabel
%71 = OpLoad %int %GLF_live15i_1
%72 = OpAccessChain %_ptr_Function_float %GLF_live15d %71
OpStore %72 %float_1
OpBranch %69
%69 = OpLabel
OpBranch %55
%55 = OpLabel
%73 = OpLoad %int %GLF_live15i_1
%74 = OpIAdd %int %73 %int_1
OpStore %GLF_live15i_1 %74
OpBranch %53
%54 = OpLabel
OpStore %x_GLF_color %75
OpReturn
OpFunctionEnd
%tint_symbol_2 = OpFunction %void None %76
%tint_symbol = OpFunctionParameter %main_out
%80 = OpLabel
%81 = OpCompositeExtract %v4float %tint_symbol 0
OpStore %tint_symbol_1 %81
OpReturn
OpFunctionEnd
%main = OpFunction %void None %8
%83 = OpLabel
%84 = OpFunctionCall %void %main_1
%86 = OpLoad %v4float %x_GLF_color
%87 = OpCompositeConstruct %main_out %86
%85 = OpFunctionCall %void %tint_symbol_2 %87
OpReturn
OpFunctionEnd