1*c8dee2aaSAndroid Build Coastguard Worker OpCapability Shader 2*c8dee2aaSAndroid Build Coastguard Worker %1 = OpExtInstImport "GLSL.std.450" 3*c8dee2aaSAndroid Build Coastguard Worker OpMemoryModel Logical GLSL450 4*c8dee2aaSAndroid Build Coastguard Worker OpEntryPoint Fragment %_entrypoint_v "_entrypoint" %sk_FragColor 5*c8dee2aaSAndroid Build Coastguard Worker OpExecutionMode %_entrypoint_v OriginUpperLeft 6*c8dee2aaSAndroid Build Coastguard Worker OpName %sk_FragColor "sk_FragColor" 7*c8dee2aaSAndroid Build Coastguard Worker OpName %_UniformBuffer "_UniformBuffer" 8*c8dee2aaSAndroid Build Coastguard Worker OpMemberName %_UniformBuffer 0 "colorGreen" 9*c8dee2aaSAndroid Build Coastguard Worker OpMemberName %_UniformBuffer 1 "colorRed" 10*c8dee2aaSAndroid Build Coastguard Worker OpName %_entrypoint_v "_entrypoint_v" 11*c8dee2aaSAndroid Build Coastguard Worker OpName %main "main" 12*c8dee2aaSAndroid Build Coastguard Worker OpName %i1 "i1" 13*c8dee2aaSAndroid Build Coastguard Worker OpName %i2 "i2" 14*c8dee2aaSAndroid Build Coastguard Worker OpName %i3 "i3" 15*c8dee2aaSAndroid Build Coastguard Worker OpName %i4 "i4" 16*c8dee2aaSAndroid Build Coastguard Worker OpDecorate %sk_FragColor RelaxedPrecision 17*c8dee2aaSAndroid Build Coastguard Worker OpDecorate %sk_FragColor Location 0 18*c8dee2aaSAndroid Build Coastguard Worker OpDecorate %sk_FragColor Index 0 19*c8dee2aaSAndroid Build Coastguard Worker OpMemberDecorate %_UniformBuffer 0 Offset 0 20*c8dee2aaSAndroid Build Coastguard Worker OpMemberDecorate %_UniformBuffer 0 RelaxedPrecision 21*c8dee2aaSAndroid Build Coastguard Worker OpMemberDecorate %_UniformBuffer 1 Offset 16 22*c8dee2aaSAndroid Build Coastguard Worker OpMemberDecorate %_UniformBuffer 1 RelaxedPrecision 23*c8dee2aaSAndroid Build Coastguard Worker OpDecorate %_UniformBuffer Block 24*c8dee2aaSAndroid Build Coastguard Worker OpDecorate %7 Binding 0 25*c8dee2aaSAndroid Build Coastguard Worker OpDecorate %7 DescriptorSet 0 26*c8dee2aaSAndroid Build Coastguard Worker OpDecorate %53 RelaxedPrecision 27*c8dee2aaSAndroid Build Coastguard Worker OpDecorate %55 RelaxedPrecision 28*c8dee2aaSAndroid Build Coastguard Worker OpDecorate %56 RelaxedPrecision 29*c8dee2aaSAndroid Build Coastguard Worker %float = OpTypeFloat 32 30*c8dee2aaSAndroid Build Coastguard Worker %v4float = OpTypeVector %float 4 31*c8dee2aaSAndroid Build Coastguard Worker%_ptr_Output_v4float = OpTypePointer Output %v4float 32*c8dee2aaSAndroid Build Coastguard Worker%sk_FragColor = OpVariable %_ptr_Output_v4float Output 33*c8dee2aaSAndroid Build Coastguard Worker%_UniformBuffer = OpTypeStruct %v4float %v4float 34*c8dee2aaSAndroid Build Coastguard Worker%_ptr_Uniform__UniformBuffer = OpTypePointer Uniform %_UniformBuffer 35*c8dee2aaSAndroid Build Coastguard Worker %7 = OpVariable %_ptr_Uniform__UniformBuffer Uniform 36*c8dee2aaSAndroid Build Coastguard Worker %void = OpTypeVoid 37*c8dee2aaSAndroid Build Coastguard Worker %12 = OpTypeFunction %void 38*c8dee2aaSAndroid Build Coastguard Worker %float_0 = OpConstant %float 0 39*c8dee2aaSAndroid Build Coastguard Worker %v2float = OpTypeVector %float 2 40*c8dee2aaSAndroid Build Coastguard Worker %16 = OpConstantComposite %v2float %float_0 %float_0 41*c8dee2aaSAndroid Build Coastguard Worker%_ptr_Function_v2float = OpTypePointer Function %v2float 42*c8dee2aaSAndroid Build Coastguard Worker %20 = OpTypeFunction %v4float %_ptr_Function_v2float 43*c8dee2aaSAndroid Build Coastguard Worker %int = OpTypeInt 32 1 44*c8dee2aaSAndroid Build Coastguard Worker%_ptr_Function_int = OpTypePointer Function %int 45*c8dee2aaSAndroid Build Coastguard Worker %int_1 = OpConstant %int 1 46*c8dee2aaSAndroid Build Coastguard Worker %int_342391 = OpConstant %int 342391 47*c8dee2aaSAndroid Build Coastguard Worker%int_2000000000 = OpConstant %int 2000000000 48*c8dee2aaSAndroid Build Coastguard Worker%int_n2000000000 = OpConstant %int -2000000000 49*c8dee2aaSAndroid Build Coastguard Worker %bool = OpTypeBool 50*c8dee2aaSAndroid Build Coastguard Worker %false = OpConstantFalse %bool 51*c8dee2aaSAndroid Build Coastguard Worker %true = OpConstantTrue %bool 52*c8dee2aaSAndroid Build Coastguard Worker%_ptr_Function_v4float = OpTypePointer Function %v4float 53*c8dee2aaSAndroid Build Coastguard Worker%_ptr_Uniform_v4float = OpTypePointer Uniform %v4float 54*c8dee2aaSAndroid Build Coastguard Worker %int_0 = OpConstant %int 0 55*c8dee2aaSAndroid Build Coastguard Worker%_entrypoint_v = OpFunction %void None %12 56*c8dee2aaSAndroid Build Coastguard Worker %13 = OpLabel 57*c8dee2aaSAndroid Build Coastguard Worker %17 = OpVariable %_ptr_Function_v2float Function 58*c8dee2aaSAndroid Build Coastguard Worker OpStore %17 %16 59*c8dee2aaSAndroid Build Coastguard Worker %19 = OpFunctionCall %v4float %main %17 60*c8dee2aaSAndroid Build Coastguard Worker OpStore %sk_FragColor %19 61*c8dee2aaSAndroid Build Coastguard Worker OpReturn 62*c8dee2aaSAndroid Build Coastguard Worker OpFunctionEnd 63*c8dee2aaSAndroid Build Coastguard Worker %main = OpFunction %v4float None %20 64*c8dee2aaSAndroid Build Coastguard Worker %21 = OpFunctionParameter %_ptr_Function_v2float 65*c8dee2aaSAndroid Build Coastguard Worker %22 = OpLabel 66*c8dee2aaSAndroid Build Coastguard Worker %i1 = OpVariable %_ptr_Function_int Function 67*c8dee2aaSAndroid Build Coastguard Worker %i2 = OpVariable %_ptr_Function_int Function 68*c8dee2aaSAndroid Build Coastguard Worker %i3 = OpVariable %_ptr_Function_int Function 69*c8dee2aaSAndroid Build Coastguard Worker %i4 = OpVariable %_ptr_Function_int Function 70*c8dee2aaSAndroid Build Coastguard Worker %45 = OpVariable %_ptr_Function_v4float Function 71*c8dee2aaSAndroid Build Coastguard Worker OpStore %i1 %int_1 72*c8dee2aaSAndroid Build Coastguard Worker OpStore %i2 %int_342391 73*c8dee2aaSAndroid Build Coastguard Worker OpStore %i3 %int_2000000000 74*c8dee2aaSAndroid Build Coastguard Worker OpStore %i4 %int_n2000000000 75*c8dee2aaSAndroid Build Coastguard Worker OpSelectionMerge %37 None 76*c8dee2aaSAndroid Build Coastguard Worker OpBranchConditional %true %36 %37 77*c8dee2aaSAndroid Build Coastguard Worker %36 = OpLabel 78*c8dee2aaSAndroid Build Coastguard Worker OpBranch %37 79*c8dee2aaSAndroid Build Coastguard Worker %37 = OpLabel 80*c8dee2aaSAndroid Build Coastguard Worker %38 = OpPhi %bool %false %22 %true %36 81*c8dee2aaSAndroid Build Coastguard Worker OpSelectionMerge %40 None 82*c8dee2aaSAndroid Build Coastguard Worker OpBranchConditional %38 %39 %40 83*c8dee2aaSAndroid Build Coastguard Worker %39 = OpLabel 84*c8dee2aaSAndroid Build Coastguard Worker OpBranch %40 85*c8dee2aaSAndroid Build Coastguard Worker %40 = OpLabel 86*c8dee2aaSAndroid Build Coastguard Worker %41 = OpPhi %bool %false %37 %true %39 87*c8dee2aaSAndroid Build Coastguard Worker OpSelectionMerge %43 None 88*c8dee2aaSAndroid Build Coastguard Worker OpBranchConditional %41 %42 %43 89*c8dee2aaSAndroid Build Coastguard Worker %42 = OpLabel 90*c8dee2aaSAndroid Build Coastguard Worker OpBranch %43 91*c8dee2aaSAndroid Build Coastguard Worker %43 = OpLabel 92*c8dee2aaSAndroid Build Coastguard Worker %44 = OpPhi %bool %false %40 %true %42 93*c8dee2aaSAndroid Build Coastguard Worker OpSelectionMerge %49 None 94*c8dee2aaSAndroid Build Coastguard Worker OpBranchConditional %44 %47 %48 95*c8dee2aaSAndroid Build Coastguard Worker %47 = OpLabel 96*c8dee2aaSAndroid Build Coastguard Worker %50 = OpAccessChain %_ptr_Uniform_v4float %7 %int_0 97*c8dee2aaSAndroid Build Coastguard Worker %53 = OpLoad %v4float %50 98*c8dee2aaSAndroid Build Coastguard Worker OpStore %45 %53 99*c8dee2aaSAndroid Build Coastguard Worker OpBranch %49 100*c8dee2aaSAndroid Build Coastguard Worker %48 = OpLabel 101*c8dee2aaSAndroid Build Coastguard Worker %54 = OpAccessChain %_ptr_Uniform_v4float %7 %int_1 102*c8dee2aaSAndroid Build Coastguard Worker %55 = OpLoad %v4float %54 103*c8dee2aaSAndroid Build Coastguard Worker OpStore %45 %55 104*c8dee2aaSAndroid Build Coastguard Worker OpBranch %49 105*c8dee2aaSAndroid Build Coastguard Worker %49 = OpLabel 106*c8dee2aaSAndroid Build Coastguard Worker %56 = OpLoad %v4float %45 107*c8dee2aaSAndroid Build Coastguard Worker OpReturnValue %56 108*c8dee2aaSAndroid Build Coastguard Worker OpFunctionEnd 109