blob: b6beec436f5dc84b8892a5f2d8a4ab807a6839b0 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 170
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %main "main" %tint_symbol %tint_symbol_2
OpExecutionMode %main OriginUpperLeft
OpName %gl_FragCoord "gl_FragCoord"
OpName %buf0 "buf0"
OpMemberName %buf0 0 "injectionSwitch"
OpName %x_10 "x_10"
OpName %x_GLF_color "x_GLF_color"
OpName %tint_symbol "tint_symbol"
OpName %tint_symbol_2 "tint_symbol_2"
OpName %func_ "func_"
OpName %alwaysFalse "alwaysFalse"
OpName %value "value"
OpName %a "a"
OpName %i "i"
OpName %x_121 "x_121"
OpName %x_122_phi "x_122_phi"
OpName %main_1 "main_1"
OpName %count "count"
OpName %i_1 "i_1"
OpName %main_out "main_out"
OpMemberName %main_out 0 "x_GLF_color_1"
OpName %tint_symbol_3 "tint_symbol_3"
OpName %tint_symbol_1 "tint_symbol_1"
OpName %main "main"
OpDecorate %buf0 Block
OpMemberDecorate %buf0 0 Offset 0
OpDecorate %x_10 NonWritable
OpDecorate %x_10 DescriptorSet 0
OpDecorate %x_10 Binding 0
OpDecorate %tint_symbol BuiltIn FragCoord
OpDecorate %tint_symbol_2 Location 0
OpMemberDecorate %main_out 0 Offset 0
%float = OpTypeFloat 32
%v4float = OpTypeVector %float 4
%_ptr_Private_v4float = OpTypePointer Private %v4float
%5 = OpConstantNull %v4float
%gl_FragCoord = OpVariable %_ptr_Private_v4float Private %5
%v2float = OpTypeVector %float 2
%buf0 = OpTypeStruct %v2float
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
%x_10 = OpVariable %_ptr_Uniform_buf0 Uniform
%x_GLF_color = OpVariable %_ptr_Private_v4float Private %5
%_ptr_Input_v4float = OpTypePointer Input %v4float
%tint_symbol = OpVariable %_ptr_Input_v4float Input
%_ptr_Output_v4float = OpTypePointer Output %v4float
%tint_symbol_2 = OpVariable %_ptr_Output_v4float Output %5
%15 = OpTypeFunction %float
%bool = OpTypeBool
%_ptr_Function_bool = OpTypePointer Function %bool
%21 = OpConstantNull %bool
%_ptr_Function_v4float = OpTypePointer Function %v4float
%_ptr_Function_v2float = OpTypePointer Function %v2float
%26 = OpConstantNull %v2float
%int = OpTypeInt 32 1
%_ptr_Function_int = OpTypePointer Function %int
%30 = OpConstantNull %int
%uint = OpTypeInt 32 0
%uint_0 = OpConstant %uint 0
%_ptr_Private_float = OpTypePointer Private %float
%float_n1 = OpConstant %float -1
%_ptr_Uniform_v2float = OpTypePointer Uniform %v2float
%float_2 = OpConstant %float 2
%74 = OpConstantComposite %v2float %float_2 %float_2
%int_0 = OpConstant %int 0
%uint_1 = OpConstant %uint 1
%_ptr_Uniform_float = OpTypePointer Uniform %float
%int_1 = OpConstant %int 1
%_ptr_Function_float = OpTypePointer Function %float
%float_1 = OpConstant %float 1
%float_0 = OpConstant %float 0
%void = OpTypeVoid
%124 = OpTypeFunction %void
%int_2 = OpConstant %int 2
%155 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1
%156 = OpConstantComposite %v4float %float_0 %float_0 %float_0 %float_1
%main_out = OpTypeStruct %v4float
%157 = OpTypeFunction %void %main_out
%func_ = OpFunction %float None %15
%17 = OpLabel
%alwaysFalse = OpVariable %_ptr_Function_bool Function %21
%value = OpVariable %_ptr_Function_v4float Function %5
%a = OpVariable %_ptr_Function_v2float Function %26
%i = OpVariable %_ptr_Function_int Function %30
%x_121 = OpVariable %_ptr_Function_bool Function %21
%x_122_phi = OpVariable %_ptr_Function_bool Function %21
%36 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_0
%37 = OpLoad %float %36
%39 = OpFOrdLessThan %bool %37 %float_n1
OpStore %alwaysFalse %39
%40 = OpLoad %bool %alwaysFalse
OpSelectionMerge %41 None
OpBranchConditional %40 %42 %41
%42 = OpLabel
%43 = OpLoad %v2float %a
%44 = OpLoad %v4float %value
%45 = OpCompositeExtract %float %43 0
%46 = OpCompositeExtract %float %43 1
%47 = OpCompositeExtract %float %44 2
%48 = OpCompositeExtract %float %44 3
%49 = OpCompositeConstruct %v4float %45 %46 %47 %48
OpStore %value %49
OpBranch %41
%41 = OpLabel
%50 = OpLoad %bool %alwaysFalse
%51 = OpLogicalNot %bool %50
OpSelectionMerge %52 None
OpBranchConditional %51 %53 %52
%53 = OpLabel
%55 = OpAccessChain %_ptr_Uniform_v2float %x_10 %uint_0
%56 = OpLoad %v2float %55
%57 = OpLoad %v4float %value
%58 = OpCompositeExtract %float %56 0
%59 = OpCompositeExtract %float %56 1
%60 = OpCompositeExtract %float %57 2
%61 = OpCompositeExtract %float %57 3
%62 = OpCompositeConstruct %v4float %58 %59 %60 %61
OpStore %value %62
OpBranch %52
%52 = OpLabel
%63 = OpLoad %v4float %gl_FragCoord
%64 = OpLoad %v4float %value
%65 = OpLoad %v4float %value
%66 = OpCompositeExtract %float %63 0
%67 = OpCompositeExtract %float %63 1
%68 = OpCompositeConstruct %v2float %66 %67
%69 = OpCompositeExtract %float %64 0
%70 = OpCompositeExtract %float %64 1
%71 = OpCompositeConstruct %v2float %69 %70
%72 = OpFMul %v2float %68 %71
%75 = OpFMul %v2float %72 %74
%76 = OpCompositeExtract %float %65 0
%77 = OpCompositeExtract %float %65 1
%78 = OpCompositeConstruct %v2float %76 %77
%79 = OpFAdd %v2float %75 %78
%80 = OpLoad %v4float %value
%81 = OpCompositeExtract %float %80 0
%82 = OpCompositeExtract %float %80 1
%83 = OpCompositeExtract %float %79 0
%84 = OpCompositeExtract %float %79 1
%85 = OpCompositeConstruct %v4float %81 %82 %83 %84
OpStore %value %85
OpStore %i %int_0
OpBranch %87
%87 = OpLabel
OpLoopMerge %88 %89 None
OpBranch %90
%90 = OpLabel
%91 = OpLoad %int %i
%94 = OpAccessChain %_ptr_Uniform_float %x_10 %uint_0 %uint_1
%95 = OpLoad %float %94
%96 = OpConvertFToS %int %95
%98 = OpIAdd %int %96 %int_1
%99 = OpSLessThan %bool %91 %98
OpSelectionMerge %100 None
OpBranchConditional %99 %101 %102
%101 = OpLabel
OpBranch %100
%102 = OpLabel
OpBranch %88
%100 = OpLabel
%103 = OpLoad %int %i
%105 = OpAccessChain %_ptr_Function_float %value %uint_0
%106 = OpConvertSToF %float %103
OpStore %105 %106
OpBranch %89
%89 = OpLabel
%107 = OpLoad %int %i
%108 = OpIAdd %int %107 %int_1
OpStore %i %108
OpBranch %87
%88 = OpLabel
%109 = OpAccessChain %_ptr_Function_float %value %uint_0
%110 = OpLoad %float %109
%112 = OpFOrdEqual %bool %110 %float_1
OpStore %x_122_phi %112
OpSelectionMerge %113 None
OpBranchConditional %112 %114 %113
%114 = OpLabel
%115 = OpAccessChain %_ptr_Function_float %value %uint_1
%116 = OpLoad %float %115
%117 = OpFOrdEqual %bool %116 %float_1
OpStore %x_121 %117
%118 = OpLoad %bool %x_121
OpStore %x_122_phi %118
OpBranch %113
%113 = OpLabel
%119 = OpLoad %bool %x_122_phi
OpSelectionMerge %120 None
OpBranchConditional %119 %121 %122
%121 = OpLabel
OpReturnValue %float_1
%122 = OpLabel
OpReturnValue %float_0
%120 = OpLabel
OpReturnValue %float_0
OpFunctionEnd
%main_1 = OpFunction %void None %124
%127 = OpLabel
%count = OpVariable %_ptr_Function_int Function %30
%i_1 = OpVariable %_ptr_Function_int Function %30
OpStore %count %int_0
OpStore %i_1 %int_0
OpBranch %130
%130 = OpLabel
OpLoopMerge %131 %132 None
OpBranch %133
%133 = OpLabel
%134 = OpLoad %int %i_1
%135 = OpAccessChain %_ptr_Uniform_float %x_10 %uint_0 %uint_1
%136 = OpLoad %float %135
%137 = OpConvertFToS %int %136
%138 = OpIAdd %int %137 %int_1
%139 = OpSLessThan %bool %134 %138
OpSelectionMerge %140 None
OpBranchConditional %139 %141 %142
%141 = OpLabel
OpBranch %140
%142 = OpLabel
OpBranch %131
%140 = OpLabel
%143 = OpFunctionCall %float %func_
%144 = OpLoad %int %count
%145 = OpConvertFToS %int %143
%146 = OpIAdd %int %144 %145
OpStore %count %146
OpBranch %132
%132 = OpLabel
%147 = OpLoad %int %i_1
%148 = OpIAdd %int %147 %int_1
OpStore %i_1 %148
OpBranch %130
%131 = OpLabel
%149 = OpLoad %int %count
%151 = OpIEqual %bool %149 %int_2
OpSelectionMerge %152 None
OpBranchConditional %151 %153 %154
%153 = OpLabel
OpStore %x_GLF_color %155
OpBranch %152
%154 = OpLabel
OpStore %x_GLF_color %156
OpBranch %152
%152 = OpLabel
OpReturn
OpFunctionEnd
%tint_symbol_3 = OpFunction %void None %157
%tint_symbol_1 = OpFunctionParameter %main_out
%161 = OpLabel
%162 = OpCompositeExtract %v4float %tint_symbol_1 0
OpStore %tint_symbol_2 %162
OpReturn
OpFunctionEnd
%main = OpFunction %void None %124
%164 = OpLabel
%165 = OpLoad %v4float %tint_symbol
OpStore %gl_FragCoord %165
%166 = OpFunctionCall %void %main_1
%168 = OpLoad %v4float %x_GLF_color
%169 = OpCompositeConstruct %main_out %168
%167 = OpFunctionCall %void %tint_symbol_3 %169
OpReturn
OpFunctionEnd