1f6603c60Sopenharmony_ci/*
2f6603c60Sopenharmony_ci * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd.
3f6603c60Sopenharmony_ci * Licensed under the Apache License, Version 2.0 (the "License");
4f6603c60Sopenharmony_ci * you may not use this file except in compliance with the License.
5f6603c60Sopenharmony_ci * You may obtain a copy of the License at
6f6603c60Sopenharmony_ci *
7f6603c60Sopenharmony_ci *     http://www.apache.org/licenses/LICENSE-2.0
8f6603c60Sopenharmony_ci *
9f6603c60Sopenharmony_ci * Unless required by applicable law or agreed to in writing, software
10f6603c60Sopenharmony_ci * distributed under the License is distributed on an "AS IS" BASIS,
11f6603c60Sopenharmony_ci * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12f6603c60Sopenharmony_ci * See the License for the specific language governing permissions and
13f6603c60Sopenharmony_ci * limitations under the License.
14f6603c60Sopenharmony_ci */
15f6603c60Sopenharmony_ci
16f6603c60Sopenharmony_ci#include <climits>
17f6603c60Sopenharmony_ci#include <gtest/gtest.h>
18f6603c60Sopenharmony_ci#include "../Deqpgles3BaseFunc.h"
19f6603c60Sopenharmony_ci#include "../ActsDeqpgles30040TestSuite.h"
20f6603c60Sopenharmony_ci#include "shrinkdefine.h"
21f6603c60Sopenharmony_ci
22f6603c60Sopenharmony_ciusing namespace std;
23f6603c60Sopenharmony_ciusing namespace testing::ext;
24f6603c60Sopenharmony_ciusing namespace OHOS;
25f6603c60Sopenharmony_ci
26f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039440,
27f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
28f6603c60Sopenharmony_ci        "ut.array.uint.rgba32ui_lowp_uint");
29f6603c60Sopenharmony_ci
30f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039441,
31f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
32f6603c60Sopenharmony_ci        "ut.array.uint.rgba32ui_lowp_uvec2");
33f6603c60Sopenharmony_ci
34f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039442,
35f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
36f6603c60Sopenharmony_ci        "ut.array.uint.rgba32ui_lowp_uvec3");
37f6603c60Sopenharmony_ci
38f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039443,
39f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
40f6603c60Sopenharmony_ci        "ut.array.uint.rgba32ui_lowp_uvec4");
41f6603c60Sopenharmony_ci
42f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039444,
43f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
44f6603c60Sopenharmony_ci        "t.array.uint.rgba32ui_mediump_uint");
45f6603c60Sopenharmony_ci
46f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039445,
47f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out",
48f6603c60Sopenharmony_ci        ".array.uint.rgba32ui_mediump_uvec2");
49f6603c60Sopenharmony_ci
50f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039446,
51f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out",
52f6603c60Sopenharmony_ci        ".array.uint.rgba32ui_mediump_uvec3");
53f6603c60Sopenharmony_ci
54f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039447,
55f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out",
56f6603c60Sopenharmony_ci        ".array.uint.rgba32ui_mediump_uvec4");
57f6603c60Sopenharmony_ci
58f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039448,
59f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
60f6603c60Sopenharmony_ci        "ut.array.uint.rgba32ui_highp_uint");
61f6603c60Sopenharmony_ci
62f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039449,
63f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
64f6603c60Sopenharmony_ci        "t.array.uint.rgba32ui_highp_uvec2");
65f6603c60Sopenharmony_ci
66f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039450,
67f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
68f6603c60Sopenharmony_ci        "t.array.uint.rgba32ui_highp_uvec3");
69f6603c60Sopenharmony_ci
70f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039451,
71f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
72f6603c60Sopenharmony_ci        "t.array.uint.rgba32ui_highp_uvec4");
73f6603c60Sopenharmony_ci
74f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039452,
75f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
76f6603c60Sopenharmony_ci        "ut.array.uint.rgba16ui_lowp_uint");
77f6603c60Sopenharmony_ci
78f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039453,
79f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
80f6603c60Sopenharmony_ci        "ut.array.uint.rgba16ui_lowp_uvec2");
81f6603c60Sopenharmony_ci
82f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039454,
83f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
84f6603c60Sopenharmony_ci        "ut.array.uint.rgba16ui_lowp_uvec3");
85f6603c60Sopenharmony_ci
86f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039455,
87f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
88f6603c60Sopenharmony_ci        "ut.array.uint.rgba16ui_lowp_uvec4");
89f6603c60Sopenharmony_ci
90f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039456,
91f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
92f6603c60Sopenharmony_ci        "t.array.uint.rgba16ui_mediump_uint");
93f6603c60Sopenharmony_ci
94f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039457,
95f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out",
96f6603c60Sopenharmony_ci        ".array.uint.rgba16ui_mediump_uvec2");
97f6603c60Sopenharmony_ci
98f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039458,
99f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out",
100f6603c60Sopenharmony_ci        ".array.uint.rgba16ui_mediump_uvec3");
101f6603c60Sopenharmony_ci
102f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039459,
103f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out",
104f6603c60Sopenharmony_ci        ".array.uint.rgba16ui_mediump_uvec4");
105f6603c60Sopenharmony_ci
106f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039460,
107f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
108f6603c60Sopenharmony_ci        "ut.array.uint.rgba16ui_highp_uint");
109f6603c60Sopenharmony_ci
110f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039461,
111f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
112f6603c60Sopenharmony_ci        "t.array.uint.rgba16ui_highp_uvec2");
113f6603c60Sopenharmony_ci
114f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039462,
115f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
116f6603c60Sopenharmony_ci        "t.array.uint.rgba16ui_highp_uvec3");
117f6603c60Sopenharmony_ci
118f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039463,
119f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
120f6603c60Sopenharmony_ci        "t.array.uint.rgba16ui_highp_uvec4");
121f6603c60Sopenharmony_ci
122f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039464,
123f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
124f6603c60Sopenharmony_ci        "out.array.uint.rgba8ui_lowp_uint");
125f6603c60Sopenharmony_ci
126f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039465,
127f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
128f6603c60Sopenharmony_ci        "ut.array.uint.rgba8ui_lowp_uvec2");
129f6603c60Sopenharmony_ci
130f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039466,
131f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
132f6603c60Sopenharmony_ci        "ut.array.uint.rgba8ui_lowp_uvec3");
133f6603c60Sopenharmony_ci
134f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039467,
135f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
136f6603c60Sopenharmony_ci        "ut.array.uint.rgba8ui_lowp_uvec4");
137f6603c60Sopenharmony_ci
138f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039468,
139f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
140f6603c60Sopenharmony_ci        "t.array.uint.rgba8ui_mediump_uint");
141f6603c60Sopenharmony_ci
142f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039469,
143f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
144f6603c60Sopenharmony_ci        "t.array.uint.rgba8ui_mediump_uvec2");
145f6603c60Sopenharmony_ci
146f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039470,
147f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
148f6603c60Sopenharmony_ci        "t.array.uint.rgba8ui_mediump_uvec3");
149f6603c60Sopenharmony_ci
150f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039471,
151f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
152f6603c60Sopenharmony_ci        "t.array.uint.rgba8ui_mediump_uvec4");
153f6603c60Sopenharmony_ci
154f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039472,
155f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
156f6603c60Sopenharmony_ci        "ut.array.uint.rgba8ui_highp_uint");
157f6603c60Sopenharmony_ci
158f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039473,
159f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
160f6603c60Sopenharmony_ci        "ut.array.uint.rgba8ui_highp_uvec2");
161f6603c60Sopenharmony_ci
162f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039474,
163f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
164f6603c60Sopenharmony_ci        "ut.array.uint.rgba8ui_highp_uvec3");
165f6603c60Sopenharmony_ci
166f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039475,
167f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
168f6603c60Sopenharmony_ci        "ut.array.uint.rgba8ui_highp_uvec4");
169f6603c60Sopenharmony_ci
170f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039476,
171f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
172f6603c60Sopenharmony_ci        "t.array.uint.rgb10_a2ui_lowp_uint");
173f6603c60Sopenharmony_ci
174f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039477,
175f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
176f6603c60Sopenharmony_ci        "t.array.uint.rgb10_a2ui_lowp_uvec2");
177f6603c60Sopenharmony_ci
178f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039478,
179f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
180f6603c60Sopenharmony_ci        "t.array.uint.rgb10_a2ui_lowp_uvec3");
181f6603c60Sopenharmony_ci
182f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039479,
183f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
184f6603c60Sopenharmony_ci        "t.array.uint.rgb10_a2ui_lowp_uvec4");
185f6603c60Sopenharmony_ci
186f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039480,
187f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out",
188f6603c60Sopenharmony_ci        ".array.uint.rgb10_a2ui_mediump_uint");
189f6603c60Sopenharmony_ci
190f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039481,
191f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out.",
192f6603c60Sopenharmony_ci        "array.uint.rgb10_a2ui_mediump_uvec2");
193f6603c60Sopenharmony_ci
194f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039482,
195f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out.",
196f6603c60Sopenharmony_ci        "array.uint.rgb10_a2ui_mediump_uvec3");
197f6603c60Sopenharmony_ci
198f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039483,
199f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out.",
200f6603c60Sopenharmony_ci        "array.uint.rgb10_a2ui_mediump_uvec4");
201f6603c60Sopenharmony_ci
202f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039484,
203f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
204f6603c60Sopenharmony_ci        "t.array.uint.rgb10_a2ui_highp_uint");
205f6603c60Sopenharmony_ci
206f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039485,
207f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out",
208f6603c60Sopenharmony_ci        ".array.uint.rgb10_a2ui_highp_uvec2");
209f6603c60Sopenharmony_ci
210f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039486,
211f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out",
212f6603c60Sopenharmony_ci        ".array.uint.rgb10_a2ui_highp_uvec3");
213f6603c60Sopenharmony_ci
214f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039487,
215f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out",
216f6603c60Sopenharmony_ci        ".array.uint.rgb10_a2ui_highp_uvec4");
217f6603c60Sopenharmony_ci
218f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039488,
219f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
220f6603c60Sopenharmony_ci        "out.array.uint.rg32ui_lowp_uint");
221f6603c60Sopenharmony_ci
222f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039489,
223f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
224f6603c60Sopenharmony_ci        "out.array.uint.rg32ui_lowp_uvec2");
225f6603c60Sopenharmony_ci
226f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039490,
227f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
228f6603c60Sopenharmony_ci        "out.array.uint.rg32ui_lowp_uvec3");
229f6603c60Sopenharmony_ci
230f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039491,
231f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
232f6603c60Sopenharmony_ci        "out.array.uint.rg32ui_lowp_uvec4");
233f6603c60Sopenharmony_ci
234f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039492,
235f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
236f6603c60Sopenharmony_ci        "ut.array.uint.rg32ui_mediump_uint");
237f6603c60Sopenharmony_ci
238f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039493,
239f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
240f6603c60Sopenharmony_ci        "t.array.uint.rg32ui_mediump_uvec2");
241f6603c60Sopenharmony_ci
242f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039494,
243f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
244f6603c60Sopenharmony_ci        "t.array.uint.rg32ui_mediump_uvec3");
245f6603c60Sopenharmony_ci
246f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039495,
247f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
248f6603c60Sopenharmony_ci        "t.array.uint.rg32ui_mediump_uvec4");
249f6603c60Sopenharmony_ci
250f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039496,
251f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
252f6603c60Sopenharmony_ci        "out.array.uint.rg32ui_highp_uint");
253f6603c60Sopenharmony_ci
254f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039497,
255f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
256f6603c60Sopenharmony_ci        "ut.array.uint.rg32ui_highp_uvec2");
257f6603c60Sopenharmony_ci
258f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039498,
259f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
260f6603c60Sopenharmony_ci        "ut.array.uint.rg32ui_highp_uvec3");
261f6603c60Sopenharmony_ci
262f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039499,
263f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
264f6603c60Sopenharmony_ci        "ut.array.uint.rg32ui_highp_uvec4");
265f6603c60Sopenharmony_ci
266f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039500,
267f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
268f6603c60Sopenharmony_ci        "out.array.uint.rg16ui_lowp_uint");
269f6603c60Sopenharmony_ci
270f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039501,
271f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
272f6603c60Sopenharmony_ci        "out.array.uint.rg16ui_lowp_uvec2");
273f6603c60Sopenharmony_ci
274f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039502,
275f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
276f6603c60Sopenharmony_ci        "out.array.uint.rg16ui_lowp_uvec3");
277f6603c60Sopenharmony_ci
278f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039503,
279f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
280f6603c60Sopenharmony_ci        "out.array.uint.rg16ui_lowp_uvec4");
281f6603c60Sopenharmony_ci
282f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039504,
283f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
284f6603c60Sopenharmony_ci        "ut.array.uint.rg16ui_mediump_uint");
285f6603c60Sopenharmony_ci
286f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039505,
287f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
288f6603c60Sopenharmony_ci        "t.array.uint.rg16ui_mediump_uvec2");
289f6603c60Sopenharmony_ci
290f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039506,
291f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
292f6603c60Sopenharmony_ci        "t.array.uint.rg16ui_mediump_uvec3");
293f6603c60Sopenharmony_ci
294f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039507,
295f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
296f6603c60Sopenharmony_ci        "t.array.uint.rg16ui_mediump_uvec4");
297f6603c60Sopenharmony_ci
298f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039508,
299f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
300f6603c60Sopenharmony_ci        "out.array.uint.rg16ui_highp_uint");
301f6603c60Sopenharmony_ci
302f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039509,
303f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
304f6603c60Sopenharmony_ci        "ut.array.uint.rg16ui_highp_uvec2");
305f6603c60Sopenharmony_ci
306f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039510,
307f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
308f6603c60Sopenharmony_ci        "ut.array.uint.rg16ui_highp_uvec3");
309f6603c60Sopenharmony_ci
310f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039511,
311f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
312f6603c60Sopenharmony_ci        "ut.array.uint.rg16ui_highp_uvec4");
313f6603c60Sopenharmony_ci
314f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039512,
315f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment",
316f6603c60Sopenharmony_ci        "_out.array.uint.rg8ui_lowp_uint");
317f6603c60Sopenharmony_ci
318f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039513,
319f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
320f6603c60Sopenharmony_ci        "out.array.uint.rg8ui_lowp_uvec2");
321f6603c60Sopenharmony_ci
322f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039514,
323f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
324f6603c60Sopenharmony_ci        "out.array.uint.rg8ui_lowp_uvec3");
325f6603c60Sopenharmony_ci
326f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039515,
327f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
328f6603c60Sopenharmony_ci        "out.array.uint.rg8ui_lowp_uvec4");
329f6603c60Sopenharmony_ci
330f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039516,
331f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
332f6603c60Sopenharmony_ci        "ut.array.uint.rg8ui_mediump_uint");
333f6603c60Sopenharmony_ci
334f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039517,
335f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
336f6603c60Sopenharmony_ci        "ut.array.uint.rg8ui_mediump_uvec2");
337f6603c60Sopenharmony_ci
338f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039518,
339f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
340f6603c60Sopenharmony_ci        "ut.array.uint.rg8ui_mediump_uvec3");
341f6603c60Sopenharmony_ci
342f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039519,
343f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
344f6603c60Sopenharmony_ci        "ut.array.uint.rg8ui_mediump_uvec4");
345f6603c60Sopenharmony_ci
346f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039520,
347f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
348f6603c60Sopenharmony_ci        "out.array.uint.rg8ui_highp_uint");
349f6603c60Sopenharmony_ci
350f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039521,
351f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
352f6603c60Sopenharmony_ci        "out.array.uint.rg8ui_highp_uvec2");
353f6603c60Sopenharmony_ci
354f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039522,
355f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
356f6603c60Sopenharmony_ci        "out.array.uint.rg8ui_highp_uvec3");
357f6603c60Sopenharmony_ci
358f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039523,
359f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
360f6603c60Sopenharmony_ci        "out.array.uint.rg8ui_highp_uvec4");
361f6603c60Sopenharmony_ci
362f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039524,
363f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment",
364f6603c60Sopenharmony_ci        "_out.array.uint.r32ui_lowp_uint");
365f6603c60Sopenharmony_ci
366f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039525,
367f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
368f6603c60Sopenharmony_ci        "out.array.uint.r32ui_lowp_uvec2");
369f6603c60Sopenharmony_ci
370f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039526,
371f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
372f6603c60Sopenharmony_ci        "out.array.uint.r32ui_lowp_uvec3");
373f6603c60Sopenharmony_ci
374f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039527,
375f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
376f6603c60Sopenharmony_ci        "out.array.uint.r32ui_lowp_uvec4");
377f6603c60Sopenharmony_ci
378f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039528,
379f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
380f6603c60Sopenharmony_ci        "ut.array.uint.r32ui_mediump_uint");
381f6603c60Sopenharmony_ci
382f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039529,
383f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
384f6603c60Sopenharmony_ci        "ut.array.uint.r32ui_mediump_uvec2");
385f6603c60Sopenharmony_ci
386f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039530,
387f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
388f6603c60Sopenharmony_ci        "ut.array.uint.r32ui_mediump_uvec3");
389f6603c60Sopenharmony_ci
390f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039531,
391f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
392f6603c60Sopenharmony_ci        "ut.array.uint.r32ui_mediump_uvec4");
393f6603c60Sopenharmony_ci
394f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039532,
395f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
396f6603c60Sopenharmony_ci        "out.array.uint.r32ui_highp_uint");
397f6603c60Sopenharmony_ci
398f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039533,
399f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
400f6603c60Sopenharmony_ci        "out.array.uint.r32ui_highp_uvec2");
401f6603c60Sopenharmony_ci
402f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039534,
403f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
404f6603c60Sopenharmony_ci        "out.array.uint.r32ui_highp_uvec3");
405f6603c60Sopenharmony_ci
406f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039535,
407f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
408f6603c60Sopenharmony_ci        "out.array.uint.r32ui_highp_uvec4");
409f6603c60Sopenharmony_ci
410f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039536,
411f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment",
412f6603c60Sopenharmony_ci        "_out.array.uint.r16ui_lowp_uint");
413f6603c60Sopenharmony_ci
414f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039537,
415f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
416f6603c60Sopenharmony_ci        "out.array.uint.r16ui_lowp_uvec2");
417f6603c60Sopenharmony_ci
418f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039538,
419f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
420f6603c60Sopenharmony_ci        "out.array.uint.r16ui_lowp_uvec3");
421f6603c60Sopenharmony_ci
422f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039539,
423f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
424f6603c60Sopenharmony_ci        "out.array.uint.r16ui_lowp_uvec4");
425f6603c60Sopenharmony_ci
426f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039540,
427f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
428f6603c60Sopenharmony_ci        "ut.array.uint.r16ui_mediump_uint");
429f6603c60Sopenharmony_ci
430f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039541,
431f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
432f6603c60Sopenharmony_ci        "ut.array.uint.r16ui_mediump_uvec2");
433f6603c60Sopenharmony_ci
434f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039542,
435f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
436f6603c60Sopenharmony_ci        "ut.array.uint.r16ui_mediump_uvec3");
437f6603c60Sopenharmony_ci
438f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039543,
439f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
440f6603c60Sopenharmony_ci        "ut.array.uint.r16ui_mediump_uvec4");
441f6603c60Sopenharmony_ci
442f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039544,
443f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
444f6603c60Sopenharmony_ci        "out.array.uint.r16ui_highp_uint");
445f6603c60Sopenharmony_ci
446f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039545,
447f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
448f6603c60Sopenharmony_ci        "out.array.uint.r16ui_highp_uvec2");
449f6603c60Sopenharmony_ci
450f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039546,
451f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
452f6603c60Sopenharmony_ci        "out.array.uint.r16ui_highp_uvec3");
453f6603c60Sopenharmony_ci
454f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039547,
455f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
456f6603c60Sopenharmony_ci        "out.array.uint.r16ui_highp_uvec4");
457f6603c60Sopenharmony_ci
458f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039548,
459f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment",
460f6603c60Sopenharmony_ci        "_out.array.uint.r8ui_lowp_uint");
461f6603c60Sopenharmony_ci
462f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039549,
463f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment",
464f6603c60Sopenharmony_ci        "_out.array.uint.r8ui_lowp_uvec2");
465f6603c60Sopenharmony_ci
466f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039550,
467f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment",
468f6603c60Sopenharmony_ci        "_out.array.uint.r8ui_lowp_uvec3");
469f6603c60Sopenharmony_ci
470f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039551,
471f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment",
472f6603c60Sopenharmony_ci        "_out.array.uint.r8ui_lowp_uvec4");
473f6603c60Sopenharmony_ci
474f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039552,
475f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
476f6603c60Sopenharmony_ci        "out.array.uint.r8ui_mediump_uint");
477f6603c60Sopenharmony_ci
478f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039553,
479f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
480f6603c60Sopenharmony_ci        "ut.array.uint.r8ui_mediump_uvec2");
481f6603c60Sopenharmony_ci
482f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039554,
483f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
484f6603c60Sopenharmony_ci        "ut.array.uint.r8ui_mediump_uvec3");
485f6603c60Sopenharmony_ci
486f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039555,
487f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
488f6603c60Sopenharmony_ci        "ut.array.uint.r8ui_mediump_uvec4");
489f6603c60Sopenharmony_ci
490f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039556,
491f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment",
492f6603c60Sopenharmony_ci        "_out.array.uint.r8ui_highp_uint");
493f6603c60Sopenharmony_ci
494f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039557,
495f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
496f6603c60Sopenharmony_ci        "out.array.uint.r8ui_highp_uvec2");
497f6603c60Sopenharmony_ci
498f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039558,
499f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
500f6603c60Sopenharmony_ci        "out.array.uint.r8ui_highp_uvec3");
501f6603c60Sopenharmony_ci
502f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039559,
503f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
504f6603c60Sopenharmony_ci        "out.array.uint.r8ui_highp_uvec4");
505