1cb93a386Sopenharmony_ciOpCapability Shader 2cb93a386Sopenharmony_ci%1 = OpExtInstImport "GLSL.std.450" 3cb93a386Sopenharmony_ciOpMemoryModel Logical GLSL450 4cb93a386Sopenharmony_ciOpEntryPoint Fragment %_entrypoint_v "_entrypoint" %sk_FragColor %sk_Clockwise 5cb93a386Sopenharmony_ciOpExecutionMode %_entrypoint_v OriginUpperLeft 6cb93a386Sopenharmony_ciOpName %sk_FragColor "sk_FragColor" 7cb93a386Sopenharmony_ciOpName %sk_Clockwise "sk_Clockwise" 8cb93a386Sopenharmony_ciOpName %_entrypoint_v "_entrypoint_v" 9cb93a386Sopenharmony_ciOpName %main "main" 10cb93a386Sopenharmony_ciOpDecorate %sk_FragColor RelaxedPrecision 11cb93a386Sopenharmony_ciOpDecorate %sk_FragColor Location 0 12cb93a386Sopenharmony_ciOpDecorate %sk_FragColor Index 0 13cb93a386Sopenharmony_ciOpDecorate %sk_Clockwise BuiltIn FrontFacing 14cb93a386Sopenharmony_ciOpDecorate %24 RelaxedPrecision 15cb93a386Sopenharmony_ci%float = OpTypeFloat 32 16cb93a386Sopenharmony_ci%v4float = OpTypeVector %float 4 17cb93a386Sopenharmony_ci%_ptr_Output_v4float = OpTypePointer Output %v4float 18cb93a386Sopenharmony_ci%sk_FragColor = OpVariable %_ptr_Output_v4float Output 19cb93a386Sopenharmony_ci%bool = OpTypeBool 20cb93a386Sopenharmony_ci%_ptr_Input_bool = OpTypePointer Input %bool 21cb93a386Sopenharmony_ci%sk_Clockwise = OpVariable %_ptr_Input_bool Input 22cb93a386Sopenharmony_ci%void = OpTypeVoid 23cb93a386Sopenharmony_ci%12 = OpTypeFunction %void 24cb93a386Sopenharmony_ci%v2float = OpTypeVector %float 2 25cb93a386Sopenharmony_ci%float_0 = OpConstant %float 0 26cb93a386Sopenharmony_ci%16 = OpConstantComposite %v2float %float_0 %float_0 27cb93a386Sopenharmony_ci%_ptr_Function_v2float = OpTypePointer Function %v2float 28cb93a386Sopenharmony_ci%20 = OpTypeFunction %v4float %_ptr_Function_v2float 29cb93a386Sopenharmony_ci%float_1 = OpConstant %float 1 30cb93a386Sopenharmony_ci%24 = OpConstantComposite %v4float %float_0 %float_1 %float_0 %float_1 31cb93a386Sopenharmony_ci%_entrypoint_v = OpFunction %void None %12 32cb93a386Sopenharmony_ci%13 = OpLabel 33cb93a386Sopenharmony_ci%17 = OpVariable %_ptr_Function_v2float Function 34cb93a386Sopenharmony_ciOpStore %17 %16 35cb93a386Sopenharmony_ci%19 = OpFunctionCall %v4float %main %17 36cb93a386Sopenharmony_ciOpStore %sk_FragColor %19 37cb93a386Sopenharmony_ciOpReturn 38cb93a386Sopenharmony_ciOpFunctionEnd 39cb93a386Sopenharmony_ci%main = OpFunction %v4float None %20 40cb93a386Sopenharmony_ci%21 = OpFunctionParameter %_ptr_Function_v2float 41cb93a386Sopenharmony_ci%22 = OpLabel 42cb93a386Sopenharmony_ciOpReturnValue %24 43cb93a386Sopenharmony_ciOpFunctionEnd 44