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 %u1 "u1"
13cb93a386Sopenharmony_ciOpName %u2 "u2"
14cb93a386Sopenharmony_ciOpName %u3 "u3"
15cb93a386Sopenharmony_ciOpName %u4 "u4"
16cb93a386Sopenharmony_ciOpName %u5 "u5"
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 %u5 RelaxedPrecision
27cb93a386Sopenharmony_ciOpDecorate %47 RelaxedPrecision
28cb93a386Sopenharmony_ciOpDecorate %48 RelaxedPrecision
29cb93a386Sopenharmony_ciOpDecorate %53 RelaxedPrecision
30cb93a386Sopenharmony_ci%float = OpTypeFloat 32
31cb93a386Sopenharmony_ci%v4float = OpTypeVector %float 4
32cb93a386Sopenharmony_ci%_ptr_Output_v4float = OpTypePointer Output %v4float
33cb93a386Sopenharmony_ci%sk_FragColor = OpVariable %_ptr_Output_v4float Output
34cb93a386Sopenharmony_ci%bool = OpTypeBool
35cb93a386Sopenharmony_ci%_ptr_Input_bool = OpTypePointer Input %bool
36cb93a386Sopenharmony_ci%sk_Clockwise = OpVariable %_ptr_Input_bool Input
37cb93a386Sopenharmony_ci%_UniformBuffer = OpTypeStruct %v4float
38cb93a386Sopenharmony_ci%_ptr_Uniform__UniformBuffer = OpTypePointer Uniform %_UniformBuffer
39cb93a386Sopenharmony_ci%10 = OpVariable %_ptr_Uniform__UniformBuffer Uniform
40cb93a386Sopenharmony_ci%void = OpTypeVoid
41cb93a386Sopenharmony_ci%15 = OpTypeFunction %void
42cb93a386Sopenharmony_ci%v2float = OpTypeVector %float 2
43cb93a386Sopenharmony_ci%float_0 = OpConstant %float 0
44cb93a386Sopenharmony_ci%19 = OpConstantComposite %v2float %float_0 %float_0
45cb93a386Sopenharmony_ci%_ptr_Function_v2float = OpTypePointer Function %v2float
46cb93a386Sopenharmony_ci%23 = OpTypeFunction %v4float %_ptr_Function_v2float
47cb93a386Sopenharmony_ci%uint = OpTypeInt 32 0
48cb93a386Sopenharmony_ci%_ptr_Function_uint = OpTypePointer Function %uint
49cb93a386Sopenharmony_ci%uint_0 = OpConstant %uint 0
50cb93a386Sopenharmony_ci%uint_1 = OpConstant %uint 1
51cb93a386Sopenharmony_ci%uint_305441741 = OpConstant %uint 305441741
52cb93a386Sopenharmony_ci%uint_2147483646 = OpConstant %uint 2147483646
53cb93a386Sopenharmony_ci%uint_4294967294 = OpConstant %uint 4294967294
54cb93a386Sopenharmony_ci%uint_65534 = OpConstant %uint 65534
55cb93a386Sopenharmony_ci%_ptr_Uniform_v4float = OpTypePointer Uniform %v4float
56cb93a386Sopenharmony_ci%int = OpTypeInt 32 1
57cb93a386Sopenharmony_ci%int_0 = OpConstant %int 0
58cb93a386Sopenharmony_ci%_entrypoint_v = OpFunction %void None %15
59cb93a386Sopenharmony_ci%16 = OpLabel
60cb93a386Sopenharmony_ci%20 = OpVariable %_ptr_Function_v2float Function
61cb93a386Sopenharmony_ciOpStore %20 %19
62cb93a386Sopenharmony_ci%22 = OpFunctionCall %v4float %main %20
63cb93a386Sopenharmony_ciOpStore %sk_FragColor %22
64cb93a386Sopenharmony_ciOpReturn
65cb93a386Sopenharmony_ciOpFunctionEnd
66cb93a386Sopenharmony_ci%main = OpFunction %v4float None %23
67cb93a386Sopenharmony_ci%24 = OpFunctionParameter %_ptr_Function_v2float
68cb93a386Sopenharmony_ci%25 = OpLabel
69cb93a386Sopenharmony_ci%u1 = OpVariable %_ptr_Function_uint Function
70cb93a386Sopenharmony_ci%u2 = OpVariable %_ptr_Function_uint Function
71cb93a386Sopenharmony_ci%u3 = OpVariable %_ptr_Function_uint Function
72cb93a386Sopenharmony_ci%u4 = OpVariable %_ptr_Function_uint Function
73cb93a386Sopenharmony_ci%u5 = OpVariable %_ptr_Function_uint Function
74cb93a386Sopenharmony_ciOpStore %u1 %uint_0
75cb93a386Sopenharmony_ci%30 = OpLoad %uint %u1
76cb93a386Sopenharmony_ci%32 = OpIAdd %uint %30 %uint_1
77cb93a386Sopenharmony_ciOpStore %u1 %32
78cb93a386Sopenharmony_ciOpStore %u2 %uint_305441741
79cb93a386Sopenharmony_ci%35 = OpLoad %uint %u2
80cb93a386Sopenharmony_ci%36 = OpIAdd %uint %35 %uint_1
81cb93a386Sopenharmony_ciOpStore %u2 %36
82cb93a386Sopenharmony_ciOpStore %u3 %uint_2147483646
83cb93a386Sopenharmony_ci%39 = OpLoad %uint %u3
84cb93a386Sopenharmony_ci%40 = OpIAdd %uint %39 %uint_1
85cb93a386Sopenharmony_ciOpStore %u3 %40
86cb93a386Sopenharmony_ciOpStore %u4 %uint_4294967294
87cb93a386Sopenharmony_ci%43 = OpLoad %uint %u4
88cb93a386Sopenharmony_ci%44 = OpIAdd %uint %43 %uint_1
89cb93a386Sopenharmony_ciOpStore %u4 %44
90cb93a386Sopenharmony_ciOpStore %u5 %uint_65534
91cb93a386Sopenharmony_ci%47 = OpLoad %uint %u5
92cb93a386Sopenharmony_ci%48 = OpIAdd %uint %47 %uint_1
93cb93a386Sopenharmony_ciOpStore %u5 %48
94cb93a386Sopenharmony_ci%49 = OpAccessChain %_ptr_Uniform_v4float %10 %int_0
95cb93a386Sopenharmony_ci%53 = OpLoad %v4float %49
96cb93a386Sopenharmony_ciOpReturnValue %53
97cb93a386Sopenharmony_ciOpFunctionEnd
98