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 "../ActsDeqpgles30040TestSuite.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(ActsDeqpgles30040TestSuite, TestCase_039224,
27         "dEQP-GLES3.functional.fragment_",
28         "out.array.fixed.rgba8_lowp_float");
29 
30 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039225,
31         "dEQP-GLES3.functional.fragment_",
32         "out.array.fixed.rgba8_lowp_vec2");
33 
34 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039226,
35         "dEQP-GLES3.functional.fragment_",
36         "out.array.fixed.rgba8_lowp_vec3");
37 
38 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039227,
39         "dEQP-GLES3.functional.fragment_",
40         "out.array.fixed.rgba8_lowp_vec4");
41 
42 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039228,
43         "dEQP-GLES3.functional.fragment_ou",
44         "t.array.fixed.rgba8_mediump_float");
45 
46 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039229,
47         "dEQP-GLES3.functional.fragment_o",
48         "ut.array.fixed.rgba8_mediump_vec2");
49 
50 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039230,
51         "dEQP-GLES3.functional.fragment_o",
52         "ut.array.fixed.rgba8_mediump_vec3");
53 
54 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039231,
55         "dEQP-GLES3.functional.fragment_o",
56         "ut.array.fixed.rgba8_mediump_vec4");
57 
58 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039232,
59         "dEQP-GLES3.functional.fragment_o",
60         "ut.array.fixed.rgba8_highp_float");
61 
62 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039233,
63         "dEQP-GLES3.functional.fragment_",
64         "out.array.fixed.rgba8_highp_vec2");
65 
66 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039234,
67         "dEQP-GLES3.functional.fragment_",
68         "out.array.fixed.rgba8_highp_vec3");
69 
70 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039235,
71         "dEQP-GLES3.functional.fragment_",
72         "out.array.fixed.rgba8_highp_vec4");
73 
74 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039236,
75         "dEQP-GLES3.functional.fragment_out.",
76         "array.fixed.srgb8_alpha8_lowp_float");
77 
78 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039237,
79         "dEQP-GLES3.functional.fragment_out",
80         ".array.fixed.srgb8_alpha8_lowp_vec2");
81 
82 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039238,
83         "dEQP-GLES3.functional.fragment_out",
84         ".array.fixed.srgb8_alpha8_lowp_vec3");
85 
86 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039239,
87         "dEQP-GLES3.functional.fragment_out",
88         ".array.fixed.srgb8_alpha8_lowp_vec4");
89 
90 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039240,
91         "dEQP-GLES3.functional.fragment_out.a",
92         "rray.fixed.srgb8_alpha8_mediump_float");
93 
94 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039241,
95         "dEQP-GLES3.functional.fragment_out.a",
96         "rray.fixed.srgb8_alpha8_mediump_vec2");
97 
98 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039242,
99         "dEQP-GLES3.functional.fragment_out.a",
100         "rray.fixed.srgb8_alpha8_mediump_vec3");
101 
102 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039243,
103         "dEQP-GLES3.functional.fragment_out.a",
104         "rray.fixed.srgb8_alpha8_mediump_vec4");
105 
106 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039244,
107         "dEQP-GLES3.functional.fragment_out.",
108         "array.fixed.srgb8_alpha8_highp_float");
109 
110 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039245,
111         "dEQP-GLES3.functional.fragment_out.",
112         "array.fixed.srgb8_alpha8_highp_vec2");
113 
114 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039246,
115         "dEQP-GLES3.functional.fragment_out.",
116         "array.fixed.srgb8_alpha8_highp_vec3");
117 
118 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039247,
119         "dEQP-GLES3.functional.fragment_out.",
120         "array.fixed.srgb8_alpha8_highp_vec4");
121 
122 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039248,
123         "dEQP-GLES3.functional.fragment_ou",
124         "t.array.fixed.rgb10_a2_lowp_float");
125 
126 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039249,
127         "dEQP-GLES3.functional.fragment_o",
128         "ut.array.fixed.rgb10_a2_lowp_vec2");
129 
130 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039250,
131         "dEQP-GLES3.functional.fragment_o",
132         "ut.array.fixed.rgb10_a2_lowp_vec3");
133 
134 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039251,
135         "dEQP-GLES3.functional.fragment_o",
136         "ut.array.fixed.rgb10_a2_lowp_vec4");
137 
138 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039252,
139         "dEQP-GLES3.functional.fragment_out",
140         ".array.fixed.rgb10_a2_mediump_float");
141 
142 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039253,
143         "dEQP-GLES3.functional.fragment_out",
144         ".array.fixed.rgb10_a2_mediump_vec2");
145 
146 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039254,
147         "dEQP-GLES3.functional.fragment_out",
148         ".array.fixed.rgb10_a2_mediump_vec3");
149 
150 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039255,
151         "dEQP-GLES3.functional.fragment_out",
152         ".array.fixed.rgb10_a2_mediump_vec4");
153 
154 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039256,
155         "dEQP-GLES3.functional.fragment_ou",
156         "t.array.fixed.rgb10_a2_highp_float");
157 
158 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039257,
159         "dEQP-GLES3.functional.fragment_ou",
160         "t.array.fixed.rgb10_a2_highp_vec2");
161 
162 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039258,
163         "dEQP-GLES3.functional.fragment_ou",
164         "t.array.fixed.rgb10_a2_highp_vec3");
165 
166 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039259,
167         "dEQP-GLES3.functional.fragment_ou",
168         "t.array.fixed.rgb10_a2_highp_vec4");
169 
170 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039260,
171         "dEQP-GLES3.functional.fragment_",
172         "out.array.fixed.rgba4_lowp_float");
173 
174 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039261,
175         "dEQP-GLES3.functional.fragment_",
176         "out.array.fixed.rgba4_lowp_vec2");
177 
178 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039262,
179         "dEQP-GLES3.functional.fragment_",
180         "out.array.fixed.rgba4_lowp_vec3");
181 
182 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039263,
183         "dEQP-GLES3.functional.fragment_",
184         "out.array.fixed.rgba4_lowp_vec4");
185 
186 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039264,
187         "dEQP-GLES3.functional.fragment_ou",
188         "t.array.fixed.rgba4_mediump_float");
189 
190 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039265,
191         "dEQP-GLES3.functional.fragment_o",
192         "ut.array.fixed.rgba4_mediump_vec2");
193 
194 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039266,
195         "dEQP-GLES3.functional.fragment_o",
196         "ut.array.fixed.rgba4_mediump_vec3");
197 
198 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039267,
199         "dEQP-GLES3.functional.fragment_o",
200         "ut.array.fixed.rgba4_mediump_vec4");
201 
202 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039268,
203         "dEQP-GLES3.functional.fragment_o",
204         "ut.array.fixed.rgba4_highp_float");
205 
206 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039269,
207         "dEQP-GLES3.functional.fragment_",
208         "out.array.fixed.rgba4_highp_vec2");
209 
210 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039270,
211         "dEQP-GLES3.functional.fragment_",
212         "out.array.fixed.rgba4_highp_vec3");
213 
214 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039271,
215         "dEQP-GLES3.functional.fragment_",
216         "out.array.fixed.rgba4_highp_vec4");
217 
218 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039272,
219         "dEQP-GLES3.functional.fragment_o",
220         "ut.array.fixed.rgb5_a1_lowp_float");
221 
222 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039273,
223         "dEQP-GLES3.functional.fragment_o",
224         "ut.array.fixed.rgb5_a1_lowp_vec2");
225 
226 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039274,
227         "dEQP-GLES3.functional.fragment_o",
228         "ut.array.fixed.rgb5_a1_lowp_vec3");
229 
230 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039275,
231         "dEQP-GLES3.functional.fragment_o",
232         "ut.array.fixed.rgb5_a1_lowp_vec4");
233 
234 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039276,
235         "dEQP-GLES3.functional.fragment_out",
236         ".array.fixed.rgb5_a1_mediump_float");
237 
238 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039277,
239         "dEQP-GLES3.functional.fragment_ou",
240         "t.array.fixed.rgb5_a1_mediump_vec2");
241 
242 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039278,
243         "dEQP-GLES3.functional.fragment_ou",
244         "t.array.fixed.rgb5_a1_mediump_vec3");
245 
246 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039279,
247         "dEQP-GLES3.functional.fragment_ou",
248         "t.array.fixed.rgb5_a1_mediump_vec4");
249 
250 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039280,
251         "dEQP-GLES3.functional.fragment_ou",
252         "t.array.fixed.rgb5_a1_highp_float");
253 
254 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039281,
255         "dEQP-GLES3.functional.fragment_o",
256         "ut.array.fixed.rgb5_a1_highp_vec2");
257 
258 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039282,
259         "dEQP-GLES3.functional.fragment_o",
260         "ut.array.fixed.rgb5_a1_highp_vec3");
261 
262 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039283,
263         "dEQP-GLES3.functional.fragment_o",
264         "ut.array.fixed.rgb5_a1_highp_vec4");
265 
266 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039284,
267         "dEQP-GLES3.functional.fragment_",
268         "out.array.fixed.rgb8_lowp_float");
269 
270 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039285,
271         "dEQP-GLES3.functional.fragment",
272         "_out.array.fixed.rgb8_lowp_vec2");
273 
274 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039286,
275         "dEQP-GLES3.functional.fragment",
276         "_out.array.fixed.rgb8_lowp_vec3");
277 
278 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039287,
279         "dEQP-GLES3.functional.fragment",
280         "_out.array.fixed.rgb8_lowp_vec4");
281 
282 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039288,
283         "dEQP-GLES3.functional.fragment_o",
284         "ut.array.fixed.rgb8_mediump_float");
285 
286 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039289,
287         "dEQP-GLES3.functional.fragment_o",
288         "ut.array.fixed.rgb8_mediump_vec2");
289 
290 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039290,
291         "dEQP-GLES3.functional.fragment_o",
292         "ut.array.fixed.rgb8_mediump_vec3");
293 
294 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039291,
295         "dEQP-GLES3.functional.fragment_o",
296         "ut.array.fixed.rgb8_mediump_vec4");
297 
298 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039292,
299         "dEQP-GLES3.functional.fragment_",
300         "out.array.fixed.rgb8_highp_float");
301 
302 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039293,
303         "dEQP-GLES3.functional.fragment_",
304         "out.array.fixed.rgb8_highp_vec2");
305 
306 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039294,
307         "dEQP-GLES3.functional.fragment_",
308         "out.array.fixed.rgb8_highp_vec3");
309 
310 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039295,
311         "dEQP-GLES3.functional.fragment_",
312         "out.array.fixed.rgb8_highp_vec4");
313 
314 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039296,
315         "dEQP-GLES3.functional.fragment_o",
316         "ut.array.fixed.rgb565_lowp_float");
317 
318 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039297,
319         "dEQP-GLES3.functional.fragment_",
320         "out.array.fixed.rgb565_lowp_vec2");
321 
322 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039298,
323         "dEQP-GLES3.functional.fragment_",
324         "out.array.fixed.rgb565_lowp_vec3");
325 
326 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039299,
327         "dEQP-GLES3.functional.fragment_",
328         "out.array.fixed.rgb565_lowp_vec4");
329 
330 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039300,
331         "dEQP-GLES3.functional.fragment_ou",
332         "t.array.fixed.rgb565_mediump_float");
333 
334 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039301,
335         "dEQP-GLES3.functional.fragment_ou",
336         "t.array.fixed.rgb565_mediump_vec2");
337 
338 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039302,
339         "dEQP-GLES3.functional.fragment_ou",
340         "t.array.fixed.rgb565_mediump_vec3");
341 
342 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039303,
343         "dEQP-GLES3.functional.fragment_ou",
344         "t.array.fixed.rgb565_mediump_vec4");
345 
346 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039304,
347         "dEQP-GLES3.functional.fragment_o",
348         "ut.array.fixed.rgb565_highp_float");
349 
350 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039305,
351         "dEQP-GLES3.functional.fragment_o",
352         "ut.array.fixed.rgb565_highp_vec2");
353 
354 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039306,
355         "dEQP-GLES3.functional.fragment_o",
356         "ut.array.fixed.rgb565_highp_vec3");
357 
358 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039307,
359         "dEQP-GLES3.functional.fragment_o",
360         "ut.array.fixed.rgb565_highp_vec4");
361 
362 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039308,
363         "dEQP-GLES3.functional.fragment",
364         "_out.array.fixed.rg8_lowp_float");
365 
366 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039309,
367         "dEQP-GLES3.functional.fragment",
368         "_out.array.fixed.rg8_lowp_vec2");
369 
370 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039310,
371         "dEQP-GLES3.functional.fragment",
372         "_out.array.fixed.rg8_lowp_vec3");
373 
374 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039311,
375         "dEQP-GLES3.functional.fragment",
376         "_out.array.fixed.rg8_lowp_vec4");
377 
378 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039312,
379         "dEQP-GLES3.functional.fragment_o",
380         "ut.array.fixed.rg8_mediump_float");
381 
382 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039313,
383         "dEQP-GLES3.functional.fragment_",
384         "out.array.fixed.rg8_mediump_vec2");
385 
386 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039314,
387         "dEQP-GLES3.functional.fragment_",
388         "out.array.fixed.rg8_mediump_vec3");
389 
390 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039315,
391         "dEQP-GLES3.functional.fragment_",
392         "out.array.fixed.rg8_mediump_vec4");
393 
394 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039316,
395         "dEQP-GLES3.functional.fragment_",
396         "out.array.fixed.rg8_highp_float");
397 
398 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039317,
399         "dEQP-GLES3.functional.fragment",
400         "_out.array.fixed.rg8_highp_vec2");
401 
402 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039318,
403         "dEQP-GLES3.functional.fragment",
404         "_out.array.fixed.rg8_highp_vec3");
405 
406 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039319,
407         "dEQP-GLES3.functional.fragment",
408         "_out.array.fixed.rg8_highp_vec4");
409 
410 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039320,
411         "dEQP-GLES3.functional.fragment",
412         "_out.array.fixed.r8_lowp_float");
413 
414 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039321,
415         "dEQP-GLES3.functional.fragmen",
416         "t_out.array.fixed.r8_lowp_vec2");
417 
418 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039322,
419         "dEQP-GLES3.functional.fragmen",
420         "t_out.array.fixed.r8_lowp_vec3");
421 
422 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039323,
423         "dEQP-GLES3.functional.fragmen",
424         "t_out.array.fixed.r8_lowp_vec4");
425 
426 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039324,
427         "dEQP-GLES3.functional.fragment_",
428         "out.array.fixed.r8_mediump_float");
429 
430 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039325,
431         "dEQP-GLES3.functional.fragment_",
432         "out.array.fixed.r8_mediump_vec2");
433 
434 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039326,
435         "dEQP-GLES3.functional.fragment_",
436         "out.array.fixed.r8_mediump_vec3");
437 
438 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039327,
439         "dEQP-GLES3.functional.fragment_",
440         "out.array.fixed.r8_mediump_vec4");
441 
442 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039328,
443         "dEQP-GLES3.functional.fragment",
444         "_out.array.fixed.r8_highp_float");
445 
446 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039329,
447         "dEQP-GLES3.functional.fragment",
448         "_out.array.fixed.r8_highp_vec2");
449 
450 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039330,
451         "dEQP-GLES3.functional.fragment",
452         "_out.array.fixed.r8_highp_vec3");
453 
454 static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039331,
455         "dEQP-GLES3.functional.fragment",
456         "_out.array.fixed.r8_highp_vec4");
457