| OpCapability Shader |
| %1 = OpExtInstImport "GLSL.std.450" |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint Fragment %main "main" %gl_FragCoord %_GLF_color |
| OpExecutionMode %main OriginUpperLeft |
| OpSource ESSL 320 |
| OpName %main "main" |
| OpName %checkSwap_f1_f1_ "checkSwap(f1;f1;" |
| OpName %a "a" |
| OpName %b "b" |
| OpName %gl_FragCoord "gl_FragCoord" |
| OpName %buf1 "buf1" |
| OpMemberName %buf1 0 "resolution" |
| OpName %_ "" |
| OpName %i "i" |
| OpName %data "data" |
| OpName %buf0 "buf0" |
| OpMemberName %buf0 0 "injectionSwitch" |
| OpName %__0 "" |
| OpName %i_0 "i" |
| OpName %j "j" |
| OpName %doSwap "doSwap" |
| OpName %param "param" |
| OpName %param_0 "param" |
| OpName %temp "temp" |
| OpName %_GLF_color "_GLF_color" |
| OpDecorate %gl_FragCoord BuiltIn FragCoord |
| OpMemberDecorate %buf1 0 Offset 0 |
| OpDecorate %buf1 Block |
| OpDecorate %_ DescriptorSet 0 |
| OpDecorate %_ Binding 1 |
| OpMemberDecorate %buf0 0 Offset 0 |
| OpDecorate %buf0 Block |
| OpDecorate %__0 DescriptorSet 0 |
| OpDecorate %__0 Binding 0 |
| OpDecorate %_GLF_color Location 0 |
| %void = OpTypeVoid |
| %21 = OpTypeFunction %void |
| %float = OpTypeFloat 32 |
| %_ptr_Function_float = OpTypePointer Function %float |
| %bool = OpTypeBool |
| %25 = OpTypeFunction %bool %_ptr_Function_float %_ptr_Function_float |
| %v4float = OpTypeVector %float 4 |
| %_ptr_Input_v4float = OpTypePointer Input %v4float |
| %gl_FragCoord = OpVariable %_ptr_Input_v4float Input |
| %uint = OpTypeInt 32 0 |
| %uint_1 = OpConstant %uint 1 |
| %_ptr_Input_float = OpTypePointer Input %float |
| %v2float = OpTypeVector %float 2 |
| %buf1 = OpTypeStruct %v2float |
| %_ptr_Uniform_buf1 = OpTypePointer Uniform %buf1 |
| %_ = OpVariable %_ptr_Uniform_buf1 Uniform |
| %int = OpTypeInt 32 1 |
| %int_0 = OpConstant %int 0 |
| %_ptr_Uniform_float = OpTypePointer Uniform %float |
| %float_2 = OpConstant %float 2 |
| %_ptr_Function_bool = OpTypePointer Function %bool |
| %_ptr_Function_int = OpTypePointer Function %int |
| %int_10 = OpConstant %int 10 |
| %uint_10 = OpConstant %uint 10 |
| %_arr_float_uint_10 = OpTypeArray %float %uint_10 |
| %_ptr_Function__arr_float_uint_10 = OpTypePointer Function %_arr_float_uint_10 |
| %buf0 = OpTypeStruct %v2float |
| %_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0 |
| %__0 = OpVariable %_ptr_Uniform_buf0 Uniform |
| %int_1 = OpConstant %int 1 |
| %int_9 = OpConstant %int 9 |
| %uint_0 = OpConstant %uint 0 |
| %_ptr_Output_v4float = OpTypePointer Output %v4float |
| %_GLF_color = OpVariable %_ptr_Output_v4float Output |
| %float_10 = OpConstant %float 10 |
| %int_5 = OpConstant %int 5 |
| %float_1 = OpConstant %float 1 |
| %float_0 = OpConstant %float 0 |
| %false = OpConstantFalse %bool |
| %true = OpConstantTrue %bool |
| %main = OpFunction %void None %21 |
| %54 = OpLabel |
| %i = OpVariable %_ptr_Function_int Function |
| %data = OpVariable %_ptr_Function__arr_float_uint_10 Function |
| %i_0 = OpVariable %_ptr_Function_int Function |
| %j = OpVariable %_ptr_Function_int Function |
| %doSwap = OpVariable %_ptr_Function_bool Function |
| %param = OpVariable %_ptr_Function_float Function |
| %param_0 = OpVariable %_ptr_Function_float Function |
| %temp = OpVariable %_ptr_Function_float Function |
| OpStore %i %int_0 |
| OpBranch %55 |
| %55 = OpLabel |
| OpLoopMerge %56 %57 None |
| OpBranch %58 |
| %58 = OpLabel |
| %59 = OpLoad %int %i |
| %60 = OpSLessThan %bool %59 %int_10 |
| OpBranchConditional %60 %61 %56 |
| %61 = OpLabel |
| %62 = OpLoad %int %i |
| %63 = OpLoad %int %i |
| %64 = OpISub %int %int_10 %63 |
| %65 = OpConvertSToF %float %64 |
| %66 = OpAccessChain %_ptr_Uniform_float %__0 %int_0 %uint_1 |
| %67 = OpLoad %float %66 |
| %68 = OpFMul %float %65 %67 |
| %69 = OpAccessChain %_ptr_Function_float %data %62 |
| OpStore %69 %68 |
| OpBranch %57 |
| %57 = OpLabel |
| %70 = OpLoad %int %i |
| %71 = OpIAdd %int %70 %int_1 |
| OpStore %i %71 |
| OpBranch %55 |
| %56 = OpLabel |
| OpStore %i_0 %int_0 |
| OpBranch %72 |
| %72 = OpLabel |
| OpLoopMerge %73 %74 None |
| OpBranch %75 |
| %75 = OpLabel |
| %76 = OpLoad %int %i_0 |
| %77 = OpSLessThan %bool %76 %int_9 |
| OpBranchConditional %77 %78 %73 |
| %78 = OpLabel |
| OpStore %j %int_0 |
| OpBranch %79 |
| %79 = OpLabel |
| OpLoopMerge %80 %81 None |
| OpBranch %82 |
| %82 = OpLabel |
| %83 = OpLoad %int %j |
| %84 = OpSLessThan %bool %83 %int_10 |
| OpBranchConditional %84 %85 %80 |
| %85 = OpLabel |
| %86 = OpLoad %int %j |
| %87 = OpLoad %int %i_0 |
| %88 = OpIAdd %int %87 %int_1 |
| %89 = OpSLessThan %bool %86 %88 |
| OpSelectionMerge %90 None |
| OpBranchConditional %89 %91 %90 |
| %91 = OpLabel |
| OpBranch %81 |
| %90 = OpLabel |
| %92 = OpLoad %int %i_0 |
| %93 = OpLoad %int %j |
| %94 = OpAccessChain %_ptr_Function_float %data %92 |
| %95 = OpLoad %float %94 |
| OpStore %param %95 |
| %96 = OpAccessChain %_ptr_Function_float %data %93 |
| %97 = OpLoad %float %96 |
| OpStore %param_0 %97 |
| %98 = OpFunctionCall %bool %checkSwap_f1_f1_ %param %param_0 |
| OpStore %doSwap %98 |
| %99 = OpLoad %bool %doSwap |
| OpSelectionMerge %100 None |
| OpBranchConditional %99 %101 %100 |
| %101 = OpLabel |
| %102 = OpLoad %int %i_0 |
| %103 = OpAccessChain %_ptr_Function_float %data %102 |
| %104 = OpLoad %float %103 |
| OpStore %temp %104 |
| %105 = OpLoad %int %i_0 |
| %106 = OpLoad %int %j |
| %107 = OpAccessChain %_ptr_Function_float %data %106 |
| %108 = OpLoad %float %107 |
| %109 = OpAccessChain %_ptr_Function_float %data %105 |
| OpStore %109 %108 |
| %110 = OpLoad %int %j |
| %111 = OpLoad %float %temp |
| %112 = OpAccessChain %_ptr_Function_float %data %110 |
| OpStore %112 %111 |
| OpBranch %100 |
| %100 = OpLabel |
| OpBranch %81 |
| %81 = OpLabel |
| %113 = OpLoad %int %j |
| %114 = OpIAdd %int %113 %int_1 |
| OpStore %j %114 |
| OpBranch %79 |
| %80 = OpLabel |
| OpBranch %74 |
| %74 = OpLabel |
| %115 = OpLoad %int %i_0 |
| %116 = OpIAdd %int %115 %int_1 |
| OpStore %i_0 %116 |
| OpBranch %72 |
| %73 = OpLabel |
| %117 = OpAccessChain %_ptr_Input_float %gl_FragCoord %uint_0 |
| %118 = OpLoad %float %117 |
| %119 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %uint_0 |
| %120 = OpLoad %float %119 |
| %121 = OpFDiv %float %120 %float_2 |
| %122 = OpFOrdLessThan %bool %118 %121 |
| OpSelectionMerge %123 None |
| OpBranchConditional %122 %124 %125 |
| %124 = OpLabel |
| %126 = OpAccessChain %_ptr_Function_float %data %int_0 |
| %127 = OpLoad %float %126 |
| %128 = OpFDiv %float %127 %float_10 |
| %129 = OpAccessChain %_ptr_Function_float %data %int_5 |
| %130 = OpLoad %float %129 |
| %131 = OpFDiv %float %130 %float_10 |
| %132 = OpAccessChain %_ptr_Function_float %data %int_9 |
| %133 = OpLoad %float %132 |
| %134 = OpFDiv %float %133 %float_10 |
| %135 = OpCompositeConstruct %v4float %128 %131 %134 %float_1 |
| OpStore %_GLF_color %135 |
| OpBranch %123 |
| %125 = OpLabel |
| %136 = OpAccessChain %_ptr_Function_float %data %int_5 |
| %137 = OpLoad %float %136 |
| %138 = OpFDiv %float %137 %float_10 |
| %139 = OpAccessChain %_ptr_Function_float %data %int_9 |
| %140 = OpLoad %float %139 |
| %141 = OpFDiv %float %140 %float_10 |
| %142 = OpAccessChain %_ptr_Function_float %data %int_0 |
| %143 = OpLoad %float %142 |
| %144 = OpFDiv %float %143 %float_10 |
| %145 = OpCompositeConstruct %v4float %138 %141 %144 %float_1 |
| OpStore %_GLF_color %145 |
| OpBranch %123 |
| %123 = OpLabel |
| OpReturn |
| OpFunctionEnd |
| %checkSwap_f1_f1_ = OpFunction %bool None %25 |
| %a = OpFunctionParameter %_ptr_Function_float |
| %b = OpFunctionParameter %_ptr_Function_float |
| %146 = OpLabel |
| %147 = OpVariable %_ptr_Function_bool Function |
| %148 = OpAccessChain %_ptr_Input_float %gl_FragCoord %uint_1 |
| %149 = OpLoad %float %148 |
| %150 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %uint_1 |
| %151 = OpLoad %float %150 |
| %152 = OpFDiv %float %151 %float_2 |
| %153 = OpFOrdLessThan %bool %149 %152 |
| OpBranch %154 |
| %154 = OpLabel |
| OpSelectionMerge %155 None |
| OpBranchConditional %153 %156 %157 |
| %156 = OpLabel |
| %158 = OpLoad %float %a |
| OpBranch %155 |
| %157 = OpLabel |
| %159 = OpCopyObject %float %float_0 |
| OpBranch %155 |
| %155 = OpLabel |
| %160 = OpPhi %float %158 %156 %159 %157 |
| OpSelectionMerge %161 None |
| OpBranchConditional %false %162 %162 |
| %162 = OpLabel |
| OpSelectionMerge %163 None |
| OpBranchConditional %153 %164 %165 |
| %164 = OpLabel |
| %166 = OpLoad %float %b |
| OpBranch %163 |
| %165 = OpLabel |
| %167 = OpCopyObject %float %float_0 |
| OpBranch %163 |
| %163 = OpLabel |
| %168 = OpPhi %float %166 %164 %167 %165 |
| %169 = OpFOrdGreaterThan %bool %160 %168 |
| OpBranch %170 |
| %170 = OpLabel |
| OpSelectionMerge %171 None |
| OpBranchConditional %153 %172 %171 |
| %172 = OpLabel |
| OpStore %147 %169 |
| OpBranch %171 |
| %171 = OpLabel |
| OpBranchConditional %true %173 %161 |
| %173 = OpLabel |
| OpBranch %161 |
| %161 = OpLabel |
| OpBranch %174 |
| %174 = OpLabel |
| OpSelectionMerge %175 None |
| OpBranchConditional %153 %176 %177 |
| %177 = OpLabel |
| %178 = OpLoad %float %a |
| OpBranch %175 |
| %176 = OpLabel |
| %179 = OpCopyObject %float %float_0 |
| OpBranch %175 |
| %175 = OpLabel |
| %180 = OpPhi %float %178 %177 %179 %176 |
| OpSelectionMerge %181 None |
| OpBranchConditional %153 %182 %183 |
| %183 = OpLabel |
| %184 = OpLoad %float %b |
| OpBranch %181 |
| %182 = OpLabel |
| %185 = OpCopyObject %float %float_0 |
| OpBranch %181 |
| %181 = OpLabel |
| %186 = OpPhi %float %184 %183 %185 %182 |
| %187 = OpFOrdLessThan %bool %180 %186 |
| OpSelectionMerge %188 None |
| OpBranchConditional %153 %188 %189 |
| %189 = OpLabel |
| OpStore %147 %187 |
| OpBranch %188 |
| %188 = OpLabel |
| OpBranch %190 |
| %190 = OpLabel |
| %191 = OpLoad %bool %147 |
| OpReturnValue %191 |
| OpFunctionEnd |