1 /*
2  * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd.
3  * Licensed under the Apache License, Version 2.0 (the "License");
4  * you may not use this file except in compliance with the License.
5  * You may obtain a copy of the License at
6  *
7  *     http://www.apache.org/licenses/LICENSE-2.0
8  *
9  * Unless required by applicable law or agreed to in writing, software
10  * distributed under the License is distributed on an "AS IS" BASIS,
11  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12  * See the License for the specific language governing permissions and
13  * limitations under the License.
14  */
15 
16 #include <climits>
17 #include <gtest/gtest.h>
18 #include "../Deqpgles3BaseFunc.h"
19 #include "../ActsDeqpgles30014TestSuite.h"
20 #include "shrinkdefine.h"
21 
22 using namespace std;
23 using namespace testing::ext;
24 using namespace OHOS;
25 
26 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013022,
27         "dEQP-GLES3.functional.shaders.operator.",
28         "common_functions.clamp.lowp_float_vertex");
29 
30 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013023,
31         "dEQP-GLES3.functional.shaders.operator.c",
32         "ommon_functions.clamp.lowp_float_fragment");
33 
34 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013024,
35         "dEQP-GLES3.functional.shaders.operator.co",
36         "mmon_functions.clamp.mediump_float_vertex");
37 
38 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013025,
39         "dEQP-GLES3.functional.shaders.operator.com",
40         "mon_functions.clamp.mediump_float_fragment");
41 
42 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013026,
43         "dEQP-GLES3.functional.shaders.operator.c",
44         "ommon_functions.clamp.highp_float_vertex");
45 
46 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013027,
47         "dEQP-GLES3.functional.shaders.operator.co",
48         "mmon_functions.clamp.highp_float_fragment");
49 
50 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013028,
51         "dEQP-GLES3.functional.shaders.operator.",
52         "common_functions.clamp.lowp_vec2_vertex");
53 
54 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013029,
55         "dEQP-GLES3.functional.shaders.operator.c",
56         "ommon_functions.clamp.lowp_vec2_fragment");
57 
58 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013030,
59         "dEQP-GLES3.functional.shaders.operator.c",
60         "ommon_functions.clamp.mediump_vec2_vertex");
61 
62 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013031,
63         "dEQP-GLES3.functional.shaders.operator.co",
64         "mmon_functions.clamp.mediump_vec2_fragment");
65 
66 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013032,
67         "dEQP-GLES3.functional.shaders.operator.",
68         "common_functions.clamp.highp_vec2_vertex");
69 
70 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013033,
71         "dEQP-GLES3.functional.shaders.operator.c",
72         "ommon_functions.clamp.highp_vec2_fragment");
73 
74 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013034,
75         "dEQP-GLES3.functional.shaders.operator.",
76         "common_functions.clamp.lowp_vec3_vertex");
77 
78 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013035,
79         "dEQP-GLES3.functional.shaders.operator.c",
80         "ommon_functions.clamp.lowp_vec3_fragment");
81 
82 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013036,
83         "dEQP-GLES3.functional.shaders.operator.c",
84         "ommon_functions.clamp.mediump_vec3_vertex");
85 
86 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013037,
87         "dEQP-GLES3.functional.shaders.operator.co",
88         "mmon_functions.clamp.mediump_vec3_fragment");
89 
90 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013038,
91         "dEQP-GLES3.functional.shaders.operator.",
92         "common_functions.clamp.highp_vec3_vertex");
93 
94 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013039,
95         "dEQP-GLES3.functional.shaders.operator.c",
96         "ommon_functions.clamp.highp_vec3_fragment");
97 
98 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013040,
99         "dEQP-GLES3.functional.shaders.operator.",
100         "common_functions.clamp.lowp_vec4_vertex");
101 
102 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013041,
103         "dEQP-GLES3.functional.shaders.operator.c",
104         "ommon_functions.clamp.lowp_vec4_fragment");
105 
106 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013042,
107         "dEQP-GLES3.functional.shaders.operator.c",
108         "ommon_functions.clamp.mediump_vec4_vertex");
109 
110 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013043,
111         "dEQP-GLES3.functional.shaders.operator.co",
112         "mmon_functions.clamp.mediump_vec4_fragment");
113 
114 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013044,
115         "dEQP-GLES3.functional.shaders.operator.",
116         "common_functions.clamp.highp_vec4_vertex");
117 
118 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013045,
119         "dEQP-GLES3.functional.shaders.operator.c",
120         "ommon_functions.clamp.highp_vec4_fragment");
121 
122 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013046,
123         "dEQP-GLES3.functional.shaders.operator.com",
124         "mon_functions.clamp.lowp_vec2_float_vertex");
125 
126 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013047,
127         "dEQP-GLES3.functional.shaders.operator.comm",
128         "on_functions.clamp.lowp_vec2_float_fragment");
129 
130 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013048,
131         "dEQP-GLES3.functional.shaders.operator.comm",
132         "on_functions.clamp.mediump_vec2_float_vertex");
133 
134 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013049,
135         "dEQP-GLES3.functional.shaders.operator.commo",
136         "n_functions.clamp.mediump_vec2_float_fragment");
137 
138 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013050,
139         "dEQP-GLES3.functional.shaders.operator.com",
140         "mon_functions.clamp.highp_vec2_float_vertex");
141 
142 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013051,
143         "dEQP-GLES3.functional.shaders.operator.comm",
144         "on_functions.clamp.highp_vec2_float_fragment");
145 
146 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013052,
147         "dEQP-GLES3.functional.shaders.operator.com",
148         "mon_functions.clamp.lowp_vec3_float_vertex");
149 
150 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013053,
151         "dEQP-GLES3.functional.shaders.operator.comm",
152         "on_functions.clamp.lowp_vec3_float_fragment");
153 
154 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013054,
155         "dEQP-GLES3.functional.shaders.operator.comm",
156         "on_functions.clamp.mediump_vec3_float_vertex");
157 
158 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013055,
159         "dEQP-GLES3.functional.shaders.operator.commo",
160         "n_functions.clamp.mediump_vec3_float_fragment");
161 
162 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013056,
163         "dEQP-GLES3.functional.shaders.operator.com",
164         "mon_functions.clamp.highp_vec3_float_vertex");
165 
166 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013057,
167         "dEQP-GLES3.functional.shaders.operator.comm",
168         "on_functions.clamp.highp_vec3_float_fragment");
169 
170 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013058,
171         "dEQP-GLES3.functional.shaders.operator.com",
172         "mon_functions.clamp.lowp_vec4_float_vertex");
173 
174 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013059,
175         "dEQP-GLES3.functional.shaders.operator.comm",
176         "on_functions.clamp.lowp_vec4_float_fragment");
177 
178 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013060,
179         "dEQP-GLES3.functional.shaders.operator.comm",
180         "on_functions.clamp.mediump_vec4_float_vertex");
181 
182 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013061,
183         "dEQP-GLES3.functional.shaders.operator.commo",
184         "n_functions.clamp.mediump_vec4_float_fragment");
185 
186 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013062,
187         "dEQP-GLES3.functional.shaders.operator.com",
188         "mon_functions.clamp.highp_vec4_float_vertex");
189 
190 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013063,
191         "dEQP-GLES3.functional.shaders.operator.comm",
192         "on_functions.clamp.highp_vec4_float_fragment");
193 
194 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013064,
195         "dEQP-GLES3.functional.shaders.operator",
196         ".common_functions.clamp.lowp_int_vertex");
197 
198 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013065,
199         "dEQP-GLES3.functional.shaders.operator.",
200         "common_functions.clamp.lowp_int_fragment");
201 
202 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013066,
203         "dEQP-GLES3.functional.shaders.operator.c",
204         "ommon_functions.clamp.mediump_int_vertex");
205 
206 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013067,
207         "dEQP-GLES3.functional.shaders.operator.co",
208         "mmon_functions.clamp.mediump_int_fragment");
209 
210 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013068,
211         "dEQP-GLES3.functional.shaders.operator.",
212         "common_functions.clamp.highp_int_vertex");
213 
214 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013069,
215         "dEQP-GLES3.functional.shaders.operator.c",
216         "ommon_functions.clamp.highp_int_fragment");
217 
218 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013070,
219         "dEQP-GLES3.functional.shaders.operator.",
220         "common_functions.clamp.lowp_ivec2_vertex");
221 
222 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013071,
223         "dEQP-GLES3.functional.shaders.operator.c",
224         "ommon_functions.clamp.lowp_ivec2_fragment");
225 
226 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013072,
227         "dEQP-GLES3.functional.shaders.operator.co",
228         "mmon_functions.clamp.mediump_ivec2_vertex");
229 
230 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013073,
231         "dEQP-GLES3.functional.shaders.operator.com",
232         "mon_functions.clamp.mediump_ivec2_fragment");
233 
234 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013074,
235         "dEQP-GLES3.functional.shaders.operator.c",
236         "ommon_functions.clamp.highp_ivec2_vertex");
237 
238 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013075,
239         "dEQP-GLES3.functional.shaders.operator.co",
240         "mmon_functions.clamp.highp_ivec2_fragment");
241 
242 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013076,
243         "dEQP-GLES3.functional.shaders.operator.",
244         "common_functions.clamp.lowp_ivec3_vertex");
245 
246 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013077,
247         "dEQP-GLES3.functional.shaders.operator.c",
248         "ommon_functions.clamp.lowp_ivec3_fragment");
249 
250 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013078,
251         "dEQP-GLES3.functional.shaders.operator.co",
252         "mmon_functions.clamp.mediump_ivec3_vertex");
253 
254 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013079,
255         "dEQP-GLES3.functional.shaders.operator.com",
256         "mon_functions.clamp.mediump_ivec3_fragment");
257 
258 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013080,
259         "dEQP-GLES3.functional.shaders.operator.c",
260         "ommon_functions.clamp.highp_ivec3_vertex");
261 
262 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013081,
263         "dEQP-GLES3.functional.shaders.operator.co",
264         "mmon_functions.clamp.highp_ivec3_fragment");
265 
266 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013082,
267         "dEQP-GLES3.functional.shaders.operator.",
268         "common_functions.clamp.lowp_ivec4_vertex");
269 
270 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013083,
271         "dEQP-GLES3.functional.shaders.operator.c",
272         "ommon_functions.clamp.lowp_ivec4_fragment");
273 
274 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013084,
275         "dEQP-GLES3.functional.shaders.operator.co",
276         "mmon_functions.clamp.mediump_ivec4_vertex");
277 
278 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013085,
279         "dEQP-GLES3.functional.shaders.operator.com",
280         "mon_functions.clamp.mediump_ivec4_fragment");
281 
282 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013086,
283         "dEQP-GLES3.functional.shaders.operator.c",
284         "ommon_functions.clamp.highp_ivec4_vertex");
285 
286 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013087,
287         "dEQP-GLES3.functional.shaders.operator.co",
288         "mmon_functions.clamp.highp_ivec4_fragment");
289 
290 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013088,
291         "dEQP-GLES3.functional.shaders.operator.co",
292         "mmon_functions.clamp.lowp_ivec2_int_vertex");
293 
294 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013089,
295         "dEQP-GLES3.functional.shaders.operator.com",
296         "mon_functions.clamp.lowp_ivec2_int_fragment");
297 
298 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013090,
299         "dEQP-GLES3.functional.shaders.operator.comm",
300         "on_functions.clamp.mediump_ivec2_int_vertex");
301 
302 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013091,
303         "dEQP-GLES3.functional.shaders.operator.commo",
304         "n_functions.clamp.mediump_ivec2_int_fragment");
305 
306 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013092,
307         "dEQP-GLES3.functional.shaders.operator.com",
308         "mon_functions.clamp.highp_ivec2_int_vertex");
309 
310 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013093,
311         "dEQP-GLES3.functional.shaders.operator.comm",
312         "on_functions.clamp.highp_ivec2_int_fragment");
313 
314 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013094,
315         "dEQP-GLES3.functional.shaders.operator.co",
316         "mmon_functions.clamp.lowp_ivec3_int_vertex");
317 
318 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013095,
319         "dEQP-GLES3.functional.shaders.operator.com",
320         "mon_functions.clamp.lowp_ivec3_int_fragment");
321 
322 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013096,
323         "dEQP-GLES3.functional.shaders.operator.comm",
324         "on_functions.clamp.mediump_ivec3_int_vertex");
325 
326 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013097,
327         "dEQP-GLES3.functional.shaders.operator.commo",
328         "n_functions.clamp.mediump_ivec3_int_fragment");
329 
330 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013098,
331         "dEQP-GLES3.functional.shaders.operator.com",
332         "mon_functions.clamp.highp_ivec3_int_vertex");
333 
334 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013099,
335         "dEQP-GLES3.functional.shaders.operator.comm",
336         "on_functions.clamp.highp_ivec3_int_fragment");
337 
338 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013100,
339         "dEQP-GLES3.functional.shaders.operator.co",
340         "mmon_functions.clamp.lowp_ivec4_int_vertex");
341 
342 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013101,
343         "dEQP-GLES3.functional.shaders.operator.com",
344         "mon_functions.clamp.lowp_ivec4_int_fragment");
345 
346 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013102,
347         "dEQP-GLES3.functional.shaders.operator.comm",
348         "on_functions.clamp.mediump_ivec4_int_vertex");
349 
350 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013103,
351         "dEQP-GLES3.functional.shaders.operator.commo",
352         "n_functions.clamp.mediump_ivec4_int_fragment");
353 
354 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013104,
355         "dEQP-GLES3.functional.shaders.operator.com",
356         "mon_functions.clamp.highp_ivec4_int_vertex");
357 
358 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013105,
359         "dEQP-GLES3.functional.shaders.operator.comm",
360         "on_functions.clamp.highp_ivec4_int_fragment");
361 
362 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013106,
363         "dEQP-GLES3.functional.shaders.operator.",
364         "common_functions.clamp.lowp_uint_vertex");
365 
366 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013107,
367         "dEQP-GLES3.functional.shaders.operator.c",
368         "ommon_functions.clamp.lowp_uint_fragment");
369 
370 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013108,
371         "dEQP-GLES3.functional.shaders.operator.c",
372         "ommon_functions.clamp.mediump_uint_vertex");
373 
374 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013109,
375         "dEQP-GLES3.functional.shaders.operator.co",
376         "mmon_functions.clamp.mediump_uint_fragment");
377 
378 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013110,
379         "dEQP-GLES3.functional.shaders.operator.",
380         "common_functions.clamp.highp_uint_vertex");
381 
382 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013111,
383         "dEQP-GLES3.functional.shaders.operator.c",
384         "ommon_functions.clamp.highp_uint_fragment");
385 
386 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013112,
387         "dEQP-GLES3.functional.shaders.operator.",
388         "common_functions.clamp.lowp_uvec2_vertex");
389 
390 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013113,
391         "dEQP-GLES3.functional.shaders.operator.c",
392         "ommon_functions.clamp.lowp_uvec2_fragment");
393 
394 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013114,
395         "dEQP-GLES3.functional.shaders.operator.co",
396         "mmon_functions.clamp.mediump_uvec2_vertex");
397 
398 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013115,
399         "dEQP-GLES3.functional.shaders.operator.com",
400         "mon_functions.clamp.mediump_uvec2_fragment");
401 
402 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013116,
403         "dEQP-GLES3.functional.shaders.operator.c",
404         "ommon_functions.clamp.highp_uvec2_vertex");
405 
406 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013117,
407         "dEQP-GLES3.functional.shaders.operator.co",
408         "mmon_functions.clamp.highp_uvec2_fragment");
409 
410 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013118,
411         "dEQP-GLES3.functional.shaders.operator.",
412         "common_functions.clamp.lowp_uvec3_vertex");
413 
414 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013119,
415         "dEQP-GLES3.functional.shaders.operator.c",
416         "ommon_functions.clamp.lowp_uvec3_fragment");
417 
418 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013120,
419         "dEQP-GLES3.functional.shaders.operator.co",
420         "mmon_functions.clamp.mediump_uvec3_vertex");
421 
422 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013121,
423         "dEQP-GLES3.functional.shaders.operator.com",
424         "mon_functions.clamp.mediump_uvec3_fragment");
425 
426 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013122,
427         "dEQP-GLES3.functional.shaders.operator.c",
428         "ommon_functions.clamp.highp_uvec3_vertex");
429 
430 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013123,
431         "dEQP-GLES3.functional.shaders.operator.co",
432         "mmon_functions.clamp.highp_uvec3_fragment");
433 
434 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013124,
435         "dEQP-GLES3.functional.shaders.operator.",
436         "common_functions.clamp.lowp_uvec4_vertex");
437 
438 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013125,
439         "dEQP-GLES3.functional.shaders.operator.c",
440         "ommon_functions.clamp.lowp_uvec4_fragment");
441 
442 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013126,
443         "dEQP-GLES3.functional.shaders.operator.co",
444         "mmon_functions.clamp.mediump_uvec4_vertex");
445 
446 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013127,
447         "dEQP-GLES3.functional.shaders.operator.com",
448         "mon_functions.clamp.mediump_uvec4_fragment");
449 
450 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013128,
451         "dEQP-GLES3.functional.shaders.operator.c",
452         "ommon_functions.clamp.highp_uvec4_vertex");
453 
454 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013129,
455         "dEQP-GLES3.functional.shaders.operator.co",
456         "mmon_functions.clamp.highp_uvec4_fragment");
457 
458 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013130,
459         "dEQP-GLES3.functional.shaders.operator.com",
460         "mon_functions.clamp.lowp_uvec2_uint_vertex");
461 
462 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013131,
463         "dEQP-GLES3.functional.shaders.operator.comm",
464         "on_functions.clamp.lowp_uvec2_uint_fragment");
465 
466 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013132,
467         "dEQP-GLES3.functional.shaders.operator.comm",
468         "on_functions.clamp.mediump_uvec2_uint_vertex");
469 
470 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013133,
471         "dEQP-GLES3.functional.shaders.operator.commo",
472         "n_functions.clamp.mediump_uvec2_uint_fragment");
473 
474 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013134,
475         "dEQP-GLES3.functional.shaders.operator.com",
476         "mon_functions.clamp.highp_uvec2_uint_vertex");
477 
478 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013135,
479         "dEQP-GLES3.functional.shaders.operator.comm",
480         "on_functions.clamp.highp_uvec2_uint_fragment");
481 
482 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013136,
483         "dEQP-GLES3.functional.shaders.operator.com",
484         "mon_functions.clamp.lowp_uvec3_uint_vertex");
485 
486 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013137,
487         "dEQP-GLES3.functional.shaders.operator.comm",
488         "on_functions.clamp.lowp_uvec3_uint_fragment");
489 
490 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013138,
491         "dEQP-GLES3.functional.shaders.operator.comm",
492         "on_functions.clamp.mediump_uvec3_uint_vertex");
493 
494 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013139,
495         "dEQP-GLES3.functional.shaders.operator.commo",
496         "n_functions.clamp.mediump_uvec3_uint_fragment");
497 
498 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013140,
499         "dEQP-GLES3.functional.shaders.operator.com",
500         "mon_functions.clamp.highp_uvec3_uint_vertex");
501 
502 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013141,
503         "dEQP-GLES3.functional.shaders.operator.comm",
504         "on_functions.clamp.highp_uvec3_uint_fragment");
505 
506 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013142,
507         "dEQP-GLES3.functional.shaders.operator.com",
508         "mon_functions.clamp.lowp_uvec4_uint_vertex");
509 
510 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013143,
511         "dEQP-GLES3.functional.shaders.operator.comm",
512         "on_functions.clamp.lowp_uvec4_uint_fragment");
513 
514 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013144,
515         "dEQP-GLES3.functional.shaders.operator.comm",
516         "on_functions.clamp.mediump_uvec4_uint_vertex");
517 
518 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013145,
519         "dEQP-GLES3.functional.shaders.operator.commo",
520         "n_functions.clamp.mediump_uvec4_uint_fragment");
521 
522 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013146,
523         "dEQP-GLES3.functional.shaders.operator.com",
524         "mon_functions.clamp.highp_uvec4_uint_vertex");
525 
526 static SHRINK_HWTEST_F(ActsDeqpgles30014TestSuite, TestCase_013147,
527         "dEQP-GLES3.functional.shaders.operator.comm",
528         "on_functions.clamp.highp_uvec4_uint_fragment");
529