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 %_UniformBuffer "_UniformBuffer"
9cb93a386Sopenharmony_ciOpMemberName %_UniformBuffer 0 "colorGreen"
10cb93a386Sopenharmony_ciOpName %_entrypoint_v "_entrypoint_v"
11cb93a386Sopenharmony_ciOpName %main "main"
12cb93a386Sopenharmony_ciOpName %i1 "i1"
13cb93a386Sopenharmony_ciOpName %i2 "i2"
14cb93a386Sopenharmony_ciOpName %i3 "i3"
15cb93a386Sopenharmony_ciOpName %i4 "i4"
16cb93a386Sopenharmony_ciOpName %i5 "i5"
17cb93a386Sopenharmony_ciOpDecorate %sk_FragColor RelaxedPrecision
18cb93a386Sopenharmony_ciOpDecorate %sk_FragColor Location 0
19cb93a386Sopenharmony_ciOpDecorate %sk_FragColor Index 0
20cb93a386Sopenharmony_ciOpDecorate %sk_Clockwise BuiltIn FrontFacing
21cb93a386Sopenharmony_ciOpMemberDecorate %_UniformBuffer 0 Offset 0
22cb93a386Sopenharmony_ciOpMemberDecorate %_UniformBuffer 0 RelaxedPrecision
23cb93a386Sopenharmony_ciOpDecorate %_UniformBuffer Block
24cb93a386Sopenharmony_ciOpDecorate %10 Binding 0
25cb93a386Sopenharmony_ciOpDecorate %10 DescriptorSet 0
26cb93a386Sopenharmony_ciOpDecorate %51 RelaxedPrecision
27cb93a386Sopenharmony_ci%float = OpTypeFloat 32
28cb93a386Sopenharmony_ci%v4float = OpTypeVector %float 4
29cb93a386Sopenharmony_ci%_ptr_Output_v4float = OpTypePointer Output %v4float
30cb93a386Sopenharmony_ci%sk_FragColor = OpVariable %_ptr_Output_v4float Output
31cb93a386Sopenharmony_ci%bool = OpTypeBool
32cb93a386Sopenharmony_ci%_ptr_Input_bool = OpTypePointer Input %bool
33cb93a386Sopenharmony_ci%sk_Clockwise = OpVariable %_ptr_Input_bool Input
34cb93a386Sopenharmony_ci%_UniformBuffer = OpTypeStruct %v4float
35cb93a386Sopenharmony_ci%_ptr_Uniform__UniformBuffer = OpTypePointer Uniform %_UniformBuffer
36cb93a386Sopenharmony_ci%10 = OpVariable %_ptr_Uniform__UniformBuffer Uniform
37cb93a386Sopenharmony_ci%void = OpTypeVoid
38cb93a386Sopenharmony_ci%15 = OpTypeFunction %void
39cb93a386Sopenharmony_ci%v2float = OpTypeVector %float 2
40cb93a386Sopenharmony_ci%float_0 = OpConstant %float 0
41cb93a386Sopenharmony_ci%19 = OpConstantComposite %v2float %float_0 %float_0
42cb93a386Sopenharmony_ci%_ptr_Function_v2float = OpTypePointer Function %v2float
43cb93a386Sopenharmony_ci%23 = OpTypeFunction %v4float %_ptr_Function_v2float
44cb93a386Sopenharmony_ci%int = OpTypeInt 32 1
45cb93a386Sopenharmony_ci%_ptr_Function_int = OpTypePointer Function %int
46cb93a386Sopenharmony_ci%int_0 = OpConstant %int 0
47cb93a386Sopenharmony_ci%int_1 = OpConstant %int 1
48cb93a386Sopenharmony_ci%int_4660 = OpConstant %int 4660
49cb93a386Sopenharmony_ci%int_32766 = OpConstant %int 32766
50cb93a386Sopenharmony_ci%int_n32766 = OpConstant %int -32766
51cb93a386Sopenharmony_ci%int_19132 = OpConstant %int 19132
52cb93a386Sopenharmony_ci%_ptr_Uniform_v4float = OpTypePointer Uniform %v4float
53cb93a386Sopenharmony_ci%_entrypoint_v = OpFunction %void None %15
54cb93a386Sopenharmony_ci%16 = OpLabel
55cb93a386Sopenharmony_ci%20 = OpVariable %_ptr_Function_v2float Function
56cb93a386Sopenharmony_ciOpStore %20 %19
57cb93a386Sopenharmony_ci%22 = OpFunctionCall %v4float %main %20
58cb93a386Sopenharmony_ciOpStore %sk_FragColor %22
59cb93a386Sopenharmony_ciOpReturn
60cb93a386Sopenharmony_ciOpFunctionEnd
61cb93a386Sopenharmony_ci%main = OpFunction %v4float None %23
62cb93a386Sopenharmony_ci%24 = OpFunctionParameter %_ptr_Function_v2float
63cb93a386Sopenharmony_ci%25 = OpLabel
64cb93a386Sopenharmony_ci%i1 = OpVariable %_ptr_Function_int Function
65cb93a386Sopenharmony_ci%i2 = OpVariable %_ptr_Function_int Function
66cb93a386Sopenharmony_ci%i3 = OpVariable %_ptr_Function_int Function
67cb93a386Sopenharmony_ci%i4 = OpVariable %_ptr_Function_int Function
68cb93a386Sopenharmony_ci%i5 = OpVariable %_ptr_Function_int Function
69cb93a386Sopenharmony_ciOpStore %i1 %int_0
70cb93a386Sopenharmony_ci%30 = OpLoad %int %i1
71cb93a386Sopenharmony_ci%32 = OpIAdd %int %30 %int_1
72cb93a386Sopenharmony_ciOpStore %i1 %32
73cb93a386Sopenharmony_ciOpStore %i2 %int_4660
74cb93a386Sopenharmony_ci%35 = OpLoad %int %i2
75cb93a386Sopenharmony_ci%36 = OpIAdd %int %35 %int_1
76cb93a386Sopenharmony_ciOpStore %i2 %36
77cb93a386Sopenharmony_ciOpStore %i3 %int_32766
78cb93a386Sopenharmony_ci%39 = OpLoad %int %i3
79cb93a386Sopenharmony_ci%40 = OpIAdd %int %39 %int_1
80cb93a386Sopenharmony_ciOpStore %i3 %40
81cb93a386Sopenharmony_ciOpStore %i4 %int_n32766
82cb93a386Sopenharmony_ci%43 = OpLoad %int %i4
83cb93a386Sopenharmony_ci%44 = OpIAdd %int %43 %int_1
84cb93a386Sopenharmony_ciOpStore %i4 %44
85cb93a386Sopenharmony_ciOpStore %i5 %int_19132
86cb93a386Sopenharmony_ci%47 = OpLoad %int %i5
87cb93a386Sopenharmony_ci%48 = OpIAdd %int %47 %int_1
88cb93a386Sopenharmony_ciOpStore %i5 %48
89cb93a386Sopenharmony_ci%49 = OpAccessChain %_ptr_Uniform_v4float %10 %int_0
90cb93a386Sopenharmony_ci%51 = OpLoad %v4float %49
91cb93a386Sopenharmony_ciOpReturnValue %51
92cb93a386Sopenharmony_ciOpFunctionEnd
93