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 "../Deqpgles31BaseFunc.h"
19f6603c60Sopenharmony_ci#include "../ActsDeqpgles310002TestSuite.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(ActsDeqpgles310002TestSuite, TestCase_001041,
27f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_fu",
28f6603c60Sopenharmony_ci        "nctions.integer.uaddcarry.uint_lowp_vertex");
29f6603c60Sopenharmony_ci
30f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001042,
31f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_fun",
32f6603c60Sopenharmony_ci        "ctions.integer.uaddcarry.uint_lowp_fragment");
33f6603c60Sopenharmony_ci
34f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001043,
35f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_fun",
36f6603c60Sopenharmony_ci        "ctions.integer.uaddcarry.uint_lowp_geometry");
37f6603c60Sopenharmony_ci
38f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001044,
39f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_funct",
40f6603c60Sopenharmony_ci        "ions.integer.uaddcarry.uint_lowp_tess_control");
41f6603c60Sopenharmony_ci
42f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001045,
43f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_func",
44f6603c60Sopenharmony_ci        "tions.integer.uaddcarry.uint_lowp_tess_eval");
45f6603c60Sopenharmony_ci
46f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001046,
47f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_fun",
48f6603c60Sopenharmony_ci        "ctions.integer.uaddcarry.uint_lowp_compute");
49f6603c60Sopenharmony_ci
50f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001047,
51f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_func",
52f6603c60Sopenharmony_ci        "tions.integer.uaddcarry.uint_mediump_vertex");
53f6603c60Sopenharmony_ci
54f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001048,
55f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_funct",
56f6603c60Sopenharmony_ci        "ions.integer.uaddcarry.uint_mediump_fragment");
57f6603c60Sopenharmony_ci
58f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001049,
59f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_funct",
60f6603c60Sopenharmony_ci        "ions.integer.uaddcarry.uint_mediump_geometry");
61f6603c60Sopenharmony_ci
62f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001050,
63f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_functio",
64f6603c60Sopenharmony_ci        "ns.integer.uaddcarry.uint_mediump_tess_control");
65f6603c60Sopenharmony_ci
66f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001051,
67f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_funct",
68f6603c60Sopenharmony_ci        "ions.integer.uaddcarry.uint_mediump_tess_eval");
69f6603c60Sopenharmony_ci
70f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001052,
71f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_func",
72f6603c60Sopenharmony_ci        "tions.integer.uaddcarry.uint_mediump_compute");
73f6603c60Sopenharmony_ci
74f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001053,
75f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_fun",
76f6603c60Sopenharmony_ci        "ctions.integer.uaddcarry.uint_highp_vertex");
77f6603c60Sopenharmony_ci
78f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001054,
79f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_func",
80f6603c60Sopenharmony_ci        "tions.integer.uaddcarry.uint_highp_fragment");
81f6603c60Sopenharmony_ci
82f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001055,
83f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_func",
84f6603c60Sopenharmony_ci        "tions.integer.uaddcarry.uint_highp_geometry");
85f6603c60Sopenharmony_ci
86f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001056,
87f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_functi",
88f6603c60Sopenharmony_ci        "ons.integer.uaddcarry.uint_highp_tess_control");
89f6603c60Sopenharmony_ci
90f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001057,
91f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_func",
92f6603c60Sopenharmony_ci        "tions.integer.uaddcarry.uint_highp_tess_eval");
93f6603c60Sopenharmony_ci
94f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001058,
95f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_fun",
96f6603c60Sopenharmony_ci        "ctions.integer.uaddcarry.uint_highp_compute");
97f6603c60Sopenharmony_ci
98f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001059,
99f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_fun",
100f6603c60Sopenharmony_ci        "ctions.integer.uaddcarry.uvec2_lowp_vertex");
101f6603c60Sopenharmony_ci
102f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001060,
103f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_func",
104f6603c60Sopenharmony_ci        "tions.integer.uaddcarry.uvec2_lowp_fragment");
105f6603c60Sopenharmony_ci
106f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001061,
107f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_func",
108f6603c60Sopenharmony_ci        "tions.integer.uaddcarry.uvec2_lowp_geometry");
109f6603c60Sopenharmony_ci
110f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001062,
111f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_functi",
112f6603c60Sopenharmony_ci        "ons.integer.uaddcarry.uvec2_lowp_tess_control");
113f6603c60Sopenharmony_ci
114f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001063,
115f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_func",
116f6603c60Sopenharmony_ci        "tions.integer.uaddcarry.uvec2_lowp_tess_eval");
117f6603c60Sopenharmony_ci
118f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001064,
119f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_fun",
120f6603c60Sopenharmony_ci        "ctions.integer.uaddcarry.uvec2_lowp_compute");
121f6603c60Sopenharmony_ci
122f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001065,
123f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_func",
124f6603c60Sopenharmony_ci        "tions.integer.uaddcarry.uvec2_mediump_vertex");
125f6603c60Sopenharmony_ci
126f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001066,
127f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_funct",
128f6603c60Sopenharmony_ci        "ions.integer.uaddcarry.uvec2_mediump_fragment");
129f6603c60Sopenharmony_ci
130f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001067,
131f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_funct",
132f6603c60Sopenharmony_ci        "ions.integer.uaddcarry.uvec2_mediump_geometry");
133f6603c60Sopenharmony_ci
134f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001068,
135f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_functio",
136f6603c60Sopenharmony_ci        "ns.integer.uaddcarry.uvec2_mediump_tess_control");
137f6603c60Sopenharmony_ci
138f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001069,
139f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_functi",
140f6603c60Sopenharmony_ci        "ons.integer.uaddcarry.uvec2_mediump_tess_eval");
141f6603c60Sopenharmony_ci
142f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001070,
143f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_funct",
144f6603c60Sopenharmony_ci        "ions.integer.uaddcarry.uvec2_mediump_compute");
145f6603c60Sopenharmony_ci
146f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001071,
147f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_fun",
148f6603c60Sopenharmony_ci        "ctions.integer.uaddcarry.uvec2_highp_vertex");
149f6603c60Sopenharmony_ci
150f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001072,
151f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_func",
152f6603c60Sopenharmony_ci        "tions.integer.uaddcarry.uvec2_highp_fragment");
153f6603c60Sopenharmony_ci
154f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001073,
155f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_func",
156f6603c60Sopenharmony_ci        "tions.integer.uaddcarry.uvec2_highp_geometry");
157f6603c60Sopenharmony_ci
158f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001074,
159f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_functi",
160f6603c60Sopenharmony_ci        "ons.integer.uaddcarry.uvec2_highp_tess_control");
161f6603c60Sopenharmony_ci
162f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001075,
163f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_funct",
164f6603c60Sopenharmony_ci        "ions.integer.uaddcarry.uvec2_highp_tess_eval");
165f6603c60Sopenharmony_ci
166f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001076,
167f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_func",
168f6603c60Sopenharmony_ci        "tions.integer.uaddcarry.uvec2_highp_compute");
169f6603c60Sopenharmony_ci
170f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001077,
171f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_fun",
172f6603c60Sopenharmony_ci        "ctions.integer.uaddcarry.uvec3_lowp_vertex");
173f6603c60Sopenharmony_ci
174f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001078,
175f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_func",
176f6603c60Sopenharmony_ci        "tions.integer.uaddcarry.uvec3_lowp_fragment");
177f6603c60Sopenharmony_ci
178f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001079,
179f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_func",
180f6603c60Sopenharmony_ci        "tions.integer.uaddcarry.uvec3_lowp_geometry");
181f6603c60Sopenharmony_ci
182f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001080,
183f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_functi",
184f6603c60Sopenharmony_ci        "ons.integer.uaddcarry.uvec3_lowp_tess_control");
185f6603c60Sopenharmony_ci
186f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001081,
187f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_func",
188f6603c60Sopenharmony_ci        "tions.integer.uaddcarry.uvec3_lowp_tess_eval");
189f6603c60Sopenharmony_ci
190f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001082,
191f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_fun",
192f6603c60Sopenharmony_ci        "ctions.integer.uaddcarry.uvec3_lowp_compute");
193f6603c60Sopenharmony_ci
194f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001083,
195f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_func",
196f6603c60Sopenharmony_ci        "tions.integer.uaddcarry.uvec3_mediump_vertex");
197f6603c60Sopenharmony_ci
198f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001084,
199f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_funct",
200f6603c60Sopenharmony_ci        "ions.integer.uaddcarry.uvec3_mediump_fragment");
201f6603c60Sopenharmony_ci
202f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001085,
203f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_funct",
204f6603c60Sopenharmony_ci        "ions.integer.uaddcarry.uvec3_mediump_geometry");
205f6603c60Sopenharmony_ci
206f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001086,
207f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_functio",
208f6603c60Sopenharmony_ci        "ns.integer.uaddcarry.uvec3_mediump_tess_control");
209f6603c60Sopenharmony_ci
210f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001087,
211f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_functi",
212f6603c60Sopenharmony_ci        "ons.integer.uaddcarry.uvec3_mediump_tess_eval");
213f6603c60Sopenharmony_ci
214f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001088,
215f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_funct",
216f6603c60Sopenharmony_ci        "ions.integer.uaddcarry.uvec3_mediump_compute");
217f6603c60Sopenharmony_ci
218f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001089,
219f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_fun",
220f6603c60Sopenharmony_ci        "ctions.integer.uaddcarry.uvec3_highp_vertex");
221f6603c60Sopenharmony_ci
222f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001090,
223f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_func",
224f6603c60Sopenharmony_ci        "tions.integer.uaddcarry.uvec3_highp_fragment");
225f6603c60Sopenharmony_ci
226f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001091,
227f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_func",
228f6603c60Sopenharmony_ci        "tions.integer.uaddcarry.uvec3_highp_geometry");
229f6603c60Sopenharmony_ci
230f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001092,
231f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_functi",
232f6603c60Sopenharmony_ci        "ons.integer.uaddcarry.uvec3_highp_tess_control");
233f6603c60Sopenharmony_ci
234f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001093,
235f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_funct",
236f6603c60Sopenharmony_ci        "ions.integer.uaddcarry.uvec3_highp_tess_eval");
237f6603c60Sopenharmony_ci
238f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001094,
239f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_func",
240f6603c60Sopenharmony_ci        "tions.integer.uaddcarry.uvec3_highp_compute");
241f6603c60Sopenharmony_ci
242f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001095,
243f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_fun",
244f6603c60Sopenharmony_ci        "ctions.integer.uaddcarry.uvec4_lowp_vertex");
245f6603c60Sopenharmony_ci
246f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001096,
247f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_func",
248f6603c60Sopenharmony_ci        "tions.integer.uaddcarry.uvec4_lowp_fragment");
249f6603c60Sopenharmony_ci
250f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001097,
251f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_func",
252f6603c60Sopenharmony_ci        "tions.integer.uaddcarry.uvec4_lowp_geometry");
253f6603c60Sopenharmony_ci
254f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001098,
255f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_functi",
256f6603c60Sopenharmony_ci        "ons.integer.uaddcarry.uvec4_lowp_tess_control");
257f6603c60Sopenharmony_ci
258f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001099,
259f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_func",
260f6603c60Sopenharmony_ci        "tions.integer.uaddcarry.uvec4_lowp_tess_eval");
261f6603c60Sopenharmony_ci
262f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001100,
263f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_fun",
264f6603c60Sopenharmony_ci        "ctions.integer.uaddcarry.uvec4_lowp_compute");
265f6603c60Sopenharmony_ci
266f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001101,
267f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_func",
268f6603c60Sopenharmony_ci        "tions.integer.uaddcarry.uvec4_mediump_vertex");
269f6603c60Sopenharmony_ci
270f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001102,
271f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_funct",
272f6603c60Sopenharmony_ci        "ions.integer.uaddcarry.uvec4_mediump_fragment");
273f6603c60Sopenharmony_ci
274f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001103,
275f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_funct",
276f6603c60Sopenharmony_ci        "ions.integer.uaddcarry.uvec4_mediump_geometry");
277f6603c60Sopenharmony_ci
278f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001104,
279f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_functio",
280f6603c60Sopenharmony_ci        "ns.integer.uaddcarry.uvec4_mediump_tess_control");
281f6603c60Sopenharmony_ci
282f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001105,
283f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_functi",
284f6603c60Sopenharmony_ci        "ons.integer.uaddcarry.uvec4_mediump_tess_eval");
285f6603c60Sopenharmony_ci
286f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001106,
287f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_funct",
288f6603c60Sopenharmony_ci        "ions.integer.uaddcarry.uvec4_mediump_compute");
289f6603c60Sopenharmony_ci
290f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001107,
291f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_fun",
292f6603c60Sopenharmony_ci        "ctions.integer.uaddcarry.uvec4_highp_vertex");
293f6603c60Sopenharmony_ci
294f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001108,
295f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_func",
296f6603c60Sopenharmony_ci        "tions.integer.uaddcarry.uvec4_highp_fragment");
297f6603c60Sopenharmony_ci
298f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001109,
299f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_func",
300f6603c60Sopenharmony_ci        "tions.integer.uaddcarry.uvec4_highp_geometry");
301f6603c60Sopenharmony_ci
302f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001110,
303f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_functi",
304f6603c60Sopenharmony_ci        "ons.integer.uaddcarry.uvec4_highp_tess_control");
305f6603c60Sopenharmony_ci
306f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001111,
307f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_funct",
308f6603c60Sopenharmony_ci        "ions.integer.uaddcarry.uvec4_highp_tess_eval");
309f6603c60Sopenharmony_ci
310f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001112,
311f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.shaders.builtin_func",
312f6603c60Sopenharmony_ci        "tions.integer.uaddcarry.uvec4_highp_compute");
313