| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 186 |
| ; Schema: 0 |
| OpCapability Shader |
| %59 = 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 %buf1 "buf1" |
| OpMemberName %buf1 0 "injectionSwitch" |
| OpName %x_20 "x_20" |
| 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 %x_58 "x_58" |
| 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 %buf1 Block |
| OpMemberDecorate %buf1 0 Offset 0 |
| OpDecorate %x_20 NonWritable |
| OpDecorate %x_20 DescriptorSet 0 |
| OpDecorate %x_20 Binding 1 |
| 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 |
| %buf1 = OpTypeStruct %v2float |
| %_ptr_Uniform_buf1 = OpTypePointer Uniform %buf1 |
| %x_20 = OpVariable %_ptr_Uniform_buf1 Uniform |
| %_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 |
| %18 = OpTypeFunction %float %_ptr_Function_float %_ptr_Function_float |
| %25 = OpConstantNull %float |
| %int = OpTypeInt 32 1 |
| %_ptr_Function_int = OpTypePointer Function %int |
| %29 = 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 |
| %79 = OpTypeFunction %void |
| %v3float = OpTypeVector %float 3 |
| %_ptr_Function_v3float = OpTypePointer Function %v3float |
| %86 = OpConstantNull %v3float |
| %float_7 = OpConstant %float 7 |
| %float_8 = OpConstant %float 8 |
| %float_9 = OpConstant %float 9 |
| %97 = 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 |
| %uint_2 = OpConstant %uint 2 |
| %int_3 = OpConstant %int 3 |
| %float_1 = OpConstant %float 1 |
| %main_out = OpTypeStruct %v4float |
| %173 = OpTypeFunction %void %main_out |
| %compute_value_f1_f1_ = OpFunction %float None %18 |
| %limit = OpFunctionParameter %_ptr_Function_float |
| %thirty_two = OpFunctionParameter %_ptr_Function_float |
| %23 = OpLabel |
| %result = OpVariable %_ptr_Function_float Function %25 |
| %i = OpVariable %_ptr_Function_int Function %29 |
| OpStore %result %float_n0_5 |
| OpStore %i %int_1 |
| OpBranch %32 |
| %32 = OpLabel |
| OpLoopMerge %33 %34 None |
| OpBranch %35 |
| %35 = OpLabel |
| %36 = OpLoad %int %i |
| %38 = OpSLessThan %bool %36 %int_800 |
| OpSelectionMerge %40 None |
| OpBranchConditional %38 %41 %42 |
| %41 = OpLabel |
| OpBranch %40 |
| %42 = OpLabel |
| OpBranch %33 |
| %40 = OpLabel |
| %43 = OpLoad %int %i |
| %45 = OpSMod %int %43 %int_32 |
| %47 = OpIEqual %bool %45 %int_0 |
| OpSelectionMerge %48 None |
| OpBranchConditional %47 %49 %50 |
| %49 = OpLabel |
| %51 = OpLoad %float %result |
| %53 = OpFAdd %float %51 %float_0_400000006 |
| OpStore %result %53 |
| OpBranch %48 |
| %50 = OpLabel |
| %54 = OpLoad %int %i |
| %56 = OpLoad %float %thirty_two |
| %57 = OpConvertSToF %float %54 |
| %58 = OpExtInst %float %59 RoundEven %56 |
| %60 = OpFRem %float %57 %58 |
| %62 = OpFOrdLessThanEqual %bool %60 %float_0_00999999978 |
| OpSelectionMerge %63 None |
| OpBranchConditional %62 %64 %63 |
| %64 = OpLabel |
| %65 = OpLoad %float %result |
| %67 = OpFAdd %float %65 %float_100 |
| OpStore %result %67 |
| OpBranch %63 |
| %63 = OpLabel |
| OpBranch %48 |
| %48 = OpLabel |
| %68 = OpLoad %int %i |
| %70 = OpLoad %float %limit |
| %71 = OpConvertSToF %float %68 |
| %72 = OpFOrdGreaterThanEqual %bool %71 %70 |
| OpSelectionMerge %73 None |
| OpBranchConditional %72 %74 %73 |
| %74 = OpLabel |
| %75 = OpLoad %float %result |
| OpReturnValue %75 |
| %73 = OpLabel |
| OpBranch %34 |
| %34 = OpLabel |
| %76 = OpLoad %int %i |
| %77 = OpIAdd %int %76 %int_1 |
| OpStore %i %77 |
| OpBranch %32 |
| %33 = OpLabel |
| %78 = OpLoad %float %result |
| OpReturnValue %78 |
| OpFunctionEnd |
| %main_1 = OpFunction %void None %79 |
| %82 = OpLabel |
| %c = OpVariable %_ptr_Function_v3float Function %86 |
| %thirty_two_1 = OpVariable %_ptr_Function_float Function %25 |
| %param = OpVariable %_ptr_Function_float Function %25 |
| %param_1 = OpVariable %_ptr_Function_float Function %25 |
| %param_2 = OpVariable %_ptr_Function_float Function %25 |
| %param_3 = OpVariable %_ptr_Function_float Function %25 |
| %i_1 = OpVariable %_ptr_Function_int Function %29 |
| %x_58 = OpVariable %_ptr_Function_v3float Function %86 |
| OpStore %c %97 |
| %101 = OpAccessChain %_ptr_Uniform_float %x_13 %uint_0 %uint_0 |
| %102 = OpLoad %float %101 |
| %104 = OpFDiv %float %102 %float_8 |
| %103 = OpExtInst %float %59 RoundEven %104 |
| OpStore %thirty_two_1 %103 |
| %106 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_0 |
| %107 = OpLoad %float %106 |
| OpStore %param %107 |
| %108 = OpLoad %float %thirty_two_1 |
| OpStore %param_1 %108 |
| %109 = OpFunctionCall %float %compute_value_f1_f1_ %param %param_1 |
| %112 = OpAccessChain %_ptr_Function_float %c %uint_0 |
| OpStore %112 %109 |
| %114 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_1 |
| %115 = OpLoad %float %114 |
| OpStore %param_2 %115 |
| %116 = OpLoad %float %thirty_two_1 |
| OpStore %param_3 %116 |
| %117 = OpFunctionCall %float %compute_value_f1_f1_ %param_2 %param_3 |
| %120 = OpAccessChain %_ptr_Function_float %c %uint_1 |
| OpStore %120 %117 |
| %121 = OpAccessChain %_ptr_Function_float %c %uint_0 |
| %122 = OpLoad %float %121 |
| %123 = OpAccessChain %_ptr_Function_float %c %uint_1 |
| %124 = OpLoad %float %123 |
| %126 = OpAccessChain %_ptr_Function_float %c %uint_2 |
| %127 = OpFAdd %float %122 %124 |
| OpStore %126 %127 |
| OpStore %i_1 %int_0 |
| OpBranch %128 |
| %128 = OpLabel |
| OpLoopMerge %129 %130 None |
| OpBranch %131 |
| %131 = OpLabel |
| %132 = OpLoad %int %i_1 |
| %134 = OpSLessThan %bool %132 %int_3 |
| OpSelectionMerge %135 None |
| OpBranchConditional %134 %136 %137 |
| %136 = OpLabel |
| OpBranch %135 |
| %137 = OpLabel |
| OpBranch %129 |
| %135 = OpLabel |
| %138 = OpLoad %int %i_1 |
| %139 = OpAccessChain %_ptr_Function_float %c %138 |
| %140 = OpLoad %float %139 |
| %142 = OpFOrdGreaterThanEqual %bool %140 %float_1 |
| OpSelectionMerge %143 None |
| OpBranchConditional %142 %144 %143 |
| %144 = OpLabel |
| %145 = OpLoad %int %i_1 |
| %146 = OpLoad %int %i_1 |
| %147 = OpAccessChain %_ptr_Function_float %c %146 |
| %148 = OpLoad %float %147 |
| %149 = OpLoad %int %i_1 |
| %150 = OpAccessChain %_ptr_Function_float %c %149 |
| %151 = OpLoad %float %150 |
| %152 = OpAccessChain %_ptr_Function_float %c %145 |
| %153 = OpFMul %float %148 %151 |
| OpStore %152 %153 |
| OpBranch %143 |
| %143 = OpLabel |
| OpBranch %130 |
| %130 = OpLabel |
| %154 = OpLoad %int %i_1 |
| %155 = OpIAdd %int %154 %int_1 |
| OpStore %i_1 %155 |
| OpBranch %128 |
| %129 = OpLabel |
| %156 = OpAccessChain %_ptr_Uniform_float %x_20 %uint_0 %uint_0 |
| %157 = OpLoad %float %156 |
| %158 = OpAccessChain %_ptr_Uniform_float %x_20 %uint_0 %uint_1 |
| %159 = OpLoad %float %158 |
| %160 = OpFOrdLessThan %bool %157 %159 |
| OpSelectionMerge %161 None |
| OpBranchConditional %160 %162 %163 |
| %162 = OpLabel |
| %164 = OpLoad %v3float %c |
| %165 = OpExtInst %v3float %59 FAbs %164 |
| OpStore %x_58 %165 |
| OpBranch %161 |
| %163 = OpLabel |
| %166 = OpLoad %v3float %c |
| OpStore %x_58 %166 |
| OpBranch %161 |
| %161 = OpLabel |
| %167 = OpLoad %v3float %x_58 |
| %168 = OpExtInst %v3float %59 Normalize %167 |
| %169 = OpCompositeExtract %float %168 0 |
| %170 = OpCompositeExtract %float %168 1 |
| %171 = OpCompositeExtract %float %168 2 |
| %172 = OpCompositeConstruct %v4float %169 %170 %171 %float_1 |
| OpStore %x_GLF_color %172 |
| OpReturn |
| OpFunctionEnd |
| %tint_symbol_3 = OpFunction %void None %173 |
| %tint_symbol_1 = OpFunctionParameter %main_out |
| %177 = OpLabel |
| %178 = OpCompositeExtract %v4float %tint_symbol_1 0 |
| OpStore %tint_symbol_2 %178 |
| OpReturn |
| OpFunctionEnd |
| %main = OpFunction %void None %79 |
| %180 = OpLabel |
| %181 = OpLoad %v4float %tint_symbol |
| OpStore %gl_FragCoord %181 |
| %182 = OpFunctionCall %void %main_1 |
| %184 = OpLoad %v4float %x_GLF_color |
| %185 = OpCompositeConstruct %main_out %184 |
| %183 = OpFunctionCall %void %tint_symbol_3 %185 |
| OpReturn |
| OpFunctionEnd |