| OpCapability Shader |
| %1 = OpExtInstImport "GLSL.std.450" |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint Fragment %_entrypoint_v "_entrypoint" %sk_Clockwise %sk_FragColor |
| OpExecutionMode %_entrypoint_v OriginUpperLeft |
| OpName %sk_Clockwise "sk_Clockwise" |
| OpName %sk_FragColor "sk_FragColor" |
| OpName %_UniformBuffer "_UniformBuffer" |
| OpMemberName %_UniformBuffer 0 "testInputs" |
| OpMemberName %_UniformBuffer 1 "colorGreen" |
| OpMemberName %_UniformBuffer 2 "colorRed" |
| OpName %_entrypoint_v "_entrypoint_v" |
| OpName %main "main" |
| OpName %expectedA "expectedA" |
| OpName %expectedB "expectedB" |
| OpDecorate %sk_Clockwise BuiltIn FrontFacing |
| OpDecorate %sk_FragColor RelaxedPrecision |
| OpDecorate %sk_FragColor Location 0 |
| OpDecorate %sk_FragColor Index 0 |
| OpMemberDecorate %_UniformBuffer 0 Offset 0 |
| OpMemberDecorate %_UniformBuffer 0 RelaxedPrecision |
| OpMemberDecorate %_UniformBuffer 1 Offset 16 |
| OpMemberDecorate %_UniformBuffer 1 RelaxedPrecision |
| OpMemberDecorate %_UniformBuffer 2 Offset 32 |
| OpMemberDecorate %_UniformBuffer 2 RelaxedPrecision |
| OpDecorate %_UniformBuffer Block |
| OpDecorate %10 Binding 0 |
| OpDecorate %10 DescriptorSet 0 |
| OpDecorate %expectedA RelaxedPrecision |
| OpDecorate %expectedB RelaxedPrecision |
| OpDecorate %39 RelaxedPrecision |
| OpDecorate %40 RelaxedPrecision |
| OpDecorate %47 RelaxedPrecision |
| OpDecorate %48 RelaxedPrecision |
| OpDecorate %49 RelaxedPrecision |
| OpDecorate %60 RelaxedPrecision |
| OpDecorate %61 RelaxedPrecision |
| OpDecorate %62 RelaxedPrecision |
| OpDecorate %72 RelaxedPrecision |
| OpDecorate %83 RelaxedPrecision |
| OpDecorate %90 RelaxedPrecision |
| OpDecorate %101 RelaxedPrecision |
| OpDecorate %102 RelaxedPrecision |
| OpDecorate %109 RelaxedPrecision |
| OpDecorate %110 RelaxedPrecision |
| OpDecorate %112 RelaxedPrecision |
| OpDecorate %120 RelaxedPrecision |
| OpDecorate %121 RelaxedPrecision |
| OpDecorate %123 RelaxedPrecision |
| OpDecorate %131 RelaxedPrecision |
| OpDecorate %142 RelaxedPrecision |
| OpDecorate %149 RelaxedPrecision |
| OpDecorate %162 RelaxedPrecision |
| OpDecorate %165 RelaxedPrecision |
| OpDecorate %166 RelaxedPrecision |
| %bool = OpTypeBool |
| %_ptr_Input_bool = OpTypePointer Input %bool |
| %sk_Clockwise = OpVariable %_ptr_Input_bool Input |
| %float = OpTypeFloat 32 |
| %v4float = OpTypeVector %float 4 |
| %_ptr_Output_v4float = OpTypePointer Output %v4float |
| %sk_FragColor = OpVariable %_ptr_Output_v4float Output |
| %_UniformBuffer = OpTypeStruct %v4float %v4float %v4float |
| %_ptr_Uniform__UniformBuffer = OpTypePointer Uniform %_UniformBuffer |
| %10 = OpVariable %_ptr_Uniform__UniformBuffer Uniform |
| %void = OpTypeVoid |
| %15 = OpTypeFunction %void |
| %float_0 = OpConstant %float 0 |
| %v2float = OpTypeVector %float 2 |
| %19 = OpConstantComposite %v2float %float_0 %float_0 |
| %_ptr_Function_v2float = OpTypePointer Function %v2float |
| %23 = OpTypeFunction %v4float %_ptr_Function_v2float |
| %_ptr_Function_v4float = OpTypePointer Function %v4float |
| %float_1 = OpConstant %float 1 |
| %29 = OpConstantComposite %v4float %float_0 %float_0 %float_1 %float_1 |
| %31 = OpConstantComposite %v4float %float_1 %float_1 %float_0 %float_0 |
| %false = OpConstantFalse %bool |
| %float_0_5 = OpConstant %float 0.5 |
| %_ptr_Uniform_v4float = OpTypePointer Uniform %v4float |
| %int = OpTypeInt 32 1 |
| %int_0 = OpConstant %int 0 |
| %45 = OpConstantComposite %v2float %float_0_5 %float_0_5 |
| %v2bool = OpTypeVector %bool 2 |
| %v3float = OpTypeVector %float 3 |
| %58 = OpConstantComposite %v3float %float_0_5 %float_0_5 %float_0_5 |
| %v3bool = OpTypeVector %bool 3 |
| %70 = OpConstantComposite %v4float %float_0_5 %float_0_5 %float_0_5 %float_0_5 |
| %v4bool = OpTypeVector %bool 4 |
| %true = OpConstantTrue %bool |
| %89 = OpConstantComposite %v3float %float_0 %float_0 %float_1 |
| %111 = OpConstantComposite %v2float %float_0 %float_1 |
| %122 = OpConstantComposite %v3float %float_0 %float_1 %float_0 |
| %132 = OpConstantComposite %v4float %float_0 %float_1 %float_0 %float_1 |
| %141 = OpConstantComposite %v2float %float_1 %float_1 |
| %148 = OpConstantComposite %v3float %float_1 %float_1 %float_0 |
| %int_1 = OpConstant %int 1 |
| %int_2 = OpConstant %int 2 |
| %_entrypoint_v = OpFunction %void None %15 |
| %16 = OpLabel |
| %20 = OpVariable %_ptr_Function_v2float Function |
| OpStore %20 %19 |
| %22 = OpFunctionCall %v4float %main %20 |
| OpStore %sk_FragColor %22 |
| OpReturn |
| OpFunctionEnd |
| %main = OpFunction %v4float None %23 |
| %24 = OpFunctionParameter %_ptr_Function_v2float |
| %25 = OpLabel |
| %expectedA = OpVariable %_ptr_Function_v4float Function |
| %expectedB = OpVariable %_ptr_Function_v4float Function |
| %156 = OpVariable %_ptr_Function_v4float Function |
| OpStore %expectedA %29 |
| OpStore %expectedB %31 |
| %35 = OpAccessChain %_ptr_Uniform_v4float %10 %int_0 |
| %39 = OpLoad %v4float %35 |
| %40 = OpCompositeExtract %float %39 0 |
| %33 = OpExtInst %float %1 Step %float_0_5 %40 |
| %41 = OpFOrdEqual %bool %33 %float_0 |
| OpSelectionMerge %43 None |
| OpBranchConditional %41 %42 %43 |
| %42 = OpLabel |
| %46 = OpAccessChain %_ptr_Uniform_v4float %10 %int_0 |
| %47 = OpLoad %v4float %46 |
| %48 = OpVectorShuffle %v2float %47 %47 0 1 |
| %44 = OpExtInst %v2float %1 Step %45 %48 |
| %49 = OpVectorShuffle %v2float %29 %29 0 1 |
| %50 = OpFOrdEqual %v2bool %44 %49 |
| %52 = OpAll %bool %50 |
| OpBranch %43 |
| %43 = OpLabel |
| %53 = OpPhi %bool %false %25 %52 %42 |
| OpSelectionMerge %55 None |
| OpBranchConditional %53 %54 %55 |
| %54 = OpLabel |
| %59 = OpAccessChain %_ptr_Uniform_v4float %10 %int_0 |
| %60 = OpLoad %v4float %59 |
| %61 = OpVectorShuffle %v3float %60 %60 0 1 2 |
| %56 = OpExtInst %v3float %1 Step %58 %61 |
| %62 = OpVectorShuffle %v3float %29 %29 0 1 2 |
| %63 = OpFOrdEqual %v3bool %56 %62 |
| %65 = OpAll %bool %63 |
| OpBranch %55 |
| %55 = OpLabel |
| %66 = OpPhi %bool %false %43 %65 %54 |
| OpSelectionMerge %68 None |
| OpBranchConditional %66 %67 %68 |
| %67 = OpLabel |
| %71 = OpAccessChain %_ptr_Uniform_v4float %10 %int_0 |
| %72 = OpLoad %v4float %71 |
| %69 = OpExtInst %v4float %1 Step %70 %72 |
| %73 = OpFOrdEqual %v4bool %69 %29 |
| %75 = OpAll %bool %73 |
| OpBranch %68 |
| %68 = OpLabel |
| %76 = OpPhi %bool %false %55 %75 %67 |
| OpSelectionMerge %78 None |
| OpBranchConditional %76 %77 %78 |
| %77 = OpLabel |
| OpBranch %78 |
| %78 = OpLabel |
| %80 = OpPhi %bool %false %68 %true %77 |
| OpSelectionMerge %82 None |
| OpBranchConditional %80 %81 %82 |
| %81 = OpLabel |
| %83 = OpVectorShuffle %v2float %29 %29 0 1 |
| %84 = OpFOrdEqual %v2bool %19 %83 |
| %85 = OpAll %bool %84 |
| OpBranch %82 |
| %82 = OpLabel |
| %86 = OpPhi %bool %false %78 %85 %81 |
| OpSelectionMerge %88 None |
| OpBranchConditional %86 %87 %88 |
| %87 = OpLabel |
| %90 = OpVectorShuffle %v3float %29 %29 0 1 2 |
| %91 = OpFOrdEqual %v3bool %89 %90 |
| %92 = OpAll %bool %91 |
| OpBranch %88 |
| %88 = OpLabel |
| %93 = OpPhi %bool %false %82 %92 %87 |
| OpSelectionMerge %95 None |
| OpBranchConditional %93 %94 %95 |
| %94 = OpLabel |
| OpBranch %95 |
| %95 = OpLabel |
| %96 = OpPhi %bool %false %88 %true %94 |
| OpSelectionMerge %98 None |
| OpBranchConditional %96 %97 %98 |
| %97 = OpLabel |
| %100 = OpAccessChain %_ptr_Uniform_v4float %10 %int_0 |
| %101 = OpLoad %v4float %100 |
| %102 = OpCompositeExtract %float %101 0 |
| %99 = OpExtInst %float %1 Step %102 %float_0 |
| %103 = OpFOrdEqual %bool %99 %float_1 |
| OpBranch %98 |
| %98 = OpLabel |
| %104 = OpPhi %bool %false %95 %103 %97 |
| OpSelectionMerge %106 None |
| OpBranchConditional %104 %105 %106 |
| %105 = OpLabel |
| %108 = OpAccessChain %_ptr_Uniform_v4float %10 %int_0 |
| %109 = OpLoad %v4float %108 |
| %110 = OpVectorShuffle %v2float %109 %109 0 1 |
| %107 = OpExtInst %v2float %1 Step %110 %111 |
| %112 = OpVectorShuffle %v2float %31 %31 0 1 |
| %113 = OpFOrdEqual %v2bool %107 %112 |
| %114 = OpAll %bool %113 |
| OpBranch %106 |
| %106 = OpLabel |
| %115 = OpPhi %bool %false %98 %114 %105 |
| OpSelectionMerge %117 None |
| OpBranchConditional %115 %116 %117 |
| %116 = OpLabel |
| %119 = OpAccessChain %_ptr_Uniform_v4float %10 %int_0 |
| %120 = OpLoad %v4float %119 |
| %121 = OpVectorShuffle %v3float %120 %120 0 1 2 |
| %118 = OpExtInst %v3float %1 Step %121 %122 |
| %123 = OpVectorShuffle %v3float %31 %31 0 1 2 |
| %124 = OpFOrdEqual %v3bool %118 %123 |
| %125 = OpAll %bool %124 |
| OpBranch %117 |
| %117 = OpLabel |
| %126 = OpPhi %bool %false %106 %125 %116 |
| OpSelectionMerge %128 None |
| OpBranchConditional %126 %127 %128 |
| %127 = OpLabel |
| %130 = OpAccessChain %_ptr_Uniform_v4float %10 %int_0 |
| %131 = OpLoad %v4float %130 |
| %129 = OpExtInst %v4float %1 Step %131 %132 |
| %133 = OpFOrdEqual %v4bool %129 %31 |
| %134 = OpAll %bool %133 |
| OpBranch %128 |
| %128 = OpLabel |
| %135 = OpPhi %bool %false %117 %134 %127 |
| OpSelectionMerge %137 None |
| OpBranchConditional %135 %136 %137 |
| %136 = OpLabel |
| OpBranch %137 |
| %137 = OpLabel |
| %138 = OpPhi %bool %false %128 %true %136 |
| OpSelectionMerge %140 None |
| OpBranchConditional %138 %139 %140 |
| %139 = OpLabel |
| %142 = OpVectorShuffle %v2float %31 %31 0 1 |
| %143 = OpFOrdEqual %v2bool %141 %142 |
| %144 = OpAll %bool %143 |
| OpBranch %140 |
| %140 = OpLabel |
| %145 = OpPhi %bool %false %137 %144 %139 |
| OpSelectionMerge %147 None |
| OpBranchConditional %145 %146 %147 |
| %146 = OpLabel |
| %149 = OpVectorShuffle %v3float %31 %31 0 1 2 |
| %150 = OpFOrdEqual %v3bool %148 %149 |
| %151 = OpAll %bool %150 |
| OpBranch %147 |
| %147 = OpLabel |
| %152 = OpPhi %bool %false %140 %151 %146 |
| OpSelectionMerge %154 None |
| OpBranchConditional %152 %153 %154 |
| %153 = OpLabel |
| OpBranch %154 |
| %154 = OpLabel |
| %155 = OpPhi %bool %false %147 %true %153 |
| OpSelectionMerge %159 None |
| OpBranchConditional %155 %157 %158 |
| %157 = OpLabel |
| %160 = OpAccessChain %_ptr_Uniform_v4float %10 %int_1 |
| %162 = OpLoad %v4float %160 |
| OpStore %156 %162 |
| OpBranch %159 |
| %158 = OpLabel |
| %163 = OpAccessChain %_ptr_Uniform_v4float %10 %int_2 |
| %165 = OpLoad %v4float %163 |
| OpStore %156 %165 |
| OpBranch %159 |
| %159 = OpLabel |
| %166 = OpLoad %v4float %156 |
| OpReturnValue %166 |
| OpFunctionEnd |