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