| 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 %buf1 "buf1" |
| OpMemberName %buf1 0 "injectionSwitch" |
| OpName %_ "" |
| OpName %c "c" |
| OpName %buf0 "buf0" |
| OpMemberName %buf0 0 "resolution" |
| OpName %__0 "" |
| OpName %gl_FragCoord "gl_FragCoord" |
| OpName %_GLF_color "_GLF_color" |
| 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 %gl_FragCoord BuiltIn FragCoord |
| OpDecorate %_GLF_color Location 0 |
| %void = OpTypeVoid |
| %11 = OpTypeFunction %void |
| %float = OpTypeFloat 32 |
| %_ptr_Function_float = OpTypePointer Function %float |
| %float_n0_5 = OpConstant %float -0.5 |
| %int = OpTypeInt 32 1 |
| %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 |
| %v2float = OpTypeVector %float 2 |
| %buf1 = OpTypeStruct %v2float |
| %_ptr_Uniform_buf1 = OpTypePointer Uniform %buf1 |
| %_ = OpVariable %_ptr_Uniform_buf1 Uniform |
| %uint = OpTypeInt 32 0 |
| %uint_0 = OpConstant %uint 0 |
| %_ptr_Uniform_float = OpTypePointer Uniform %float |
| %uint_1 = OpConstant %uint 1 |
| %v3float = OpTypeVector %float 3 |
| %_ptr_Function_v3float = OpTypePointer Function %v3float |
| %float_7 = OpConstant %float 7 |
| %float_8 = OpConstant %float 8 |
| %float_9 = OpConstant %float 9 |
| %35 = OpConstantComposite %v3float %float_7 %float_8 %float_9 |
| %buf0 = OpTypeStruct %v2float |
| %_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0 |
| %__0 = OpVariable %_ptr_Uniform_buf0 Uniform |
| %v4float = OpTypeVector %float 4 |
| %_ptr_Input_v4float = OpTypePointer Input %v4float |
| %gl_FragCoord = OpVariable %_ptr_Input_v4float Input |
| %_ptr_Input_float = OpTypePointer Input %float |
| %uint_2 = OpConstant %uint 2 |
| %int_3 = OpConstant %int 3 |
| %float_1 = OpConstant %float 1 |
| %_ptr_Output_v4float = OpTypePointer Output %v4float |
| %_GLF_color = OpVariable %_ptr_Output_v4float Output |
| %false = OpConstantFalse %bool |
| %true = OpConstantTrue %bool |
| %46 = OpUndef %float |
| %float_0_125 = OpConstant %float 0.125 |
| %main = OpFunction %void None %11 |
| %48 = OpLabel |
| %c = OpVariable %_ptr_Function_v3float Function |
| OpStore %c %35 |
| %49 = OpAccessChain %_ptr_Uniform_float %__0 %int_0 %uint_0 |
| %50 = OpLoad %float %49 |
| %51 = OpFMul %float %50 %float_0_125 |
| %52 = OpExtInst %float %1 Round %51 |
| %53 = OpAccessChain %_ptr_Input_float %gl_FragCoord %uint_0 |
| %54 = OpLoad %float %53 |
| OpSelectionMerge %55 None |
| OpSwitch %uint_0 %56 |
| %56 = OpLabel |
| OpBranch %57 |
| %57 = OpLabel |
| %58 = OpPhi %float %float_n0_5 %56 %59 %60 |
| %61 = OpPhi %int %int_1 %56 %62 %60 |
| %63 = OpSLessThan %bool %61 %int_800 |
| OpLoopMerge %64 %60 None |
| OpBranchConditional %63 %65 %64 |
| %65 = OpLabel |
| %66 = OpSMod %int %61 %int_32 |
| %67 = OpIEqual %bool %66 %int_0 |
| OpSelectionMerge %68 None |
| OpBranchConditional %67 %69 %70 |
| %69 = OpLabel |
| %71 = OpFAdd %float %58 %float_0_400000006 |
| OpBranch %68 |
| %70 = OpLabel |
| %72 = OpConvertSToF %float %61 |
| %73 = OpExtInst %float %1 Round %52 |
| %74 = OpFMod %float %72 %73 |
| %75 = OpFOrdLessThanEqual %bool %74 %float_0_00999999978 |
| OpSelectionMerge %76 None |
| OpBranchConditional %75 %77 %76 |
| %77 = OpLabel |
| %78 = OpFAdd %float %58 %float_100 |
| OpBranch %76 |
| %76 = OpLabel |
| %79 = OpPhi %float %58 %70 %78 %77 |
| %80 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %uint_0 |
| %81 = OpLoad %float %80 |
| %82 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %uint_1 |
| %83 = OpLoad %float %82 |
| %84 = OpFOrdGreaterThan %bool %81 %83 |
| OpSelectionMerge %85 None |
| OpBranchConditional %84 %86 %85 |
| %86 = OpLabel |
| OpKill |
| %85 = OpLabel |
| OpBranch %68 |
| %68 = OpLabel |
| %59 = OpPhi %float %71 %69 %79 %85 |
| %87 = OpConvertSToF %float %61 |
| %88 = OpFOrdGreaterThanEqual %bool %87 %54 |
| OpSelectionMerge %89 None |
| OpBranchConditional %88 %90 %89 |
| %90 = OpLabel |
| OpBranch %64 |
| %89 = OpLabel |
| OpBranch %60 |
| %60 = OpLabel |
| %62 = OpIAdd %int %61 %int_1 |
| OpBranch %57 |
| %64 = OpLabel |
| %91 = OpPhi %float %46 %57 %59 %90 |
| %92 = OpPhi %float %58 %57 %59 %90 |
| %93 = OpPhi %bool %false %57 %true %90 |
| OpSelectionMerge %94 None |
| OpBranchConditional %93 %55 %94 |
| %94 = OpLabel |
| OpBranch %55 |
| %55 = OpLabel |
| %95 = OpPhi %float %91 %64 %92 %94 |
| %96 = OpAccessChain %_ptr_Function_float %c %uint_0 |
| OpStore %96 %95 |
| %97 = OpAccessChain %_ptr_Input_float %gl_FragCoord %uint_1 |
| %98 = OpLoad %float %97 |
| OpSelectionMerge %99 None |
| OpSwitch %uint_0 %100 |
| %100 = OpLabel |
| OpBranch %101 |
| %101 = OpLabel |
| %102 = OpPhi %float %float_n0_5 %100 %103 %104 |
| %105 = OpPhi %int %int_1 %100 %106 %104 |
| %107 = OpSLessThan %bool %105 %int_800 |
| OpLoopMerge %108 %104 None |
| OpBranchConditional %107 %109 %108 |
| %109 = OpLabel |
| %110 = OpSMod %int %105 %int_32 |
| %111 = OpIEqual %bool %110 %int_0 |
| OpSelectionMerge %112 None |
| OpBranchConditional %111 %113 %114 |
| %113 = OpLabel |
| %115 = OpFAdd %float %102 %float_0_400000006 |
| OpBranch %112 |
| %114 = OpLabel |
| %116 = OpConvertSToF %float %105 |
| %117 = OpExtInst %float %1 Round %52 |
| %118 = OpFMod %float %116 %117 |
| %119 = OpFOrdLessThanEqual %bool %118 %float_0_00999999978 |
| OpSelectionMerge %120 None |
| OpBranchConditional %119 %121 %120 |
| %121 = OpLabel |
| %122 = OpFAdd %float %102 %float_100 |
| OpBranch %120 |
| %120 = OpLabel |
| %123 = OpPhi %float %102 %114 %122 %121 |
| %124 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %uint_0 |
| %125 = OpLoad %float %124 |
| %126 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %uint_1 |
| %127 = OpLoad %float %126 |
| %128 = OpFOrdGreaterThan %bool %125 %127 |
| OpSelectionMerge %129 None |
| OpBranchConditional %128 %130 %129 |
| %130 = OpLabel |
| OpKill |
| %129 = OpLabel |
| OpBranch %112 |
| %112 = OpLabel |
| %103 = OpPhi %float %115 %113 %123 %129 |
| %131 = OpConvertSToF %float %105 |
| %132 = OpFOrdGreaterThanEqual %bool %131 %98 |
| OpSelectionMerge %133 None |
| OpBranchConditional %132 %134 %133 |
| %134 = OpLabel |
| OpBranch %108 |
| %133 = OpLabel |
| OpBranch %104 |
| %104 = OpLabel |
| %106 = OpIAdd %int %105 %int_1 |
| OpBranch %101 |
| %108 = OpLabel |
| %135 = OpPhi %float %46 %101 %103 %134 |
| %136 = OpPhi %float %102 %101 %103 %134 |
| %137 = OpPhi %bool %false %101 %true %134 |
| OpSelectionMerge %138 None |
| OpBranchConditional %137 %99 %138 |
| %138 = OpLabel |
| OpBranch %99 |
| %99 = OpLabel |
| %139 = OpPhi %float %135 %108 %136 %138 |
| %140 = OpAccessChain %_ptr_Function_float %c %uint_1 |
| OpStore %140 %139 |
| %141 = OpLoad %float %96 |
| %142 = OpLoad %float %140 |
| %143 = OpFAdd %float %141 %142 |
| %144 = OpAccessChain %_ptr_Function_float %c %uint_2 |
| OpStore %144 %143 |
| OpBranch %145 |
| %145 = OpLabel |
| %146 = OpPhi %int %int_0 %99 %147 %148 |
| %149 = OpSLessThan %bool %146 %int_3 |
| OpLoopMerge %150 %148 None |
| OpBranchConditional %149 %151 %150 |
| %151 = OpLabel |
| %152 = OpAccessChain %_ptr_Function_float %c %146 |
| %153 = OpLoad %float %152 |
| %154 = OpFOrdGreaterThanEqual %bool %153 %float_1 |
| OpSelectionMerge %155 None |
| OpBranchConditional %154 %156 %155 |
| %156 = OpLabel |
| %157 = OpLoad %float %152 |
| %158 = OpLoad %float %152 |
| %159 = OpFMul %float %157 %158 |
| OpStore %152 %159 |
| %160 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %uint_0 |
| %161 = OpLoad %float %160 |
| %162 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %uint_1 |
| %163 = OpLoad %float %162 |
| %164 = OpFOrdGreaterThan %bool %161 %163 |
| OpSelectionMerge %165 None |
| OpBranchConditional %164 %166 %165 |
| %166 = OpLabel |
| OpKill |
| %165 = OpLabel |
| OpBranch %155 |
| %155 = OpLabel |
| OpBranch %148 |
| %148 = OpLabel |
| %147 = OpIAdd %int %146 %int_1 |
| OpBranch %145 |
| %150 = OpLabel |
| %167 = OpLoad %v3float %c |
| %168 = OpExtInst %v3float %1 FAbs %167 |
| %169 = OpExtInst %v3float %1 Normalize %168 |
| %170 = OpCompositeExtract %float %169 0 |
| %171 = OpCompositeExtract %float %169 1 |
| %172 = OpCompositeExtract %float %169 2 |
| %173 = OpCompositeConstruct %v4float %170 %171 %172 %float_1 |
| OpStore %_GLF_color %173 |
| OpReturn |
| OpFunctionEnd |