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 %87 RelaxedPrecision 51OpDecorate %89 RelaxedPrecision 52OpDecorate %90 RelaxedPrecision 53OpDecorate %96 RelaxedPrecision 54OpDecorate %98 RelaxedPrecision 55OpDecorate %99 RelaxedPrecision 56OpDecorate %105 RelaxedPrecision 57OpDecorate %107 RelaxedPrecision 58OpDecorate %118 RelaxedPrecision 59OpDecorate %121 RelaxedPrecision 60OpDecorate %122 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_1 = OpConstant %float 1 88%87 = OpConstantComposite %v2float %float_1 %float_1 89%96 = OpConstantComposite %v3float %float_1 %float_1 %float_1 90%105 = OpConstantComposite %v4float %float_1 %float_1 %float_1 %float_1 91%_ptr_Function_v4float = OpTypePointer Function %v4float 92%int_2 = OpConstant %int 2 93%int_3 = OpConstant %int 3 94%_entrypoint_v = OpFunction %void None %15 95%16 = OpLabel 96%20 = OpVariable %_ptr_Function_v2float Function 97OpStore %20 %19 98%22 = OpFunctionCall %v4float %main %20 99OpStore %sk_FragColor %22 100OpReturn 101OpFunctionEnd 102%main = OpFunction %v4float None %23 103%24 = OpFunctionParameter %_ptr_Function_v2float 104%25 = OpLabel 105%111 = OpVariable %_ptr_Function_v4float Function 106%28 = OpAccessChain %_ptr_Uniform_v4float %10 %int_0 107%32 = OpLoad %v4float %28 108%33 = OpCompositeExtract %float %32 0 109%27 = OpExtInst %float %1 Cosh %33 110%34 = OpAccessChain %_ptr_Uniform_v4float %10 %int_1 111%36 = OpLoad %v4float %34 112%37 = OpCompositeExtract %float %36 0 113%38 = OpFOrdEqual %bool %27 %37 114OpSelectionMerge %40 None 115OpBranchConditional %38 %39 %40 116%39 = OpLabel 117%42 = OpAccessChain %_ptr_Uniform_v4float %10 %int_0 118%43 = OpLoad %v4float %42 119%44 = OpVectorShuffle %v2float %43 %43 0 1 120%41 = OpExtInst %v2float %1 Cosh %44 121%45 = OpAccessChain %_ptr_Uniform_v4float %10 %int_1 122%46 = OpLoad %v4float %45 123%47 = OpVectorShuffle %v2float %46 %46 0 1 124%48 = OpFOrdEqual %v2bool %41 %47 125%50 = OpAll %bool %48 126OpBranch %40 127%40 = OpLabel 128%51 = OpPhi %bool %false %25 %50 %39 129OpSelectionMerge %53 None 130OpBranchConditional %51 %52 %53 131%52 = OpLabel 132%55 = OpAccessChain %_ptr_Uniform_v4float %10 %int_0 133%56 = OpLoad %v4float %55 134%57 = OpVectorShuffle %v3float %56 %56 0 1 2 135%54 = OpExtInst %v3float %1 Cosh %57 136%59 = OpAccessChain %_ptr_Uniform_v4float %10 %int_1 137%60 = OpLoad %v4float %59 138%61 = OpVectorShuffle %v3float %60 %60 0 1 2 139%62 = OpFOrdEqual %v3bool %54 %61 140%64 = OpAll %bool %62 141OpBranch %53 142%53 = OpLabel 143%65 = OpPhi %bool %false %40 %64 %52 144OpSelectionMerge %67 None 145OpBranchConditional %65 %66 %67 146%66 = OpLabel 147%69 = OpAccessChain %_ptr_Uniform_v4float %10 %int_0 148%70 = OpLoad %v4float %69 149%68 = OpExtInst %v4float %1 Cosh %70 150%71 = OpAccessChain %_ptr_Uniform_v4float %10 %int_1 151%72 = OpLoad %v4float %71 152%73 = OpFOrdEqual %v4bool %68 %72 153%75 = OpAll %bool %73 154OpBranch %67 155%67 = OpLabel 156%76 = OpPhi %bool %false %53 %75 %66 157OpSelectionMerge %78 None 158OpBranchConditional %76 %77 %78 159%77 = OpLabel 160%80 = OpAccessChain %_ptr_Uniform_v4float %10 %int_1 161%81 = OpLoad %v4float %80 162%82 = OpCompositeExtract %float %81 0 163%83 = OpFOrdEqual %bool %float_1 %82 164OpBranch %78 165%78 = OpLabel 166%84 = OpPhi %bool %false %67 %83 %77 167OpSelectionMerge %86 None 168OpBranchConditional %84 %85 %86 169%85 = OpLabel 170%88 = OpAccessChain %_ptr_Uniform_v4float %10 %int_1 171%89 = OpLoad %v4float %88 172%90 = OpVectorShuffle %v2float %89 %89 0 1 173%91 = OpFOrdEqual %v2bool %87 %90 174%92 = OpAll %bool %91 175OpBranch %86 176%86 = OpLabel 177%93 = OpPhi %bool %false %78 %92 %85 178OpSelectionMerge %95 None 179OpBranchConditional %93 %94 %95 180%94 = OpLabel 181%97 = OpAccessChain %_ptr_Uniform_v4float %10 %int_1 182%98 = OpLoad %v4float %97 183%99 = OpVectorShuffle %v3float %98 %98 0 1 2 184%100 = OpFOrdEqual %v3bool %96 %99 185%101 = OpAll %bool %100 186OpBranch %95 187%95 = OpLabel 188%102 = OpPhi %bool %false %86 %101 %94 189OpSelectionMerge %104 None 190OpBranchConditional %102 %103 %104 191%103 = OpLabel 192%106 = OpAccessChain %_ptr_Uniform_v4float %10 %int_1 193%107 = OpLoad %v4float %106 194%108 = OpFOrdEqual %v4bool %105 %107 195%109 = OpAll %bool %108 196OpBranch %104 197%104 = OpLabel 198%110 = OpPhi %bool %false %95 %109 %103 199OpSelectionMerge %115 None 200OpBranchConditional %110 %113 %114 201%113 = OpLabel 202%116 = OpAccessChain %_ptr_Uniform_v4float %10 %int_2 203%118 = OpLoad %v4float %116 204OpStore %111 %118 205OpBranch %115 206%114 = OpLabel 207%119 = OpAccessChain %_ptr_Uniform_v4float %10 %int_3 208%121 = OpLoad %v4float %119 209OpStore %111 %121 210OpBranch %115 211%115 = OpLabel 212%122 = OpLoad %v4float %111 213OpReturnValue %122 214OpFunctionEnd 215