1OpCapability Shader 2%1 = OpExtInstImport "GLSL.std.450" 3OpMemoryModel Logical GLSL450 4OpEntryPoint Fragment %_entrypoint_v "_entrypoint" %sk_FragColor %sk_Clockwise 5OpExecutionMode %_entrypoint_v OriginUpperLeft 6OpName %sk_FragColor "sk_FragColor" 7OpName %sk_Clockwise "sk_Clockwise" 8OpName %_UniformBuffer "_UniformBuffer" 9OpMemberName %_UniformBuffer 0 "input" 10OpMemberName %_UniformBuffer 1 "expected" 11OpMemberName %_UniformBuffer 2 "colorGreen" 12OpMemberName %_UniformBuffer 3 "colorRed" 13OpName %_entrypoint_v "_entrypoint_v" 14OpName %main "main" 15OpDecorate %sk_FragColor RelaxedPrecision 16OpDecorate %sk_FragColor Location 0 17OpDecorate %sk_FragColor Index 0 18OpDecorate %sk_Clockwise BuiltIn FrontFacing 19OpMemberDecorate %_UniformBuffer 0 Offset 0 20OpMemberDecorate %_UniformBuffer 0 RelaxedPrecision 21OpMemberDecorate %_UniformBuffer 1 Offset 16 22OpMemberDecorate %_UniformBuffer 1 RelaxedPrecision 23OpMemberDecorate %_UniformBuffer 2 Offset 32 24OpMemberDecorate %_UniformBuffer 2 RelaxedPrecision 25OpMemberDecorate %_UniformBuffer 3 Offset 48 26OpMemberDecorate %_UniformBuffer 3 RelaxedPrecision 27OpDecorate %_UniformBuffer Block 28OpDecorate %10 Binding 0 29OpDecorate %10 DescriptorSet 0 30OpDecorate %27 RelaxedPrecision 31OpDecorate %32 RelaxedPrecision 32OpDecorate %33 RelaxedPrecision 33OpDecorate %36 RelaxedPrecision 34OpDecorate %37 RelaxedPrecision 35OpDecorate %41 RelaxedPrecision 36OpDecorate %43 RelaxedPrecision 37OpDecorate %44 RelaxedPrecision 38OpDecorate %46 RelaxedPrecision 39OpDecorate %47 RelaxedPrecision 40OpDecorate %54 RelaxedPrecision 41OpDecorate %56 RelaxedPrecision 42OpDecorate %57 RelaxedPrecision 43OpDecorate %60 RelaxedPrecision 44OpDecorate %61 RelaxedPrecision 45OpDecorate %68 RelaxedPrecision 46OpDecorate %70 RelaxedPrecision 47OpDecorate %72 RelaxedPrecision 48OpDecorate %81 RelaxedPrecision 49OpDecorate %82 RelaxedPrecision 50OpDecorate %88 RelaxedPrecision 51OpDecorate %90 RelaxedPrecision 52OpDecorate %91 RelaxedPrecision 53OpDecorate %97 RelaxedPrecision 54OpDecorate %99 RelaxedPrecision 55OpDecorate %100 RelaxedPrecision 56OpDecorate %107 RelaxedPrecision 57OpDecorate %109 RelaxedPrecision 58OpDecorate %120 RelaxedPrecision 59OpDecorate %123 RelaxedPrecision 60OpDecorate %124 RelaxedPrecision 61%float = OpTypeFloat 32 62%v4float = OpTypeVector %float 4 63%_ptr_Output_v4float = OpTypePointer Output %v4float 64%sk_FragColor = OpVariable %_ptr_Output_v4float Output 65%bool = OpTypeBool 66%_ptr_Input_bool = OpTypePointer Input %bool 67%sk_Clockwise = OpVariable %_ptr_Input_bool Input 68%_UniformBuffer = OpTypeStruct %v4float %v4float %v4float %v4float 69%_ptr_Uniform__UniformBuffer = OpTypePointer Uniform %_UniformBuffer 70%10 = OpVariable %_ptr_Uniform__UniformBuffer Uniform 71%void = OpTypeVoid 72%15 = OpTypeFunction %void 73%v2float = OpTypeVector %float 2 74%float_0 = OpConstant %float 0 75%19 = OpConstantComposite %v2float %float_0 %float_0 76%_ptr_Function_v2float = OpTypePointer Function %v2float 77%23 = OpTypeFunction %v4float %_ptr_Function_v2float 78%false = OpConstantFalse %bool 79%_ptr_Uniform_v4float = OpTypePointer Uniform %v4float 80%int = OpTypeInt 32 1 81%int_0 = OpConstant %int 0 82%int_1 = OpConstant %int 1 83%v2bool = OpTypeVector %bool 2 84%v3float = OpTypeVector %float 3 85%v3bool = OpTypeVector %bool 3 86%v4bool = OpTypeVector %bool 4 87%float_n1 = OpConstant %float -1 88%float_n0 = OpConstant %float -0 89%88 = OpConstantComposite %v2float %float_n1 %float_n0 90%97 = OpConstantComposite %v3float %float_n1 %float_n0 %float_0 91%float_1 = OpConstant %float 1 92%107 = OpConstantComposite %v4float %float_n1 %float_n0 %float_0 %float_1 93%_ptr_Function_v4float = OpTypePointer Function %v4float 94%int_2 = OpConstant %int 2 95%int_3 = OpConstant %int 3 96%_entrypoint_v = OpFunction %void None %15 97%16 = OpLabel 98%20 = OpVariable %_ptr_Function_v2float Function 99OpStore %20 %19 100%22 = OpFunctionCall %v4float %main %20 101OpStore %sk_FragColor %22 102OpReturn 103OpFunctionEnd 104%main = OpFunction %v4float None %23 105%24 = OpFunctionParameter %_ptr_Function_v2float 106%25 = OpLabel 107%113 = OpVariable %_ptr_Function_v4float Function 108%28 = OpAccessChain %_ptr_Uniform_v4float %10 %int_0 109%32 = OpLoad %v4float %28 110%33 = OpCompositeExtract %float %32 0 111%27 = OpExtInst %float %1 Trunc %33 112%34 = OpAccessChain %_ptr_Uniform_v4float %10 %int_1 113%36 = OpLoad %v4float %34 114%37 = OpCompositeExtract %float %36 0 115%38 = OpFOrdEqual %bool %27 %37 116OpSelectionMerge %40 None 117OpBranchConditional %38 %39 %40 118%39 = OpLabel 119%42 = OpAccessChain %_ptr_Uniform_v4float %10 %int_0 120%43 = OpLoad %v4float %42 121%44 = OpVectorShuffle %v2float %43 %43 0 1 122%41 = OpExtInst %v2float %1 Trunc %44 123%45 = OpAccessChain %_ptr_Uniform_v4float %10 %int_1 124%46 = OpLoad %v4float %45 125%47 = OpVectorShuffle %v2float %46 %46 0 1 126%48 = OpFOrdEqual %v2bool %41 %47 127%50 = OpAll %bool %48 128OpBranch %40 129%40 = OpLabel 130%51 = OpPhi %bool %false %25 %50 %39 131OpSelectionMerge %53 None 132OpBranchConditional %51 %52 %53 133%52 = OpLabel 134%55 = OpAccessChain %_ptr_Uniform_v4float %10 %int_0 135%56 = OpLoad %v4float %55 136%57 = OpVectorShuffle %v3float %56 %56 0 1 2 137%54 = OpExtInst %v3float %1 Trunc %57 138%59 = OpAccessChain %_ptr_Uniform_v4float %10 %int_1 139%60 = OpLoad %v4float %59 140%61 = OpVectorShuffle %v3float %60 %60 0 1 2 141%62 = OpFOrdEqual %v3bool %54 %61 142%64 = OpAll %bool %62 143OpBranch %53 144%53 = OpLabel 145%65 = OpPhi %bool %false %40 %64 %52 146OpSelectionMerge %67 None 147OpBranchConditional %65 %66 %67 148%66 = OpLabel 149%69 = OpAccessChain %_ptr_Uniform_v4float %10 %int_0 150%70 = OpLoad %v4float %69 151%68 = OpExtInst %v4float %1 Trunc %70 152%71 = OpAccessChain %_ptr_Uniform_v4float %10 %int_1 153%72 = OpLoad %v4float %71 154%73 = OpFOrdEqual %v4bool %68 %72 155%75 = OpAll %bool %73 156OpBranch %67 157%67 = OpLabel 158%76 = OpPhi %bool %false %53 %75 %66 159OpSelectionMerge %78 None 160OpBranchConditional %76 %77 %78 161%77 = OpLabel 162%80 = OpAccessChain %_ptr_Uniform_v4float %10 %int_1 163%81 = OpLoad %v4float %80 164%82 = OpCompositeExtract %float %81 0 165%83 = OpFOrdEqual %bool %float_n1 %82 166OpBranch %78 167%78 = OpLabel 168%84 = OpPhi %bool %false %67 %83 %77 169OpSelectionMerge %86 None 170OpBranchConditional %84 %85 %86 171%85 = OpLabel 172%89 = OpAccessChain %_ptr_Uniform_v4float %10 %int_1 173%90 = OpLoad %v4float %89 174%91 = OpVectorShuffle %v2float %90 %90 0 1 175%92 = OpFOrdEqual %v2bool %88 %91 176%93 = OpAll %bool %92 177OpBranch %86 178%86 = OpLabel 179%94 = OpPhi %bool %false %78 %93 %85 180OpSelectionMerge %96 None 181OpBranchConditional %94 %95 %96 182%95 = OpLabel 183%98 = OpAccessChain %_ptr_Uniform_v4float %10 %int_1 184%99 = OpLoad %v4float %98 185%100 = OpVectorShuffle %v3float %99 %99 0 1 2 186%101 = OpFOrdEqual %v3bool %97 %100 187%102 = OpAll %bool %101 188OpBranch %96 189%96 = OpLabel 190%103 = OpPhi %bool %false %86 %102 %95 191OpSelectionMerge %105 None 192OpBranchConditional %103 %104 %105 193%104 = OpLabel 194%108 = OpAccessChain %_ptr_Uniform_v4float %10 %int_1 195%109 = OpLoad %v4float %108 196%110 = OpFOrdEqual %v4bool %107 %109 197%111 = OpAll %bool %110 198OpBranch %105 199%105 = OpLabel 200%112 = OpPhi %bool %false %96 %111 %104 201OpSelectionMerge %117 None 202OpBranchConditional %112 %115 %116 203%115 = OpLabel 204%118 = OpAccessChain %_ptr_Uniform_v4float %10 %int_2 205%120 = OpLoad %v4float %118 206OpStore %113 %120 207OpBranch %117 208%116 = OpLabel 209%121 = OpAccessChain %_ptr_Uniform_v4float %10 %int_3 210%123 = OpLoad %v4float %121 211OpStore %113 %123 212OpBranch %117 213%117 = OpLabel 214%124 = OpLoad %v4float %113 215OpReturnValue %124 216OpFunctionEnd 217