| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 204 |
| ; Schema: 0 |
| OpCapability Shader |
| %56 = 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_13 "x_13" |
| 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 %compute_value_f1_f1_ "compute_value_f1_f1_" |
| OpName %limit "limit" |
| OpName %thirty_two "thirty_two" |
| OpName %result "result" |
| OpName %i "i" |
| OpName %main_1 "main_1" |
| OpName %c "c" |
| OpName %thirty_two_1 "thirty_two_1" |
| OpName %param "param" |
| OpName %param_1 "param_1" |
| OpName %param_2 "param_2" |
| OpName %param_3 "param_3" |
| 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_13 NonWritable |
| OpDecorate %x_13 DescriptorSet 0 |
| OpDecorate %x_13 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_13 = 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_float = OpTypePointer Function %float |
| %15 = OpTypeFunction %float %_ptr_Function_float %_ptr_Function_float |
| %22 = OpConstantNull %float |
| %int = OpTypeInt 32 1 |
| %_ptr_Function_int = OpTypePointer Function %int |
| %26 = OpConstantNull %int |
| %float_n0_5 = OpConstant %float -0.5 |
| %int_1 = OpConstant %int 1 |
| %int_800 = OpConstant %int 800 |
| %bool = OpTypeBool |
| %int_32 = OpConstant %int 32 |
| %int_0 = OpConstant %int 0 |
| %float_0_400000006 = OpConstant %float 0.400000006 |
| %float_0_00999999978 = OpConstant %float 0.00999999978 |
| %float_100 = OpConstant %float 100 |
| %void = OpTypeVoid |
| %81 = OpTypeFunction %void |
| %v3float = OpTypeVector %float 3 |
| %_ptr_Function_v3float = OpTypePointer Function %v3float |
| %88 = OpConstantNull %v3float |
| %float_7 = OpConstant %float 7 |
| %float_8 = OpConstant %float 8 |
| %float_9 = OpConstant %float 9 |
| %98 = OpConstantComposite %v3float %float_7 %float_8 %float_9 |
| %uint = OpTypeInt 32 0 |
| %uint_0 = OpConstant %uint 0 |
| %_ptr_Uniform_float = OpTypePointer Uniform %float |
| %_ptr_Private_float = OpTypePointer Private %float |
| %uint_1 = OpConstant %uint 1 |
| %mat4v2float = OpTypeMatrix %v2float 4 |
| %float_1 = OpConstant %float 1 |
| %float_0 = OpConstant %float 0 |
| %132 = OpConstantComposite %v2float %float_1 %float_0 |
| %uint_2 = OpConstant %uint 2 |
| %mat3v3float = OpTypeMatrix %v3float 3 |
| %137 = OpConstantComposite %v3float %float_1 %float_0 %float_0 |
| %138 = OpConstantComposite %v3float %float_0 %float_1 %float_0 |
| %139 = OpConstantComposite %v3float %float_0 %float_0 %float_1 |
| %140 = OpConstantComposite %mat3v3float %137 %138 %139 |
| %int_3 = OpConstant %int 3 |
| %main_out = OpTypeStruct %v4float |
| %191 = OpTypeFunction %void %main_out |
| %compute_value_f1_f1_ = OpFunction %float None %15 |
| %limit = OpFunctionParameter %_ptr_Function_float |
| %thirty_two = OpFunctionParameter %_ptr_Function_float |
| %20 = OpLabel |
| %result = OpVariable %_ptr_Function_float Function %22 |
| %i = OpVariable %_ptr_Function_int Function %26 |
| OpStore %result %float_n0_5 |
| OpStore %i %int_1 |
| OpBranch %29 |
| %29 = OpLabel |
| OpLoopMerge %30 %31 None |
| OpBranch %32 |
| %32 = OpLabel |
| %33 = OpLoad %int %i |
| %35 = OpSLessThan %bool %33 %int_800 |
| OpSelectionMerge %37 None |
| OpBranchConditional %35 %38 %39 |
| %38 = OpLabel |
| OpBranch %37 |
| %39 = OpLabel |
| OpBranch %30 |
| %37 = OpLabel |
| %40 = OpLoad %int %i |
| %42 = OpSMod %int %40 %int_32 |
| %44 = OpIEqual %bool %42 %int_0 |
| OpSelectionMerge %45 None |
| OpBranchConditional %44 %46 %47 |
| %46 = OpLabel |
| %48 = OpLoad %float %result |
| %50 = OpFAdd %float %48 %float_0_400000006 |
| OpStore %result %50 |
| OpBranch %45 |
| %47 = OpLabel |
| %51 = OpLoad %int %i |
| %53 = OpLoad %float %thirty_two |
| %54 = OpConvertSToF %float %51 |
| %55 = OpExtInst %float %56 RoundEven %53 |
| %58 = OpConvertSToF %float %51 |
| %59 = OpExtInst %float %56 RoundEven %53 |
| %60 = OpFDiv %float %58 %59 |
| %57 = OpExtInst %float %56 Floor %60 |
| %61 = OpFMul %float %55 %57 |
| %62 = OpFSub %float %54 %61 |
| %64 = OpFOrdLessThanEqual %bool %62 %float_0_00999999978 |
| OpSelectionMerge %65 None |
| OpBranchConditional %64 %66 %65 |
| %66 = OpLabel |
| %67 = OpLoad %float %result |
| %69 = OpFAdd %float %67 %float_100 |
| OpStore %result %69 |
| OpBranch %65 |
| %65 = OpLabel |
| OpBranch %45 |
| %45 = OpLabel |
| %70 = OpLoad %int %i |
| %72 = OpLoad %float %limit |
| %73 = OpConvertSToF %float %70 |
| %74 = OpFOrdGreaterThanEqual %bool %73 %72 |
| OpSelectionMerge %75 None |
| OpBranchConditional %74 %76 %75 |
| %76 = OpLabel |
| %77 = OpLoad %float %result |
| OpReturnValue %77 |
| %75 = OpLabel |
| OpBranch %31 |
| %31 = OpLabel |
| %78 = OpLoad %int %i |
| %79 = OpIAdd %int %78 %int_1 |
| OpStore %i %79 |
| OpBranch %29 |
| %30 = OpLabel |
| %80 = OpLoad %float %result |
| OpReturnValue %80 |
| OpFunctionEnd |
| %main_1 = OpFunction %void None %81 |
| %84 = OpLabel |
| %c = OpVariable %_ptr_Function_v3float Function %88 |
| %thirty_two_1 = OpVariable %_ptr_Function_float Function %22 |
| %param = OpVariable %_ptr_Function_float Function %22 |
| %param_1 = OpVariable %_ptr_Function_float Function %22 |
| %param_2 = OpVariable %_ptr_Function_float Function %22 |
| %param_3 = OpVariable %_ptr_Function_float Function %22 |
| %i_1 = OpVariable %_ptr_Function_int Function %26 |
| OpStore %c %98 |
| %102 = OpAccessChain %_ptr_Uniform_float %x_13 %uint_0 %uint_0 |
| %103 = OpLoad %float %102 |
| %105 = OpFDiv %float %103 %float_8 |
| %104 = OpExtInst %float %56 RoundEven %105 |
| OpStore %thirty_two_1 %104 |
| %107 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_0 |
| %108 = OpLoad %float %107 |
| OpStore %param %108 |
| %109 = OpLoad %float %thirty_two_1 |
| OpStore %param_1 %109 |
| %110 = OpFunctionCall %float %compute_value_f1_f1_ %param %param_1 |
| %113 = OpAccessChain %_ptr_Function_float %c %uint_0 |
| OpStore %113 %110 |
| %115 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_1 |
| %116 = OpLoad %float %115 |
| OpStore %param_2 %116 |
| %117 = OpLoad %float %thirty_two_1 |
| OpStore %param_3 %117 |
| %118 = OpFunctionCall %float %compute_value_f1_f1_ %param_2 %param_3 |
| %121 = OpAccessChain %_ptr_Function_float %c %uint_1 |
| OpStore %121 %118 |
| %122 = OpLoad %v3float %c |
| %123 = OpLoad %v3float %c |
| %125 = OpCompositeExtract %float %123 0 |
| %126 = OpCompositeExtract %float %123 1 |
| %127 = OpCompositeConstruct %v2float %125 %126 |
| %128 = OpCompositeExtract %float %123 2 |
| %130 = OpCompositeConstruct %v2float %128 %float_1 |
| %133 = OpCompositeConstruct %mat4v2float %127 %130 %132 %132 |
| %135 = OpAccessChain %_ptr_Function_float %c %uint_2 |
| %141 = OpVectorTimesMatrix %v3float %122 %140 |
| %142 = OpCompositeExtract %float %141 0 |
| %143 = OpCompositeExtract %v2float %133 0 |
| %144 = OpCompositeExtract %float %143 0 |
| %145 = OpCompositeExtract %v2float %133 0 |
| %146 = OpCompositeExtract %float %145 1 |
| %147 = OpCompositeExtract %v2float %133 1 |
| %148 = OpCompositeExtract %float %147 0 |
| %149 = OpCompositeConstruct %v3float %144 %146 %148 |
| %150 = OpCompositeExtract %float %149 1 |
| %151 = OpFAdd %float %142 %150 |
| OpStore %135 %151 |
| OpStore %i_1 %int_0 |
| OpBranch %152 |
| %152 = OpLabel |
| OpLoopMerge %153 %154 None |
| OpBranch %155 |
| %155 = OpLabel |
| %156 = OpLoad %int %i_1 |
| %158 = OpSLessThan %bool %156 %int_3 |
| OpSelectionMerge %159 None |
| OpBranchConditional %158 %160 %161 |
| %160 = OpLabel |
| OpBranch %159 |
| %161 = OpLabel |
| OpBranch %153 |
| %159 = OpLabel |
| %162 = OpLoad %int %i_1 |
| %163 = OpAccessChain %_ptr_Function_float %c %162 |
| %164 = OpLoad %float %163 |
| %165 = OpFOrdGreaterThanEqual %bool %164 %float_1 |
| OpSelectionMerge %166 None |
| OpBranchConditional %165 %167 %166 |
| %167 = OpLabel |
| %168 = OpLoad %int %i_1 |
| %169 = OpLoad %int %i_1 |
| %170 = OpAccessChain %_ptr_Function_float %c %169 |
| %171 = OpLoad %float %170 |
| %172 = OpLoad %int %i_1 |
| %173 = OpAccessChain %_ptr_Function_float %c %172 |
| %174 = OpLoad %float %173 |
| %175 = OpAccessChain %_ptr_Function_float %c %168 |
| %176 = OpFMul %float %171 %174 |
| OpStore %175 %176 |
| %177 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_1 |
| %178 = OpLoad %float %177 |
| %179 = OpFOrdLessThan %bool %178 %float_0 |
| OpSelectionMerge %180 None |
| OpBranchConditional %179 %181 %180 |
| %181 = OpLabel |
| OpBranch %153 |
| %180 = OpLabel |
| OpBranch %166 |
| %166 = OpLabel |
| OpBranch %154 |
| %154 = OpLabel |
| %182 = OpLoad %int %i_1 |
| %183 = OpIAdd %int %182 %int_1 |
| OpStore %i_1 %183 |
| OpBranch %152 |
| %153 = OpLabel |
| %184 = OpLoad %v3float %c |
| %186 = OpExtInst %v3float %56 FAbs %184 |
| %185 = OpExtInst %v3float %56 Normalize %186 |
| %187 = OpCompositeExtract %float %185 0 |
| %188 = OpCompositeExtract %float %185 1 |
| %189 = OpCompositeExtract %float %185 2 |
| %190 = OpCompositeConstruct %v4float %187 %188 %189 %float_1 |
| OpStore %x_GLF_color %190 |
| OpReturn |
| OpFunctionEnd |
| %tint_symbol_3 = OpFunction %void None %191 |
| %tint_symbol_1 = OpFunctionParameter %main_out |
| %195 = OpLabel |
| %196 = OpCompositeExtract %v4float %tint_symbol_1 0 |
| OpStore %tint_symbol_2 %196 |
| OpReturn |
| OpFunctionEnd |
| %main = OpFunction %void None %81 |
| %198 = OpLabel |
| %199 = OpLoad %v4float %tint_symbol |
| OpStore %gl_FragCoord %199 |
| %200 = OpFunctionCall %void %main_1 |
| %202 = OpLoad %v4float %x_GLF_color |
| %203 = OpCompositeConstruct %main_out %202 |
| %201 = OpFunctionCall %void %tint_symbol_3 %203 |
| OpReturn |
| OpFunctionEnd |