blob: 98ab5e516d031be0dca3fb3dd111a1c12a50efc5 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 306
; Schema: 0
OpCapability Shader
%97 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %main "main" %tint_symbol %tint_symbol_2
OpExecutionMode %main OriginUpperLeft
OpName %buf0 "buf0"
OpMemberName %buf0 0 "resolution"
OpName %x_15 "x_15"
OpName %gl_FragCoord "gl_FragCoord"
OpName %x_GLF_color "x_GLF_color"
OpName %tint_symbol "tint_symbol"
OpName %tint_symbol_2 "tint_symbol_2"
OpName %cross2d_vf2_vf2_ "cross2d_vf2_vf2_"
OpName %a "a"
OpName %b "b"
OpName %pointInTriangle_vf2_vf2_vf2_vf2_ "pointInTriangle_vf2_vf2_vf2_vf2_"
OpName %p "p"
OpName %a_1 "a_1"
OpName %b_1 "b_1"
OpName %c "c"
OpName %var_y "var_y"
OpName %x_96 "x_96"
OpName %x_97 "x_97"
OpName %clamp_y "clamp_y"
OpName %pab "pab"
OpName %param "param"
OpName %param_1 "param_1"
OpName %pbc "pbc"
OpName %param_2 "param_2"
OpName %param_3 "param_3"
OpName %pca "pca"
OpName %param_4 "param_4"
OpName %param_5 "param_5"
OpName %x_173 "x_173"
OpName %x_205 "x_205"
OpName %x_174_phi "x_174_phi"
OpName %x_206_phi "x_206_phi"
OpName %main_1 "main_1"
OpName %pos "pos"
OpName %param_6 "param_6"
OpName %param_7 "param_7"
OpName %param_8 "param_8"
OpName %param_9 "param_9"
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_15 NonWritable
OpDecorate %x_15 DescriptorSet 0
OpDecorate %x_15 Binding 0
OpDecorate %tint_symbol BuiltIn FragCoord
OpDecorate %tint_symbol_2 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_15 = OpVariable %_ptr_Uniform_buf0 Uniform
%v4float = OpTypeVector %float 4
%_ptr_Private_v4float = OpTypePointer Private %v4float
%9 = OpConstantNull %v4float
%gl_FragCoord = OpVariable %_ptr_Private_v4float Private %9
%x_GLF_color = OpVariable %_ptr_Private_v4float Private %9
%_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 %9
%_ptr_Function_v2float = OpTypePointer Function %v2float
%15 = OpTypeFunction %float %_ptr_Function_v2float %_ptr_Function_v2float
%uint = OpTypeInt 32 0
%uint_0 = OpConstant %uint 0
%_ptr_Function_float = OpTypePointer Function %float
%uint_1 = OpConstant %uint 1
%int = OpTypeInt 32 1
%40 = OpTypeFunction %int %_ptr_Function_v2float %_ptr_Function_v2float %_ptr_Function_v2float %_ptr_Function_v2float
%49 = OpConstantNull %float
%55 = OpConstantNull %v2float
%bool = OpTypeBool
%_ptr_Function_bool = OpTypePointer Function %bool
%66 = OpConstantNull %bool
%_ptr_Uniform_float = OpTypePointer Uniform %float
%float_0 = OpConstant %float 0
%true = OpConstantTrue %bool
%float_1 = OpConstant %float 1
%float_n1 = OpConstant %float -1
%int_0 = OpConstant %int 0
%int_1 = OpConstant %int 1
%void = OpTypeVoid
%255 = OpTypeFunction %void
%_ptr_Uniform_v2float = OpTypePointer Uniform %v2float
%float_0_699999988 = OpConstant %float 0.699999988
%float_0_300000012 = OpConstant %float 0.300000012
%275 = OpConstantComposite %v2float %float_0_699999988 %float_0_300000012
%float_0_5 = OpConstant %float 0.5
%float_0_899999976 = OpConstant %float 0.899999976
%278 = OpConstantComposite %v2float %float_0_5 %float_0_899999976
%float_0_100000001 = OpConstant %float 0.100000001
%float_0_400000006 = OpConstant %float 0.400000006
%281 = OpConstantComposite %v2float %float_0_100000001 %float_0_400000006
%291 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1
%292 = OpConstantComposite %v4float %float_0 %float_0 %float_0 %float_1
%main_out = OpTypeStruct %v4float
%293 = OpTypeFunction %void %main_out
%cross2d_vf2_vf2_ = OpFunction %float None %15
%a = OpFunctionParameter %_ptr_Function_v2float
%b = OpFunctionParameter %_ptr_Function_v2float
%20 = OpLabel
%25 = OpAccessChain %_ptr_Function_float %a %uint_0
%26 = OpLoad %float %25
%29 = OpAccessChain %_ptr_Function_float %b %uint_1
%30 = OpLoad %float %29
%32 = OpAccessChain %_ptr_Function_float %b %uint_0
%33 = OpLoad %float %32
%35 = OpAccessChain %_ptr_Function_float %a %uint_1
%36 = OpLoad %float %35
%37 = OpFMul %float %26 %30
%38 = OpFMul %float %33 %36
%39 = OpFSub %float %37 %38
OpReturnValue %39
OpFunctionEnd
%pointInTriangle_vf2_vf2_vf2_vf2_ = OpFunction %int None %40
%p = OpFunctionParameter %_ptr_Function_v2float
%a_1 = OpFunctionParameter %_ptr_Function_v2float
%b_1 = OpFunctionParameter %_ptr_Function_v2float
%c = OpFunctionParameter %_ptr_Function_v2float
%47 = OpLabel
%var_y = OpVariable %_ptr_Function_float Function %49
%x_96 = OpVariable %_ptr_Function_float Function %49
%x_97 = OpVariable %_ptr_Function_float Function %49
%clamp_y = OpVariable %_ptr_Function_float Function %49
%pab = OpVariable %_ptr_Function_float Function %49
%param = OpVariable %_ptr_Function_v2float Function %55
%param_1 = OpVariable %_ptr_Function_v2float Function %55
%pbc = OpVariable %_ptr_Function_float Function %49
%param_2 = OpVariable %_ptr_Function_v2float Function %55
%param_3 = OpVariable %_ptr_Function_v2float Function %55
%pca = OpVariable %_ptr_Function_float Function %49
%param_4 = OpVariable %_ptr_Function_v2float Function %55
%param_5 = OpVariable %_ptr_Function_v2float Function %55
%x_173 = OpVariable %_ptr_Function_bool Function %66
%x_205 = OpVariable %_ptr_Function_bool Function %66
%x_174_phi = OpVariable %_ptr_Function_bool Function %66
%x_206_phi = OpVariable %_ptr_Function_bool Function %66
%71 = OpAccessChain %_ptr_Uniform_float %x_15 %uint_0 %uint_0
%72 = OpLoad %float %71
%73 = OpAccessChain %_ptr_Uniform_float %x_15 %uint_0 %uint_1
%74 = OpLoad %float %73
%75 = OpFOrdEqual %bool %72 %74
OpSelectionMerge %76 None
OpBranchConditional %75 %77 %78
%77 = OpLabel
%80 = OpAccessChain %_ptr_Function_float %c %uint_1
%81 = OpLoad %float %80
%83 = OpCompositeConstruct %v2float %float_0 %81
OpSelectionMerge %85 None
OpBranchConditional %true %86 %87
%86 = OpLabel
%89 = OpAccessChain %_ptr_Function_float %c %uint_1
%90 = OpLoad %float %89
OpStore %x_97 %90
OpBranch %85
%87 = OpLabel
OpStore %x_97 %float_1
OpBranch %85
%85 = OpLabel
%92 = OpLoad %float %x_97
%94 = OpAccessChain %_ptr_Function_float %c %uint_1
%95 = OpLoad %float %94
%96 = OpExtInst %float %97 NMax %92 %95
%98 = OpCompositeConstruct %v2float %float_1 %96
%99 = OpCompositeExtract %float %83 0
%100 = OpCompositeExtract %float %83 1
%101 = OpCompositeConstruct %v2float %99 %100
OpStore %x_96 %81
OpBranch %76
%78 = OpLabel
OpStore %x_96 %float_n1
OpBranch %76
%76 = OpLabel
%103 = OpLoad %float %x_96
OpStore %var_y %103
%105 = OpAccessChain %_ptr_Function_float %c %uint_1
%106 = OpLoad %float %105
%108 = OpAccessChain %_ptr_Function_float %c %uint_1
%109 = OpLoad %float %108
%110 = OpLoad %float %var_y
%111 = OpExtInst %float %97 NClamp %106 %109 %110
OpStore %clamp_y %111
%113 = OpAccessChain %_ptr_Function_float %p %uint_0
%114 = OpLoad %float %113
%116 = OpAccessChain %_ptr_Function_float %a_1 %uint_0
%117 = OpLoad %float %116
%119 = OpAccessChain %_ptr_Function_float %p %uint_1
%120 = OpLoad %float %119
%122 = OpAccessChain %_ptr_Function_float %a_1 %uint_1
%123 = OpLoad %float %122
%125 = OpAccessChain %_ptr_Function_float %b_1 %uint_0
%126 = OpLoad %float %125
%128 = OpAccessChain %_ptr_Function_float %a_1 %uint_0
%129 = OpLoad %float %128
%131 = OpAccessChain %_ptr_Function_float %b_1 %uint_1
%132 = OpLoad %float %131
%134 = OpAccessChain %_ptr_Function_float %a_1 %uint_1
%135 = OpLoad %float %134
%136 = OpFSub %float %114 %117
%137 = OpFSub %float %120 %123
%138 = OpCompositeConstruct %v2float %136 %137
OpStore %param %138
%139 = OpFSub %float %126 %129
%140 = OpFSub %float %132 %135
%141 = OpCompositeConstruct %v2float %139 %140
OpStore %param_1 %141
%142 = OpFunctionCall %float %cross2d_vf2_vf2_ %param %param_1
OpStore %pab %142
%146 = OpAccessChain %_ptr_Function_float %p %uint_0
%147 = OpLoad %float %146
%149 = OpAccessChain %_ptr_Function_float %b_1 %uint_0
%150 = OpLoad %float %149
%152 = OpAccessChain %_ptr_Function_float %p %uint_1
%153 = OpLoad %float %152
%155 = OpAccessChain %_ptr_Function_float %b_1 %uint_1
%156 = OpLoad %float %155
%158 = OpAccessChain %_ptr_Function_float %c %uint_0
%159 = OpLoad %float %158
%161 = OpAccessChain %_ptr_Function_float %b_1 %uint_0
%162 = OpLoad %float %161
%163 = OpLoad %float %clamp_y
%165 = OpAccessChain %_ptr_Function_float %b_1 %uint_1
%166 = OpLoad %float %165
%167 = OpFSub %float %147 %150
%168 = OpFSub %float %153 %156
%169 = OpCompositeConstruct %v2float %167 %168
OpStore %param_2 %169
%170 = OpFSub %float %159 %162
%171 = OpFSub %float %163 %166
%172 = OpCompositeConstruct %v2float %170 %171
OpStore %param_3 %172
%173 = OpFunctionCall %float %cross2d_vf2_vf2_ %param_2 %param_3
OpStore %pbc %173
%176 = OpLoad %float %pab
%177 = OpLoad %float %pbc
%178 = OpFOrdLessThan %bool %176 %float_0
OpSelectionMerge %179 None
OpBranchConditional %178 %180 %179
%180 = OpLabel
%181 = OpFOrdLessThan %bool %177 %float_0
OpBranch %179
%179 = OpLabel
%182 = OpPhi %bool %178 %76 %181 %180
OpStore %x_174_phi %182
%183 = OpLogicalNot %bool %182
OpSelectionMerge %184 None
OpBranchConditional %183 %185 %184
%185 = OpLabel
%186 = OpLoad %float %pab
%187 = OpLoad %float %pbc
%188 = OpFOrdGreaterThanEqual %bool %186 %float_0
OpSelectionMerge %189 None
OpBranchConditional %188 %190 %189
%190 = OpLabel
%191 = OpFOrdGreaterThanEqual %bool %187 %float_0
OpBranch %189
%189 = OpLabel
%192 = OpPhi %bool %188 %185 %191 %190
OpStore %x_173 %192
%193 = OpLoad %bool %x_173
OpStore %x_174_phi %193
OpBranch %184
%184 = OpLabel
%194 = OpLoad %bool %x_174_phi
%195 = OpLogicalNot %bool %194
OpSelectionMerge %196 None
OpBranchConditional %195 %197 %196
%197 = OpLabel
OpReturnValue %int_0
%196 = OpLabel
%200 = OpAccessChain %_ptr_Function_float %p %uint_0
%201 = OpLoad %float %200
%203 = OpAccessChain %_ptr_Function_float %c %uint_0
%204 = OpLoad %float %203
%206 = OpAccessChain %_ptr_Function_float %p %uint_1
%207 = OpLoad %float %206
%209 = OpAccessChain %_ptr_Function_float %c %uint_1
%210 = OpLoad %float %209
%212 = OpAccessChain %_ptr_Function_float %a_1 %uint_0
%213 = OpLoad %float %212
%215 = OpAccessChain %_ptr_Function_float %c %uint_0
%216 = OpLoad %float %215
%218 = OpAccessChain %_ptr_Function_float %a_1 %uint_1
%219 = OpLoad %float %218
%221 = OpAccessChain %_ptr_Function_float %c %uint_1
%222 = OpLoad %float %221
%223 = OpFSub %float %201 %204
%224 = OpFSub %float %207 %210
%225 = OpCompositeConstruct %v2float %223 %224
OpStore %param_4 %225
%226 = OpFSub %float %213 %216
%227 = OpFSub %float %219 %222
%228 = OpCompositeConstruct %v2float %226 %227
OpStore %param_5 %228
%229 = OpFunctionCall %float %cross2d_vf2_vf2_ %param_4 %param_5
OpStore %pca %229
%232 = OpLoad %float %pab
%233 = OpLoad %float %pca
%234 = OpFOrdLessThan %bool %232 %float_0
OpSelectionMerge %235 None
OpBranchConditional %234 %236 %235
%236 = OpLabel
%237 = OpFOrdLessThan %bool %233 %float_0
OpBranch %235
%235 = OpLabel
%238 = OpPhi %bool %234 %196 %237 %236
OpStore %x_206_phi %238
%239 = OpLogicalNot %bool %238
OpSelectionMerge %240 None
OpBranchConditional %239 %241 %240
%241 = OpLabel
%242 = OpLoad %float %pab
%243 = OpLoad %float %pca
%244 = OpFOrdGreaterThanEqual %bool %242 %float_0
OpSelectionMerge %245 None
OpBranchConditional %244 %246 %245
%246 = OpLabel
%247 = OpFOrdGreaterThanEqual %bool %243 %float_0
OpBranch %245
%245 = OpLabel
%248 = OpPhi %bool %244 %241 %247 %246
OpStore %x_205 %248
%249 = OpLoad %bool %x_205
OpStore %x_206_phi %249
OpBranch %240
%240 = OpLabel
%250 = OpLoad %bool %x_206_phi
%251 = OpLogicalNot %bool %250
OpSelectionMerge %252 None
OpBranchConditional %251 %253 %252
%253 = OpLabel
OpReturnValue %int_0
%252 = OpLabel
OpReturnValue %int_1
OpFunctionEnd
%main_1 = OpFunction %void None %255
%258 = OpLabel
%pos = OpVariable %_ptr_Function_v2float Function %55
%param_6 = OpVariable %_ptr_Function_v2float Function %55
%param_7 = OpVariable %_ptr_Function_v2float Function %55
%param_8 = OpVariable %_ptr_Function_v2float Function %55
%param_9 = OpVariable %_ptr_Function_v2float Function %55
%264 = OpLoad %v4float %gl_FragCoord
%266 = OpAccessChain %_ptr_Uniform_v2float %x_15 %uint_0
%267 = OpLoad %v2float %266
%268 = OpCompositeExtract %float %264 0
%269 = OpCompositeExtract %float %264 1
%270 = OpCompositeConstruct %v2float %268 %269
%271 = OpFDiv %v2float %270 %267
OpStore %pos %271
%272 = OpLoad %v2float %pos
OpStore %param_6 %272
OpStore %param_7 %275
OpStore %param_8 %278
OpStore %param_9 %281
%282 = OpFunctionCall %int %pointInTriangle_vf2_vf2_vf2_vf2_ %param_6 %param_7 %param_8 %param_9
%287 = OpIEqual %bool %282 %int_1
OpSelectionMerge %288 None
OpBranchConditional %287 %289 %290
%289 = OpLabel
OpStore %x_GLF_color %291
OpBranch %288
%290 = OpLabel
OpStore %x_GLF_color %292
OpBranch %288
%288 = OpLabel
OpReturn
OpFunctionEnd
%tint_symbol_3 = OpFunction %void None %293
%tint_symbol_1 = OpFunctionParameter %main_out
%297 = OpLabel
%298 = OpCompositeExtract %v4float %tint_symbol_1 0
OpStore %tint_symbol_2 %298
OpReturn
OpFunctionEnd
%main = OpFunction %void None %255
%300 = OpLabel
%301 = OpLoad %v4float %tint_symbol
OpStore %gl_FragCoord %301
%302 = OpFunctionCall %void %main_1
%304 = OpLoad %v4float %x_GLF_color
%305 = OpCompositeConstruct %main_out %304
%303 = OpFunctionCall %void %tint_symbol_3 %305
OpReturn
OpFunctionEnd