| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 257 |
| ; 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 "resolution" |
| OpName %x_17 "x_17" |
| OpName %x_GLF_color "x_GLF_color" |
| OpName %tint_symbol "tint_symbol" |
| OpName %tint_symbol_2 "tint_symbol_2" |
| OpName %pointInTriangle_vf2_vf2_vf2_vf2_ "pointInTriangle_vf2_vf2_vf2_vf2_" |
| OpName %p "p" |
| OpName %a "a" |
| OpName %b "b" |
| OpName %c "c" |
| OpName %x_66 "x_66" |
| OpName %x_67 "x_67" |
| OpName %x_68 "x_68" |
| OpName %param "param" |
| OpName %param_1 "param_1" |
| OpName %param_2 "param_2" |
| OpName %param_3 "param_3" |
| OpName %param_4 "param_4" |
| OpName %param_5 "param_5" |
| OpName %x_135 "x_135" |
| OpName %x_172 "x_172" |
| OpName %x_136_phi "x_136_phi" |
| OpName %x_173_phi "x_173_phi" |
| OpName %main_1 "main_1" |
| 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_17 NonWritable |
| OpDecorate %x_17 DescriptorSet 0 |
| OpDecorate %x_17 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_17 = 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 |
| %int = OpTypeInt 32 1 |
| %_ptr_Function_v2float = OpTypePointer Function %v2float |
| %15 = OpTypeFunction %int %_ptr_Function_v2float %_ptr_Function_v2float %_ptr_Function_v2float %_ptr_Function_v2float |
| %_ptr_Function_float = OpTypePointer Function %float |
| %26 = OpConstantNull %float |
| %30 = OpConstantNull %v2float |
| %bool = OpTypeBool |
| %_ptr_Function_bool = OpTypePointer Function %bool |
| %39 = OpConstantNull %bool |
| %uint = OpTypeInt 32 0 |
| %uint_0 = OpConstant %uint 0 |
| %uint_1 = OpConstant %uint 1 |
| %float_0 = OpConstant %float 0 |
| %int_0 = OpConstant %int 0 |
| %int_1 = OpConstant %int 1 |
| %void = OpTypeVoid |
| %207 = OpTypeFunction %void |
| %_ptr_Uniform_v2float = OpTypePointer Uniform %v2float |
| %float_0_699999988 = OpConstant %float 0.699999988 |
| %float_0_300000012 = OpConstant %float 0.300000012 |
| %225 = OpConstantComposite %v2float %float_0_699999988 %float_0_300000012 |
| %float_0_5 = OpConstant %float 0.5 |
| %float_0_899999976 = OpConstant %float 0.899999976 |
| %228 = OpConstantComposite %v2float %float_0_5 %float_0_899999976 |
| %float_0_100000001 = OpConstant %float 0.100000001 |
| %float_0_400000006 = OpConstant %float 0.400000006 |
| %231 = OpConstantComposite %v2float %float_0_100000001 %float_0_400000006 |
| %float_1 = OpConstant %float 1 |
| %242 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1 |
| %243 = OpConstantComposite %v4float %float_0 %float_0 %float_0 %float_1 |
| %main_out = OpTypeStruct %v4float |
| %244 = OpTypeFunction %void %main_out |
| %pointInTriangle_vf2_vf2_vf2_vf2_ = OpFunction %int None %15 |
| %p = OpFunctionParameter %_ptr_Function_v2float |
| %a = OpFunctionParameter %_ptr_Function_v2float |
| %b = OpFunctionParameter %_ptr_Function_v2float |
| %c = OpFunctionParameter %_ptr_Function_v2float |
| %23 = OpLabel |
| %x_66 = OpVariable %_ptr_Function_float Function %26 |
| %x_67 = OpVariable %_ptr_Function_float Function %26 |
| %x_68 = OpVariable %_ptr_Function_float Function %26 |
| %param = OpVariable %_ptr_Function_v2float Function %30 |
| %param_1 = OpVariable %_ptr_Function_v2float Function %30 |
| %param_2 = OpVariable %_ptr_Function_v2float Function %30 |
| %param_3 = OpVariable %_ptr_Function_v2float Function %30 |
| %param_4 = OpVariable %_ptr_Function_v2float Function %30 |
| %param_5 = OpVariable %_ptr_Function_v2float Function %30 |
| %x_135 = OpVariable %_ptr_Function_bool Function %39 |
| %x_172 = OpVariable %_ptr_Function_bool Function %39 |
| %x_136_phi = OpVariable %_ptr_Function_bool Function %39 |
| %x_173_phi = OpVariable %_ptr_Function_bool Function %39 |
| %46 = OpAccessChain %_ptr_Function_float %p %uint_0 |
| %47 = OpLoad %float %46 |
| %49 = OpAccessChain %_ptr_Function_float %a %uint_0 |
| %50 = OpLoad %float %49 |
| %53 = OpAccessChain %_ptr_Function_float %p %uint_1 |
| %54 = OpLoad %float %53 |
| %56 = OpAccessChain %_ptr_Function_float %a %uint_1 |
| %57 = OpLoad %float %56 |
| %59 = OpAccessChain %_ptr_Function_float %b %uint_0 |
| %60 = OpLoad %float %59 |
| %62 = OpAccessChain %_ptr_Function_float %a %uint_0 |
| %63 = OpLoad %float %62 |
| %65 = OpAccessChain %_ptr_Function_float %b %uint_1 |
| %66 = OpLoad %float %65 |
| %68 = OpAccessChain %_ptr_Function_float %a %uint_1 |
| %69 = OpLoad %float %68 |
| %70 = OpFSub %float %47 %50 |
| %71 = OpFSub %float %54 %57 |
| %72 = OpCompositeConstruct %v2float %70 %71 |
| OpStore %param %72 |
| %73 = OpFSub %float %60 %63 |
| %74 = OpFSub %float %66 %69 |
| %75 = OpCompositeConstruct %v2float %73 %74 |
| OpStore %param_1 %75 |
| %76 = OpAccessChain %_ptr_Function_float %param %uint_0 |
| %77 = OpLoad %float %76 |
| %78 = OpAccessChain %_ptr_Function_float %param_1 %uint_1 |
| %79 = OpLoad %float %78 |
| %80 = OpAccessChain %_ptr_Function_float %param_1 %uint_0 |
| %81 = OpLoad %float %80 |
| %82 = OpAccessChain %_ptr_Function_float %param %uint_1 |
| %83 = OpLoad %float %82 |
| %84 = OpFMul %float %77 %79 |
| %85 = OpFMul %float %81 %83 |
| %86 = OpFSub %float %84 %85 |
| OpStore %x_68 %86 |
| %88 = OpAccessChain %_ptr_Function_float %p %uint_0 |
| %89 = OpLoad %float %88 |
| %91 = OpAccessChain %_ptr_Function_float %b %uint_0 |
| %92 = OpLoad %float %91 |
| %94 = OpAccessChain %_ptr_Function_float %p %uint_1 |
| %95 = OpLoad %float %94 |
| %97 = OpAccessChain %_ptr_Function_float %b %uint_1 |
| %98 = OpLoad %float %97 |
| %100 = OpAccessChain %_ptr_Function_float %c %uint_0 |
| %101 = OpLoad %float %100 |
| %103 = OpAccessChain %_ptr_Function_float %b %uint_0 |
| %104 = OpLoad %float %103 |
| %106 = OpAccessChain %_ptr_Function_float %c %uint_1 |
| %107 = OpLoad %float %106 |
| %109 = OpAccessChain %_ptr_Function_float %b %uint_1 |
| %110 = OpLoad %float %109 |
| %111 = OpFSub %float %89 %92 |
| %112 = OpFSub %float %95 %98 |
| %113 = OpCompositeConstruct %v2float %111 %112 |
| OpStore %param_2 %113 |
| %114 = OpFSub %float %101 %104 |
| %115 = OpFSub %float %107 %110 |
| %116 = OpCompositeConstruct %v2float %114 %115 |
| OpStore %param_3 %116 |
| %117 = OpAccessChain %_ptr_Function_float %param_2 %uint_0 |
| %118 = OpLoad %float %117 |
| %119 = OpAccessChain %_ptr_Function_float %param_3 %uint_1 |
| %120 = OpLoad %float %119 |
| %121 = OpAccessChain %_ptr_Function_float %param_3 %uint_0 |
| %122 = OpLoad %float %121 |
| %123 = OpAccessChain %_ptr_Function_float %param_2 %uint_1 |
| %124 = OpLoad %float %123 |
| %125 = OpFMul %float %118 %120 |
| %126 = OpFMul %float %122 %124 |
| %127 = OpFSub %float %125 %126 |
| OpStore %x_67 %127 |
| %129 = OpFOrdLessThan %bool %86 %float_0 |
| OpSelectionMerge %130 None |
| OpBranchConditional %129 %131 %130 |
| %131 = OpLabel |
| %132 = OpFOrdLessThan %bool %127 %float_0 |
| OpBranch %130 |
| %130 = OpLabel |
| %133 = OpPhi %bool %129 %23 %132 %131 |
| OpStore %x_136_phi %133 |
| %134 = OpLogicalNot %bool %133 |
| OpSelectionMerge %135 None |
| OpBranchConditional %134 %136 %135 |
| %136 = OpLabel |
| %137 = OpFOrdGreaterThanEqual %bool %86 %float_0 |
| OpSelectionMerge %138 None |
| OpBranchConditional %137 %139 %138 |
| %139 = OpLabel |
| %140 = OpFOrdGreaterThanEqual %bool %127 %float_0 |
| OpBranch %138 |
| %138 = OpLabel |
| %141 = OpPhi %bool %137 %136 %140 %139 |
| OpStore %x_135 %141 |
| %142 = OpLoad %bool %x_135 |
| OpStore %x_136_phi %142 |
| OpBranch %135 |
| %135 = OpLabel |
| %143 = OpLoad %bool %x_136_phi |
| %144 = OpLogicalNot %bool %143 |
| OpSelectionMerge %145 None |
| OpBranchConditional %144 %146 %145 |
| %146 = OpLabel |
| OpReturnValue %int_0 |
| %145 = OpLabel |
| %149 = OpAccessChain %_ptr_Function_float %p %uint_0 |
| %150 = OpLoad %float %149 |
| %152 = OpAccessChain %_ptr_Function_float %c %uint_0 |
| %153 = OpLoad %float %152 |
| %155 = OpAccessChain %_ptr_Function_float %p %uint_1 |
| %156 = OpLoad %float %155 |
| %158 = OpAccessChain %_ptr_Function_float %c %uint_1 |
| %159 = OpLoad %float %158 |
| %161 = OpAccessChain %_ptr_Function_float %a %uint_0 |
| %162 = OpLoad %float %161 |
| %164 = OpAccessChain %_ptr_Function_float %c %uint_0 |
| %165 = OpLoad %float %164 |
| %167 = OpAccessChain %_ptr_Function_float %a %uint_1 |
| %168 = OpLoad %float %167 |
| %170 = OpAccessChain %_ptr_Function_float %c %uint_1 |
| %171 = OpLoad %float %170 |
| %172 = OpFSub %float %150 %153 |
| %173 = OpFSub %float %156 %159 |
| %174 = OpCompositeConstruct %v2float %172 %173 |
| OpStore %param_4 %174 |
| %175 = OpFSub %float %162 %165 |
| %176 = OpFSub %float %168 %171 |
| %177 = OpCompositeConstruct %v2float %175 %176 |
| OpStore %param_5 %177 |
| %178 = OpAccessChain %_ptr_Function_float %param_4 %uint_0 |
| %179 = OpLoad %float %178 |
| %180 = OpAccessChain %_ptr_Function_float %param_5 %uint_1 |
| %181 = OpLoad %float %180 |
| %182 = OpAccessChain %_ptr_Function_float %param_5 %uint_0 |
| %183 = OpLoad %float %182 |
| %184 = OpAccessChain %_ptr_Function_float %param_4 %uint_1 |
| %185 = OpLoad %float %184 |
| %186 = OpFMul %float %179 %181 |
| %187 = OpFMul %float %183 %185 |
| %188 = OpFSub %float %186 %187 |
| OpStore %x_66 %188 |
| OpSelectionMerge %189 None |
| OpBranchConditional %129 %190 %189 |
| %190 = OpLabel |
| %191 = OpFOrdLessThan %bool %188 %float_0 |
| OpBranch %189 |
| %189 = OpLabel |
| %192 = OpPhi %bool %129 %145 %191 %190 |
| OpStore %x_173_phi %192 |
| %193 = OpLogicalNot %bool %192 |
| OpSelectionMerge %194 None |
| OpBranchConditional %193 %195 %194 |
| %195 = OpLabel |
| %196 = OpFOrdGreaterThanEqual %bool %86 %float_0 |
| OpSelectionMerge %197 None |
| OpBranchConditional %196 %198 %197 |
| %198 = OpLabel |
| %199 = OpFOrdGreaterThanEqual %bool %188 %float_0 |
| OpBranch %197 |
| %197 = OpLabel |
| %200 = OpPhi %bool %196 %195 %199 %198 |
| OpStore %x_172 %200 |
| %201 = OpLoad %bool %x_172 |
| OpStore %x_173_phi %201 |
| OpBranch %194 |
| %194 = OpLabel |
| %202 = OpLoad %bool %x_173_phi |
| %203 = OpLogicalNot %bool %202 |
| OpSelectionMerge %204 None |
| OpBranchConditional %203 %205 %204 |
| %205 = OpLabel |
| OpReturnValue %int_0 |
| %204 = OpLabel |
| OpReturnValue %int_1 |
| OpFunctionEnd |
| %main_1 = OpFunction %void None %207 |
| %210 = OpLabel |
| %param_6 = OpVariable %_ptr_Function_v2float Function %30 |
| %param_7 = OpVariable %_ptr_Function_v2float Function %30 |
| %param_8 = OpVariable %_ptr_Function_v2float Function %30 |
| %param_9 = OpVariable %_ptr_Function_v2float Function %30 |
| %215 = OpLoad %v4float %gl_FragCoord |
| %217 = OpAccessChain %_ptr_Uniform_v2float %x_17 %uint_0 |
| %218 = OpLoad %v2float %217 |
| %219 = OpCompositeExtract %float %215 0 |
| %220 = OpCompositeExtract %float %215 1 |
| %221 = OpCompositeConstruct %v2float %219 %220 |
| %222 = OpFDiv %v2float %221 %218 |
| OpStore %param_6 %222 |
| OpStore %param_7 %225 |
| OpStore %param_8 %228 |
| OpStore %param_9 %231 |
| %232 = OpFunctionCall %int %pointInTriangle_vf2_vf2_vf2_vf2_ %param_6 %param_7 %param_8 %param_9 |
| %237 = OpIEqual %bool %232 %int_1 |
| OpSelectionMerge %238 None |
| OpBranchConditional %237 %239 %240 |
| %239 = OpLabel |
| OpStore %x_GLF_color %242 |
| OpBranch %238 |
| %240 = OpLabel |
| OpStore %x_GLF_color %243 |
| OpBranch %238 |
| %238 = OpLabel |
| OpReturn |
| OpFunctionEnd |
| %tint_symbol_3 = OpFunction %void None %244 |
| %tint_symbol_1 = OpFunctionParameter %main_out |
| %248 = OpLabel |
| %249 = OpCompositeExtract %v4float %tint_symbol_1 0 |
| OpStore %tint_symbol_2 %249 |
| OpReturn |
| OpFunctionEnd |
| %main = OpFunction %void None %207 |
| %251 = OpLabel |
| %252 = OpLoad %v4float %tint_symbol |
| OpStore %gl_FragCoord %252 |
| %253 = OpFunctionCall %void %main_1 |
| %255 = OpLoad %v4float %x_GLF_color |
| %256 = OpCompositeConstruct %main_out %255 |
| %254 = OpFunctionCall %void %tint_symbol_3 %256 |
| OpReturn |
| OpFunctionEnd |