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 "../ActsDeqpgles30039TestSuite.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(ActsDeqpgles30039TestSuite, TestCase_038720,
27f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
28f6603c60Sopenharmony_ci        "ut.basic.float.rgba32f_lowp_float");
29f6603c60Sopenharmony_ci
30f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038721,
31f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
32f6603c60Sopenharmony_ci        "ut.basic.float.rgba32f_lowp_vec2");
33f6603c60Sopenharmony_ci
34f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038722,
35f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
36f6603c60Sopenharmony_ci        "ut.basic.float.rgba32f_lowp_vec3");
37f6603c60Sopenharmony_ci
38f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038723,
39f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
40f6603c60Sopenharmony_ci        "ut.basic.float.rgba32f_lowp_vec4");
41f6603c60Sopenharmony_ci
42f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038724,
43f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out",
44f6603c60Sopenharmony_ci        ".basic.float.rgba32f_mediump_float");
45f6603c60Sopenharmony_ci
46f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038725,
47f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
48f6603c60Sopenharmony_ci        "t.basic.float.rgba32f_mediump_vec2");
49f6603c60Sopenharmony_ci
50f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038726,
51f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
52f6603c60Sopenharmony_ci        "t.basic.float.rgba32f_mediump_vec3");
53f6603c60Sopenharmony_ci
54f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038727,
55f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
56f6603c60Sopenharmony_ci        "t.basic.float.rgba32f_mediump_vec4");
57f6603c60Sopenharmony_ci
58f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038728,
59f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
60f6603c60Sopenharmony_ci        "t.basic.float.rgba32f_highp_float");
61f6603c60Sopenharmony_ci
62f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038729,
63f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
64f6603c60Sopenharmony_ci        "ut.basic.float.rgba32f_highp_vec2");
65f6603c60Sopenharmony_ci
66f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038730,
67f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
68f6603c60Sopenharmony_ci        "ut.basic.float.rgba32f_highp_vec3");
69f6603c60Sopenharmony_ci
70f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038731,
71f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
72f6603c60Sopenharmony_ci        "ut.basic.float.rgba32f_highp_vec4");
73f6603c60Sopenharmony_ci
74f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038732,
75f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
76f6603c60Sopenharmony_ci        "ut.basic.float.rgba16f_lowp_float");
77f6603c60Sopenharmony_ci
78f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038733,
79f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
80f6603c60Sopenharmony_ci        "ut.basic.float.rgba16f_lowp_vec2");
81f6603c60Sopenharmony_ci
82f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038734,
83f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
84f6603c60Sopenharmony_ci        "ut.basic.float.rgba16f_lowp_vec3");
85f6603c60Sopenharmony_ci
86f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038735,
87f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
88f6603c60Sopenharmony_ci        "ut.basic.float.rgba16f_lowp_vec4");
89f6603c60Sopenharmony_ci
90f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038736,
91f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out",
92f6603c60Sopenharmony_ci        ".basic.float.rgba16f_mediump_float");
93f6603c60Sopenharmony_ci
94f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038737,
95f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
96f6603c60Sopenharmony_ci        "t.basic.float.rgba16f_mediump_vec2");
97f6603c60Sopenharmony_ci
98f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038738,
99f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
100f6603c60Sopenharmony_ci        "t.basic.float.rgba16f_mediump_vec3");
101f6603c60Sopenharmony_ci
102f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038739,
103f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
104f6603c60Sopenharmony_ci        "t.basic.float.rgba16f_mediump_vec4");
105f6603c60Sopenharmony_ci
106f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038740,
107f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
108f6603c60Sopenharmony_ci        "t.basic.float.rgba16f_highp_float");
109f6603c60Sopenharmony_ci
110f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038741,
111f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
112f6603c60Sopenharmony_ci        "ut.basic.float.rgba16f_highp_vec2");
113f6603c60Sopenharmony_ci
114f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038742,
115f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
116f6603c60Sopenharmony_ci        "ut.basic.float.rgba16f_highp_vec3");
117f6603c60Sopenharmony_ci
118f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038743,
119f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
120f6603c60Sopenharmony_ci        "ut.basic.float.rgba16f_highp_vec4");
121f6603c60Sopenharmony_ci
122f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038744,
123f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out.b",
124f6603c60Sopenharmony_ci        "asic.float.r11f_g11f_b10f_lowp_float");
125f6603c60Sopenharmony_ci
126f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038745,
127f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out.",
128f6603c60Sopenharmony_ci        "basic.float.r11f_g11f_b10f_lowp_vec2");
129f6603c60Sopenharmony_ci
130f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038746,
131f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out.",
132f6603c60Sopenharmony_ci        "basic.float.r11f_g11f_b10f_lowp_vec3");
133f6603c60Sopenharmony_ci
134f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038747,
135f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out.",
136f6603c60Sopenharmony_ci        "basic.float.r11f_g11f_b10f_lowp_vec4");
137f6603c60Sopenharmony_ci
138f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038748,
139f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out.ba",
140f6603c60Sopenharmony_ci        "sic.float.r11f_g11f_b10f_mediump_float");
141f6603c60Sopenharmony_ci
142f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038749,
143f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out.ba",
144f6603c60Sopenharmony_ci        "sic.float.r11f_g11f_b10f_mediump_vec2");
145f6603c60Sopenharmony_ci
146f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038750,
147f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out.ba",
148f6603c60Sopenharmony_ci        "sic.float.r11f_g11f_b10f_mediump_vec3");
149f6603c60Sopenharmony_ci
150f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038751,
151f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out.ba",
152f6603c60Sopenharmony_ci        "sic.float.r11f_g11f_b10f_mediump_vec4");
153f6603c60Sopenharmony_ci
154f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038752,
155f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out.b",
156f6603c60Sopenharmony_ci        "asic.float.r11f_g11f_b10f_highp_float");
157f6603c60Sopenharmony_ci
158f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038753,
159f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out.b",
160f6603c60Sopenharmony_ci        "asic.float.r11f_g11f_b10f_highp_vec2");
161f6603c60Sopenharmony_ci
162f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038754,
163f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out.b",
164f6603c60Sopenharmony_ci        "asic.float.r11f_g11f_b10f_highp_vec3");
165f6603c60Sopenharmony_ci
166f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038755,
167f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_out.b",
168f6603c60Sopenharmony_ci        "asic.float.r11f_g11f_b10f_highp_vec4");
169f6603c60Sopenharmony_ci
170f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038756,
171f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
172f6603c60Sopenharmony_ci        "out.basic.float.rg32f_lowp_float");
173f6603c60Sopenharmony_ci
174f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038757,
175f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
176f6603c60Sopenharmony_ci        "out.basic.float.rg32f_lowp_vec2");
177f6603c60Sopenharmony_ci
178f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038758,
179f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
180f6603c60Sopenharmony_ci        "out.basic.float.rg32f_lowp_vec3");
181f6603c60Sopenharmony_ci
182f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038759,
183f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
184f6603c60Sopenharmony_ci        "out.basic.float.rg32f_lowp_vec4");
185f6603c60Sopenharmony_ci
186f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038760,
187f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
188f6603c60Sopenharmony_ci        "t.basic.float.rg32f_mediump_float");
189f6603c60Sopenharmony_ci
190f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038761,
191f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
192f6603c60Sopenharmony_ci        "ut.basic.float.rg32f_mediump_vec2");
193f6603c60Sopenharmony_ci
194f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038762,
195f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
196f6603c60Sopenharmony_ci        "ut.basic.float.rg32f_mediump_vec3");
197f6603c60Sopenharmony_ci
198f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038763,
199f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
200f6603c60Sopenharmony_ci        "ut.basic.float.rg32f_mediump_vec4");
201f6603c60Sopenharmony_ci
202f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038764,
203f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
204f6603c60Sopenharmony_ci        "ut.basic.float.rg32f_highp_float");
205f6603c60Sopenharmony_ci
206f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038765,
207f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
208f6603c60Sopenharmony_ci        "out.basic.float.rg32f_highp_vec2");
209f6603c60Sopenharmony_ci
210f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038766,
211f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
212f6603c60Sopenharmony_ci        "out.basic.float.rg32f_highp_vec3");
213f6603c60Sopenharmony_ci
214f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038767,
215f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
216f6603c60Sopenharmony_ci        "out.basic.float.rg32f_highp_vec4");
217f6603c60Sopenharmony_ci
218f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038768,
219f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
220f6603c60Sopenharmony_ci        "out.basic.float.rg16f_lowp_float");
221f6603c60Sopenharmony_ci
222f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038769,
223f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
224f6603c60Sopenharmony_ci        "out.basic.float.rg16f_lowp_vec2");
225f6603c60Sopenharmony_ci
226f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038770,
227f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
228f6603c60Sopenharmony_ci        "out.basic.float.rg16f_lowp_vec3");
229f6603c60Sopenharmony_ci
230f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038771,
231f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
232f6603c60Sopenharmony_ci        "out.basic.float.rg16f_lowp_vec4");
233f6603c60Sopenharmony_ci
234f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038772,
235f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_ou",
236f6603c60Sopenharmony_ci        "t.basic.float.rg16f_mediump_float");
237f6603c60Sopenharmony_ci
238f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038773,
239f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
240f6603c60Sopenharmony_ci        "ut.basic.float.rg16f_mediump_vec2");
241f6603c60Sopenharmony_ci
242f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038774,
243f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
244f6603c60Sopenharmony_ci        "ut.basic.float.rg16f_mediump_vec3");
245f6603c60Sopenharmony_ci
246f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038775,
247f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
248f6603c60Sopenharmony_ci        "ut.basic.float.rg16f_mediump_vec4");
249f6603c60Sopenharmony_ci
250f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038776,
251f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
252f6603c60Sopenharmony_ci        "ut.basic.float.rg16f_highp_float");
253f6603c60Sopenharmony_ci
254f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038777,
255f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
256f6603c60Sopenharmony_ci        "out.basic.float.rg16f_highp_vec2");
257f6603c60Sopenharmony_ci
258f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038778,
259f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
260f6603c60Sopenharmony_ci        "out.basic.float.rg16f_highp_vec3");
261f6603c60Sopenharmony_ci
262f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038779,
263f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
264f6603c60Sopenharmony_ci        "out.basic.float.rg16f_highp_vec4");
265f6603c60Sopenharmony_ci
266f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038780,
267f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
268f6603c60Sopenharmony_ci        "out.basic.float.r32f_lowp_float");
269f6603c60Sopenharmony_ci
270f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038781,
271f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment",
272f6603c60Sopenharmony_ci        "_out.basic.float.r32f_lowp_vec2");
273f6603c60Sopenharmony_ci
274f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038782,
275f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment",
276f6603c60Sopenharmony_ci        "_out.basic.float.r32f_lowp_vec3");
277f6603c60Sopenharmony_ci
278f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038783,
279f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment",
280f6603c60Sopenharmony_ci        "_out.basic.float.r32f_lowp_vec4");
281f6603c60Sopenharmony_ci
282f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038784,
283f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
284f6603c60Sopenharmony_ci        "ut.basic.float.r32f_mediump_float");
285f6603c60Sopenharmony_ci
286f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038785,
287f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
288f6603c60Sopenharmony_ci        "ut.basic.float.r32f_mediump_vec2");
289f6603c60Sopenharmony_ci
290f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038786,
291f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
292f6603c60Sopenharmony_ci        "ut.basic.float.r32f_mediump_vec3");
293f6603c60Sopenharmony_ci
294f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038787,
295f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
296f6603c60Sopenharmony_ci        "ut.basic.float.r32f_mediump_vec4");
297f6603c60Sopenharmony_ci
298f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038788,
299f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
300f6603c60Sopenharmony_ci        "out.basic.float.r32f_highp_float");
301f6603c60Sopenharmony_ci
302f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038789,
303f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
304f6603c60Sopenharmony_ci        "out.basic.float.r32f_highp_vec2");
305f6603c60Sopenharmony_ci
306f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038790,
307f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
308f6603c60Sopenharmony_ci        "out.basic.float.r32f_highp_vec3");
309f6603c60Sopenharmony_ci
310f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038791,
311f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
312f6603c60Sopenharmony_ci        "out.basic.float.r32f_highp_vec4");
313f6603c60Sopenharmony_ci
314f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038792,
315f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
316f6603c60Sopenharmony_ci        "out.basic.float.r16f_lowp_float");
317f6603c60Sopenharmony_ci
318f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038793,
319f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment",
320f6603c60Sopenharmony_ci        "_out.basic.float.r16f_lowp_vec2");
321f6603c60Sopenharmony_ci
322f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038794,
323f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment",
324f6603c60Sopenharmony_ci        "_out.basic.float.r16f_lowp_vec3");
325f6603c60Sopenharmony_ci
326f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038795,
327f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment",
328f6603c60Sopenharmony_ci        "_out.basic.float.r16f_lowp_vec4");
329f6603c60Sopenharmony_ci
330f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038796,
331f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
332f6603c60Sopenharmony_ci        "ut.basic.float.r16f_mediump_float");
333f6603c60Sopenharmony_ci
334f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038797,
335f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
336f6603c60Sopenharmony_ci        "ut.basic.float.r16f_mediump_vec2");
337f6603c60Sopenharmony_ci
338f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038798,
339f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
340f6603c60Sopenharmony_ci        "ut.basic.float.r16f_mediump_vec3");
341f6603c60Sopenharmony_ci
342f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038799,
343f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_o",
344f6603c60Sopenharmony_ci        "ut.basic.float.r16f_mediump_vec4");
345f6603c60Sopenharmony_ci
346f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038800,
347f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
348f6603c60Sopenharmony_ci        "out.basic.float.r16f_highp_float");
349f6603c60Sopenharmony_ci
350f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038801,
351f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
352f6603c60Sopenharmony_ci        "out.basic.float.r16f_highp_vec2");
353f6603c60Sopenharmony_ci
354f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038802,
355f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
356f6603c60Sopenharmony_ci        "out.basic.float.r16f_highp_vec3");
357f6603c60Sopenharmony_ci
358f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038803,
359f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.fragment_",
360f6603c60Sopenharmony_ci        "out.basic.float.r16f_highp_vec4");
361