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_039140,
27f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
28f6603c60Sopenharmony_ci        "ut.array.float.rgba32f_lowp_float");
29f6603c60Sopenharmony_ci
30f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039141,
31f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
32f6603c60Sopenharmony_ci        "ut.array.float.rgba32f_lowp_vec2");
33f6603c60Sopenharmony_ci
34f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039142,
35f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
36f6603c60Sopenharmony_ci        "ut.array.float.rgba32f_lowp_vec3");
37f6603c60Sopenharmony_ci
38f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039143,
39f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
40f6603c60Sopenharmony_ci        "ut.array.float.rgba32f_lowp_vec4");
41f6603c60Sopenharmony_ci
42f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039144,
43f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out",
44f6603c60Sopenharmony_ci        ".array.float.rgba32f_mediump_float");
45f6603c60Sopenharmony_ci
46f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039145,
47f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
48f6603c60Sopenharmony_ci        "t.array.float.rgba32f_mediump_vec2");
49f6603c60Sopenharmony_ci
50f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039146,
51f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
52f6603c60Sopenharmony_ci        "t.array.float.rgba32f_mediump_vec3");
53f6603c60Sopenharmony_ci
54f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039147,
55f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
56f6603c60Sopenharmony_ci        "t.array.float.rgba32f_mediump_vec4");
57f6603c60Sopenharmony_ci
58f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039148,
59f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
60f6603c60Sopenharmony_ci        "t.array.float.rgba32f_highp_float");
61f6603c60Sopenharmony_ci
62f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039149,
63f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
64f6603c60Sopenharmony_ci        "ut.array.float.rgba32f_highp_vec2");
65f6603c60Sopenharmony_ci
66f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039150,
67f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
68f6603c60Sopenharmony_ci        "ut.array.float.rgba32f_highp_vec3");
69f6603c60Sopenharmony_ci
70f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039151,
71f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
72f6603c60Sopenharmony_ci        "ut.array.float.rgba32f_highp_vec4");
73f6603c60Sopenharmony_ci
74f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039152,
75f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
76f6603c60Sopenharmony_ci        "ut.array.float.rgba16f_lowp_float");
77f6603c60Sopenharmony_ci
78f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039153,
79f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
80f6603c60Sopenharmony_ci        "ut.array.float.rgba16f_lowp_vec2");
81f6603c60Sopenharmony_ci
82f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039154,
83f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
84f6603c60Sopenharmony_ci        "ut.array.float.rgba16f_lowp_vec3");
85f6603c60Sopenharmony_ci
86f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039155,
87f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
88f6603c60Sopenharmony_ci        "ut.array.float.rgba16f_lowp_vec4");
89f6603c60Sopenharmony_ci
90f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039156,
91f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out",
92f6603c60Sopenharmony_ci        ".array.float.rgba16f_mediump_float");
93f6603c60Sopenharmony_ci
94f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039157,
95f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
96f6603c60Sopenharmony_ci        "t.array.float.rgba16f_mediump_vec2");
97f6603c60Sopenharmony_ci
98f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039158,
99f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
100f6603c60Sopenharmony_ci        "t.array.float.rgba16f_mediump_vec3");
101f6603c60Sopenharmony_ci
102f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039159,
103f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
104f6603c60Sopenharmony_ci        "t.array.float.rgba16f_mediump_vec4");
105f6603c60Sopenharmony_ci
106f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039160,
107f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
108f6603c60Sopenharmony_ci        "t.array.float.rgba16f_highp_float");
109f6603c60Sopenharmony_ci
110f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039161,
111f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
112f6603c60Sopenharmony_ci        "ut.array.float.rgba16f_highp_vec2");
113f6603c60Sopenharmony_ci
114f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039162,
115f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
116f6603c60Sopenharmony_ci        "ut.array.float.rgba16f_highp_vec3");
117f6603c60Sopenharmony_ci
118f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039163,
119f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
120f6603c60Sopenharmony_ci        "ut.array.float.rgba16f_highp_vec4");
121f6603c60Sopenharmony_ci
122f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039164,
123f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out.a",
124f6603c60Sopenharmony_ci        "rray.float.r11f_g11f_b10f_lowp_float");
125f6603c60Sopenharmony_ci
126f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039165,
127f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out.",
128f6603c60Sopenharmony_ci        "array.float.r11f_g11f_b10f_lowp_vec2");
129f6603c60Sopenharmony_ci
130f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039166,
131f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out.",
132f6603c60Sopenharmony_ci        "array.float.r11f_g11f_b10f_lowp_vec3");
133f6603c60Sopenharmony_ci
134f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039167,
135f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out.",
136f6603c60Sopenharmony_ci        "array.float.r11f_g11f_b10f_lowp_vec4");
137f6603c60Sopenharmony_ci
138f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039168,
139f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out.ar",
140f6603c60Sopenharmony_ci        "ray.float.r11f_g11f_b10f_mediump_float");
141f6603c60Sopenharmony_ci
142f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039169,
143f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out.ar",
144f6603c60Sopenharmony_ci        "ray.float.r11f_g11f_b10f_mediump_vec2");
145f6603c60Sopenharmony_ci
146f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039170,
147f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out.ar",
148f6603c60Sopenharmony_ci        "ray.float.r11f_g11f_b10f_mediump_vec3");
149f6603c60Sopenharmony_ci
150f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039171,
151f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out.ar",
152f6603c60Sopenharmony_ci        "ray.float.r11f_g11f_b10f_mediump_vec4");
153f6603c60Sopenharmony_ci
154f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039172,
155f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out.a",
156f6603c60Sopenharmony_ci        "rray.float.r11f_g11f_b10f_highp_float");
157f6603c60Sopenharmony_ci
158f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039173,
159f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out.a",
160f6603c60Sopenharmony_ci        "rray.float.r11f_g11f_b10f_highp_vec2");
161f6603c60Sopenharmony_ci
162f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039174,
163f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out.a",
164f6603c60Sopenharmony_ci        "rray.float.r11f_g11f_b10f_highp_vec3");
165f6603c60Sopenharmony_ci
166f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039175,
167f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out.a",
168f6603c60Sopenharmony_ci        "rray.float.r11f_g11f_b10f_highp_vec4");
169f6603c60Sopenharmony_ci
170f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039176,
171f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
172f6603c60Sopenharmony_ci        "out.array.float.rg32f_lowp_float");
173f6603c60Sopenharmony_ci
174f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039177,
175f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
176f6603c60Sopenharmony_ci        "out.array.float.rg32f_lowp_vec2");
177f6603c60Sopenharmony_ci
178f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039178,
179f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
180f6603c60Sopenharmony_ci        "out.array.float.rg32f_lowp_vec3");
181f6603c60Sopenharmony_ci
182f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039179,
183f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
184f6603c60Sopenharmony_ci        "out.array.float.rg32f_lowp_vec4");
185f6603c60Sopenharmony_ci
186f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039180,
187f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
188f6603c60Sopenharmony_ci        "t.array.float.rg32f_mediump_float");
189f6603c60Sopenharmony_ci
190f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039181,
191f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
192f6603c60Sopenharmony_ci        "ut.array.float.rg32f_mediump_vec2");
193f6603c60Sopenharmony_ci
194f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039182,
195f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
196f6603c60Sopenharmony_ci        "ut.array.float.rg32f_mediump_vec3");
197f6603c60Sopenharmony_ci
198f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039183,
199f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
200f6603c60Sopenharmony_ci        "ut.array.float.rg32f_mediump_vec4");
201f6603c60Sopenharmony_ci
202f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039184,
203f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
204f6603c60Sopenharmony_ci        "ut.array.float.rg32f_highp_float");
205f6603c60Sopenharmony_ci
206f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039185,
207f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
208f6603c60Sopenharmony_ci        "out.array.float.rg32f_highp_vec2");
209f6603c60Sopenharmony_ci
210f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039186,
211f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
212f6603c60Sopenharmony_ci        "out.array.float.rg32f_highp_vec3");
213f6603c60Sopenharmony_ci
214f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039187,
215f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
216f6603c60Sopenharmony_ci        "out.array.float.rg32f_highp_vec4");
217f6603c60Sopenharmony_ci
218f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039188,
219f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
220f6603c60Sopenharmony_ci        "out.array.float.rg16f_lowp_float");
221f6603c60Sopenharmony_ci
222f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039189,
223f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
224f6603c60Sopenharmony_ci        "out.array.float.rg16f_lowp_vec2");
225f6603c60Sopenharmony_ci
226f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039190,
227f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
228f6603c60Sopenharmony_ci        "out.array.float.rg16f_lowp_vec3");
229f6603c60Sopenharmony_ci
230f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039191,
231f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
232f6603c60Sopenharmony_ci        "out.array.float.rg16f_lowp_vec4");
233f6603c60Sopenharmony_ci
234f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039192,
235f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
236f6603c60Sopenharmony_ci        "t.array.float.rg16f_mediump_float");
237f6603c60Sopenharmony_ci
238f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039193,
239f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
240f6603c60Sopenharmony_ci        "ut.array.float.rg16f_mediump_vec2");
241f6603c60Sopenharmony_ci
242f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039194,
243f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
244f6603c60Sopenharmony_ci        "ut.array.float.rg16f_mediump_vec3");
245f6603c60Sopenharmony_ci
246f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039195,
247f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
248f6603c60Sopenharmony_ci        "ut.array.float.rg16f_mediump_vec4");
249f6603c60Sopenharmony_ci
250f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039196,
251f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
252f6603c60Sopenharmony_ci        "ut.array.float.rg16f_highp_float");
253f6603c60Sopenharmony_ci
254f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039197,
255f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
256f6603c60Sopenharmony_ci        "out.array.float.rg16f_highp_vec2");
257f6603c60Sopenharmony_ci
258f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039198,
259f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
260f6603c60Sopenharmony_ci        "out.array.float.rg16f_highp_vec3");
261f6603c60Sopenharmony_ci
262f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039199,
263f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
264f6603c60Sopenharmony_ci        "out.array.float.rg16f_highp_vec4");
265f6603c60Sopenharmony_ci
266f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039200,
267f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
268f6603c60Sopenharmony_ci        "out.array.float.r32f_lowp_float");
269f6603c60Sopenharmony_ci
270f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039201,
271f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment",
272f6603c60Sopenharmony_ci        "_out.array.float.r32f_lowp_vec2");
273f6603c60Sopenharmony_ci
274f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039202,
275f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment",
276f6603c60Sopenharmony_ci        "_out.array.float.r32f_lowp_vec3");
277f6603c60Sopenharmony_ci
278f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039203,
279f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment",
280f6603c60Sopenharmony_ci        "_out.array.float.r32f_lowp_vec4");
281f6603c60Sopenharmony_ci
282f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039204,
283f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
284f6603c60Sopenharmony_ci        "ut.array.float.r32f_mediump_float");
285f6603c60Sopenharmony_ci
286f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039205,
287f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
288f6603c60Sopenharmony_ci        "ut.array.float.r32f_mediump_vec2");
289f6603c60Sopenharmony_ci
290f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039206,
291f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
292f6603c60Sopenharmony_ci        "ut.array.float.r32f_mediump_vec3");
293f6603c60Sopenharmony_ci
294f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039207,
295f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
296f6603c60Sopenharmony_ci        "ut.array.float.r32f_mediump_vec4");
297f6603c60Sopenharmony_ci
298f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039208,
299f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
300f6603c60Sopenharmony_ci        "out.array.float.r32f_highp_float");
301f6603c60Sopenharmony_ci
302f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039209,
303f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
304f6603c60Sopenharmony_ci        "out.array.float.r32f_highp_vec2");
305f6603c60Sopenharmony_ci
306f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039210,
307f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
308f6603c60Sopenharmony_ci        "out.array.float.r32f_highp_vec3");
309f6603c60Sopenharmony_ci
310f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039211,
311f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
312f6603c60Sopenharmony_ci        "out.array.float.r32f_highp_vec4");
313f6603c60Sopenharmony_ci
314f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039212,
315f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
316f6603c60Sopenharmony_ci        "out.array.float.r16f_lowp_float");
317f6603c60Sopenharmony_ci
318f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039213,
319f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment",
320f6603c60Sopenharmony_ci        "_out.array.float.r16f_lowp_vec2");
321f6603c60Sopenharmony_ci
322f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039214,
323f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment",
324f6603c60Sopenharmony_ci        "_out.array.float.r16f_lowp_vec3");
325f6603c60Sopenharmony_ci
326f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039215,
327f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment",
328f6603c60Sopenharmony_ci        "_out.array.float.r16f_lowp_vec4");
329f6603c60Sopenharmony_ci
330f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039216,
331f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
332f6603c60Sopenharmony_ci        "ut.array.float.r16f_mediump_float");
333f6603c60Sopenharmony_ci
334f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039217,
335f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
336f6603c60Sopenharmony_ci        "ut.array.float.r16f_mediump_vec2");
337f6603c60Sopenharmony_ci
338f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039218,
339f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
340f6603c60Sopenharmony_ci        "ut.array.float.r16f_mediump_vec3");
341f6603c60Sopenharmony_ci
342f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039219,
343f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
344f6603c60Sopenharmony_ci        "ut.array.float.r16f_mediump_vec4");
345f6603c60Sopenharmony_ci
346f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039220,
347f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
348f6603c60Sopenharmony_ci        "out.array.float.r16f_highp_float");
349f6603c60Sopenharmony_ci
350f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039221,
351f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
352f6603c60Sopenharmony_ci        "out.array.float.r16f_highp_vec2");
353f6603c60Sopenharmony_ci
354f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039222,
355f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
356f6603c60Sopenharmony_ci        "out.array.float.r16f_highp_vec3");
357f6603c60Sopenharmony_ci
358f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039223,
359f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
360f6603c60Sopenharmony_ci        "out.array.float.r16f_highp_vec4");
361