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 "../Deqpgles31BaseFunc.h"
19f6603c60Sopenharmony_ci#include "../ActsDeqpgles310017TestSuite.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(ActsDeqpgles310017TestSuite, TestCase_016846,
27f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
28f6603c60Sopenharmony_ci        "m.by_pointer.render.basic.float_vertex");
29f6603c60Sopenharmony_ci
30f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016847,
31f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform",
32f6603c60Sopenharmony_ci        ".by_pointer.render.basic.float_fragment");
33f6603c60Sopenharmony_ci
34f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016848,
35f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifo",
36f6603c60Sopenharmony_ci        "rm.by_pointer.render.basic.float_both");
37f6603c60Sopenharmony_ci
38f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016849,
39f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
40f6603c60Sopenharmony_ci        "m.by_pointer.render.basic.vec2_vertex");
41f6603c60Sopenharmony_ci
42f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016850,
43f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform",
44f6603c60Sopenharmony_ci        ".by_pointer.render.basic.vec2_fragment");
45f6603c60Sopenharmony_ci
46f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016851,
47f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifo",
48f6603c60Sopenharmony_ci        "rm.by_pointer.render.basic.vec2_both");
49f6603c60Sopenharmony_ci
50f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016852,
51f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
52f6603c60Sopenharmony_ci        "m.by_pointer.render.basic.vec3_vertex");
53f6603c60Sopenharmony_ci
54f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016853,
55f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform",
56f6603c60Sopenharmony_ci        ".by_pointer.render.basic.vec3_fragment");
57f6603c60Sopenharmony_ci
58f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016854,
59f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifo",
60f6603c60Sopenharmony_ci        "rm.by_pointer.render.basic.vec3_both");
61f6603c60Sopenharmony_ci
62f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016855,
63f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
64f6603c60Sopenharmony_ci        "m.by_pointer.render.basic.vec4_vertex");
65f6603c60Sopenharmony_ci
66f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016856,
67f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform",
68f6603c60Sopenharmony_ci        ".by_pointer.render.basic.vec4_fragment");
69f6603c60Sopenharmony_ci
70f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016857,
71f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifo",
72f6603c60Sopenharmony_ci        "rm.by_pointer.render.basic.vec4_both");
73f6603c60Sopenharmony_ci
74f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016858,
75f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
76f6603c60Sopenharmony_ci        "m.by_pointer.render.basic.mat2_vertex");
77f6603c60Sopenharmony_ci
78f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016859,
79f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform",
80f6603c60Sopenharmony_ci        ".by_pointer.render.basic.mat2_fragment");
81f6603c60Sopenharmony_ci
82f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016860,
83f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifo",
84f6603c60Sopenharmony_ci        "rm.by_pointer.render.basic.mat2_both");
85f6603c60Sopenharmony_ci
86f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016861,
87f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.by_",
88f6603c60Sopenharmony_ci        "pointer.render.basic.mat2_row_major_vertex");
89f6603c60Sopenharmony_ci
90f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016862,
91f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.by_p",
92f6603c60Sopenharmony_ci        "ointer.render.basic.mat2_row_major_fragment");
93f6603c60Sopenharmony_ci
94f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016863,
95f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.by",
96f6603c60Sopenharmony_ci        "_pointer.render.basic.mat2_row_major_both");
97f6603c60Sopenharmony_ci
98f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016864,
99f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform",
100f6603c60Sopenharmony_ci        ".by_pointer.render.basic.mat2x3_vertex");
101f6603c60Sopenharmony_ci
102f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016865,
103f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.",
104f6603c60Sopenharmony_ci        "by_pointer.render.basic.mat2x3_fragment");
105f6603c60Sopenharmony_ci
106f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016866,
107f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
108f6603c60Sopenharmony_ci        "m.by_pointer.render.basic.mat2x3_both");
109f6603c60Sopenharmony_ci
110f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016867,
111f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.by_p",
112f6603c60Sopenharmony_ci        "ointer.render.basic.mat2x3_row_major_vertex");
113f6603c60Sopenharmony_ci
114f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016868,
115f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.by_po",
116f6603c60Sopenharmony_ci        "inter.render.basic.mat2x3_row_major_fragment");
117f6603c60Sopenharmony_ci
118f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016869,
119f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.by_",
120f6603c60Sopenharmony_ci        "pointer.render.basic.mat2x3_row_major_both");
121f6603c60Sopenharmony_ci
122f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016870,
123f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform",
124f6603c60Sopenharmony_ci        ".by_pointer.render.basic.mat2x4_vertex");
125f6603c60Sopenharmony_ci
126f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016871,
127f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.",
128f6603c60Sopenharmony_ci        "by_pointer.render.basic.mat2x4_fragment");
129f6603c60Sopenharmony_ci
130f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016872,
131f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
132f6603c60Sopenharmony_ci        "m.by_pointer.render.basic.mat2x4_both");
133f6603c60Sopenharmony_ci
134f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016873,
135f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.by_p",
136f6603c60Sopenharmony_ci        "ointer.render.basic.mat2x4_row_major_vertex");
137f6603c60Sopenharmony_ci
138f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016874,
139f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.by_po",
140f6603c60Sopenharmony_ci        "inter.render.basic.mat2x4_row_major_fragment");
141f6603c60Sopenharmony_ci
142f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016875,
143f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.by_",
144f6603c60Sopenharmony_ci        "pointer.render.basic.mat2x4_row_major_both");
145f6603c60Sopenharmony_ci
146f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016876,
147f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform",
148f6603c60Sopenharmony_ci        ".by_pointer.render.basic.mat3x2_vertex");
149f6603c60Sopenharmony_ci
150f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016877,
151f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.",
152f6603c60Sopenharmony_ci        "by_pointer.render.basic.mat3x2_fragment");
153f6603c60Sopenharmony_ci
154f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016878,
155f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
156f6603c60Sopenharmony_ci        "m.by_pointer.render.basic.mat3x2_both");
157f6603c60Sopenharmony_ci
158f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016879,
159f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.by_p",
160f6603c60Sopenharmony_ci        "ointer.render.basic.mat3x2_row_major_vertex");
161f6603c60Sopenharmony_ci
162f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016880,
163f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.by_po",
164f6603c60Sopenharmony_ci        "inter.render.basic.mat3x2_row_major_fragment");
165f6603c60Sopenharmony_ci
166f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016881,
167f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.by_",
168f6603c60Sopenharmony_ci        "pointer.render.basic.mat3x2_row_major_both");
169f6603c60Sopenharmony_ci
170f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016882,
171f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
172f6603c60Sopenharmony_ci        "m.by_pointer.render.basic.mat3_vertex");
173f6603c60Sopenharmony_ci
174f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016883,
175f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform",
176f6603c60Sopenharmony_ci        ".by_pointer.render.basic.mat3_fragment");
177f6603c60Sopenharmony_ci
178f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016884,
179f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifo",
180f6603c60Sopenharmony_ci        "rm.by_pointer.render.basic.mat3_both");
181f6603c60Sopenharmony_ci
182f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016885,
183f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.by_",
184f6603c60Sopenharmony_ci        "pointer.render.basic.mat3_row_major_vertex");
185f6603c60Sopenharmony_ci
186f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016886,
187f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.by_p",
188f6603c60Sopenharmony_ci        "ointer.render.basic.mat3_row_major_fragment");
189f6603c60Sopenharmony_ci
190f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016887,
191f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.by",
192f6603c60Sopenharmony_ci        "_pointer.render.basic.mat3_row_major_both");
193f6603c60Sopenharmony_ci
194f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016888,
195f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform",
196f6603c60Sopenharmony_ci        ".by_pointer.render.basic.mat3x4_vertex");
197f6603c60Sopenharmony_ci
198f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016889,
199f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.",
200f6603c60Sopenharmony_ci        "by_pointer.render.basic.mat3x4_fragment");
201f6603c60Sopenharmony_ci
202f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016890,
203f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
204f6603c60Sopenharmony_ci        "m.by_pointer.render.basic.mat3x4_both");
205f6603c60Sopenharmony_ci
206f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016891,
207f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.by_p",
208f6603c60Sopenharmony_ci        "ointer.render.basic.mat3x4_row_major_vertex");
209f6603c60Sopenharmony_ci
210f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016892,
211f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.by_po",
212f6603c60Sopenharmony_ci        "inter.render.basic.mat3x4_row_major_fragment");
213f6603c60Sopenharmony_ci
214f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016893,
215f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.by_",
216f6603c60Sopenharmony_ci        "pointer.render.basic.mat3x4_row_major_both");
217f6603c60Sopenharmony_ci
218f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016894,
219f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform",
220f6603c60Sopenharmony_ci        ".by_pointer.render.basic.mat4x2_vertex");
221f6603c60Sopenharmony_ci
222f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016895,
223f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.",
224f6603c60Sopenharmony_ci        "by_pointer.render.basic.mat4x2_fragment");
225f6603c60Sopenharmony_ci
226f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016896,
227f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
228f6603c60Sopenharmony_ci        "m.by_pointer.render.basic.mat4x2_both");
229f6603c60Sopenharmony_ci
230f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016897,
231f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.by_p",
232f6603c60Sopenharmony_ci        "ointer.render.basic.mat4x2_row_major_vertex");
233f6603c60Sopenharmony_ci
234f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016898,
235f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.by_po",
236f6603c60Sopenharmony_ci        "inter.render.basic.mat4x2_row_major_fragment");
237f6603c60Sopenharmony_ci
238f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016899,
239f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.by_",
240f6603c60Sopenharmony_ci        "pointer.render.basic.mat4x2_row_major_both");
241f6603c60Sopenharmony_ci
242f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016900,
243f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform",
244f6603c60Sopenharmony_ci        ".by_pointer.render.basic.mat4x3_vertex");
245f6603c60Sopenharmony_ci
246f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016901,
247f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.",
248f6603c60Sopenharmony_ci        "by_pointer.render.basic.mat4x3_fragment");
249f6603c60Sopenharmony_ci
250f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016902,
251f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
252f6603c60Sopenharmony_ci        "m.by_pointer.render.basic.mat4x3_both");
253f6603c60Sopenharmony_ci
254f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016903,
255f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.by_p",
256f6603c60Sopenharmony_ci        "ointer.render.basic.mat4x3_row_major_vertex");
257f6603c60Sopenharmony_ci
258f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016904,
259f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.by_po",
260f6603c60Sopenharmony_ci        "inter.render.basic.mat4x3_row_major_fragment");
261f6603c60Sopenharmony_ci
262f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016905,
263f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.by_",
264f6603c60Sopenharmony_ci        "pointer.render.basic.mat4x3_row_major_both");
265f6603c60Sopenharmony_ci
266f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016906,
267f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
268f6603c60Sopenharmony_ci        "m.by_pointer.render.basic.mat4_vertex");
269f6603c60Sopenharmony_ci
270f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016907,
271f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform",
272f6603c60Sopenharmony_ci        ".by_pointer.render.basic.mat4_fragment");
273f6603c60Sopenharmony_ci
274f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016908,
275f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifo",
276f6603c60Sopenharmony_ci        "rm.by_pointer.render.basic.mat4_both");
277f6603c60Sopenharmony_ci
278f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016909,
279f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.by_",
280f6603c60Sopenharmony_ci        "pointer.render.basic.mat4_row_major_vertex");
281f6603c60Sopenharmony_ci
282f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016910,
283f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.by_p",
284f6603c60Sopenharmony_ci        "ointer.render.basic.mat4_row_major_fragment");
285f6603c60Sopenharmony_ci
286f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016911,
287f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.by",
288f6603c60Sopenharmony_ci        "_pointer.render.basic.mat4_row_major_both");
289f6603c60Sopenharmony_ci
290f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016912,
291f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifo",
292f6603c60Sopenharmony_ci        "rm.by_pointer.render.basic.int_vertex");
293f6603c60Sopenharmony_ci
294f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016913,
295f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
296f6603c60Sopenharmony_ci        "m.by_pointer.render.basic.int_fragment");
297f6603c60Sopenharmony_ci
298f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016914,
299f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unif",
300f6603c60Sopenharmony_ci        "orm.by_pointer.render.basic.int_both");
301f6603c60Sopenharmony_ci
302f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016915,
303f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
304f6603c60Sopenharmony_ci        "m.by_pointer.render.basic.ivec2_vertex");
305f6603c60Sopenharmony_ci
306f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016916,
307f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform",
308f6603c60Sopenharmony_ci        ".by_pointer.render.basic.ivec2_fragment");
309f6603c60Sopenharmony_ci
310f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016917,
311f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifo",
312f6603c60Sopenharmony_ci        "rm.by_pointer.render.basic.ivec2_both");
313f6603c60Sopenharmony_ci
314f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016918,
315f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
316f6603c60Sopenharmony_ci        "m.by_pointer.render.basic.ivec3_vertex");
317f6603c60Sopenharmony_ci
318f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016919,
319f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform",
320f6603c60Sopenharmony_ci        ".by_pointer.render.basic.ivec3_fragment");
321f6603c60Sopenharmony_ci
322f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016920,
323f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifo",
324f6603c60Sopenharmony_ci        "rm.by_pointer.render.basic.ivec3_both");
325f6603c60Sopenharmony_ci
326f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016921,
327f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
328f6603c60Sopenharmony_ci        "m.by_pointer.render.basic.ivec4_vertex");
329f6603c60Sopenharmony_ci
330f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016922,
331f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform",
332f6603c60Sopenharmony_ci        ".by_pointer.render.basic.ivec4_fragment");
333f6603c60Sopenharmony_ci
334f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016923,
335f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifo",
336f6603c60Sopenharmony_ci        "rm.by_pointer.render.basic.ivec4_both");
337f6603c60Sopenharmony_ci
338f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016924,
339f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
340f6603c60Sopenharmony_ci        "m.by_pointer.render.basic.uint_vertex");
341f6603c60Sopenharmony_ci
342f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016925,
343f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform",
344f6603c60Sopenharmony_ci        ".by_pointer.render.basic.uint_fragment");
345f6603c60Sopenharmony_ci
346f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016926,
347f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifo",
348f6603c60Sopenharmony_ci        "rm.by_pointer.render.basic.uint_both");
349f6603c60Sopenharmony_ci
350f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016927,
351f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
352f6603c60Sopenharmony_ci        "m.by_pointer.render.basic.uvec2_vertex");
353f6603c60Sopenharmony_ci
354f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016928,
355f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform",
356f6603c60Sopenharmony_ci        ".by_pointer.render.basic.uvec2_fragment");
357f6603c60Sopenharmony_ci
358f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016929,
359f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifo",
360f6603c60Sopenharmony_ci        "rm.by_pointer.render.basic.uvec2_both");
361f6603c60Sopenharmony_ci
362f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016930,
363f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
364f6603c60Sopenharmony_ci        "m.by_pointer.render.basic.uvec3_vertex");
365f6603c60Sopenharmony_ci
366f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016931,
367f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform",
368f6603c60Sopenharmony_ci        ".by_pointer.render.basic.uvec3_fragment");
369f6603c60Sopenharmony_ci
370f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016932,
371f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifo",
372f6603c60Sopenharmony_ci        "rm.by_pointer.render.basic.uvec3_both");
373f6603c60Sopenharmony_ci
374f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016933,
375f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
376f6603c60Sopenharmony_ci        "m.by_pointer.render.basic.uvec4_vertex");
377f6603c60Sopenharmony_ci
378f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016934,
379f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform",
380f6603c60Sopenharmony_ci        ".by_pointer.render.basic.uvec4_fragment");
381f6603c60Sopenharmony_ci
382f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016935,
383f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifo",
384f6603c60Sopenharmony_ci        "rm.by_pointer.render.basic.uvec4_both");
385f6603c60Sopenharmony_ci
386f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016936,
387f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
388f6603c60Sopenharmony_ci        "m.by_pointer.render.basic.bool_vertex");
389f6603c60Sopenharmony_ci
390f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016937,
391f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform",
392f6603c60Sopenharmony_ci        ".by_pointer.render.basic.bool_fragment");
393f6603c60Sopenharmony_ci
394f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016938,
395f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifo",
396f6603c60Sopenharmony_ci        "rm.by_pointer.render.basic.bool_both");
397f6603c60Sopenharmony_ci
398f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016939,
399f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
400f6603c60Sopenharmony_ci        "m.by_pointer.render.basic.bvec2_vertex");
401f6603c60Sopenharmony_ci
402f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016940,
403f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform",
404f6603c60Sopenharmony_ci        ".by_pointer.render.basic.bvec2_fragment");
405f6603c60Sopenharmony_ci
406f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016941,
407f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifo",
408f6603c60Sopenharmony_ci        "rm.by_pointer.render.basic.bvec2_both");
409f6603c60Sopenharmony_ci
410f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016942,
411f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
412f6603c60Sopenharmony_ci        "m.by_pointer.render.basic.bvec3_vertex");
413f6603c60Sopenharmony_ci
414f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016943,
415f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform",
416f6603c60Sopenharmony_ci        ".by_pointer.render.basic.bvec3_fragment");
417f6603c60Sopenharmony_ci
418f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016944,
419f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifo",
420f6603c60Sopenharmony_ci        "rm.by_pointer.render.basic.bvec3_both");
421f6603c60Sopenharmony_ci
422f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016945,
423f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
424f6603c60Sopenharmony_ci        "m.by_pointer.render.basic.bvec4_vertex");
425f6603c60Sopenharmony_ci
426f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016946,
427f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform",
428f6603c60Sopenharmony_ci        ".by_pointer.render.basic.bvec4_fragment");
429f6603c60Sopenharmony_ci
430f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016947,
431f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifo",
432f6603c60Sopenharmony_ci        "rm.by_pointer.render.basic.bvec4_both");
433f6603c60Sopenharmony_ci
434f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016948,
435f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.",
436f6603c60Sopenharmony_ci        "by_pointer.render.basic.sampler2D_vertex");
437f6603c60Sopenharmony_ci
438f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016949,
439f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.b",
440f6603c60Sopenharmony_ci        "y_pointer.render.basic.sampler2D_fragment");
441f6603c60Sopenharmony_ci
442f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016950,
443f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform",
444f6603c60Sopenharmony_ci        ".by_pointer.render.basic.sampler2D_both");
445f6603c60Sopenharmony_ci
446f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016951,
447f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.b",
448f6603c60Sopenharmony_ci        "y_pointer.render.basic.samplerCube_vertex");
449f6603c60Sopenharmony_ci
450f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016952,
451f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.by",
452f6603c60Sopenharmony_ci        "_pointer.render.basic.samplerCube_fragment");
453f6603c60Sopenharmony_ci
454f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016953,
455f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.",
456f6603c60Sopenharmony_ci        "by_pointer.render.basic.samplerCube_both");
457f6603c60Sopenharmony_ci
458f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017290,
459f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifo",
460f6603c60Sopenharmony_ci        "rm.by_value.render.basic.float_vertex");
461f6603c60Sopenharmony_ci
462f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017291,
463f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
464f6603c60Sopenharmony_ci        "m.by_value.render.basic.float_fragment");
465f6603c60Sopenharmony_ci
466f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017292,
467f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unif",
468f6603c60Sopenharmony_ci        "orm.by_value.render.basic.float_both");
469f6603c60Sopenharmony_ci
470f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017293,
471f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifo",
472f6603c60Sopenharmony_ci        "rm.by_value.render.basic.vec2_vertex");
473f6603c60Sopenharmony_ci
474f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017294,
475f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
476f6603c60Sopenharmony_ci        "m.by_value.render.basic.vec2_fragment");
477f6603c60Sopenharmony_ci
478f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017295,
479f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unif",
480f6603c60Sopenharmony_ci        "orm.by_value.render.basic.vec2_both");
481f6603c60Sopenharmony_ci
482f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017296,
483f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifo",
484f6603c60Sopenharmony_ci        "rm.by_value.render.basic.vec3_vertex");
485f6603c60Sopenharmony_ci
486f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017297,
487f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
488f6603c60Sopenharmony_ci        "m.by_value.render.basic.vec3_fragment");
489f6603c60Sopenharmony_ci
490f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017298,
491f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unif",
492f6603c60Sopenharmony_ci        "orm.by_value.render.basic.vec3_both");
493f6603c60Sopenharmony_ci
494f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017299,
495f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifo",
496f6603c60Sopenharmony_ci        "rm.by_value.render.basic.vec4_vertex");
497f6603c60Sopenharmony_ci
498f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017300,
499f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
500f6603c60Sopenharmony_ci        "m.by_value.render.basic.vec4_fragment");
501f6603c60Sopenharmony_ci
502f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017301,
503f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unif",
504f6603c60Sopenharmony_ci        "orm.by_value.render.basic.vec4_both");
505f6603c60Sopenharmony_ci
506f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017302,
507f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unif",
508f6603c60Sopenharmony_ci        "orm.by_value.render.basic.int_vertex");
509f6603c60Sopenharmony_ci
510f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017303,
511f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifo",
512f6603c60Sopenharmony_ci        "rm.by_value.render.basic.int_fragment");
513f6603c60Sopenharmony_ci
514f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017304,
515f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uni",
516f6603c60Sopenharmony_ci        "form.by_value.render.basic.int_both");
517f6603c60Sopenharmony_ci
518f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017305,
519f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifo",
520f6603c60Sopenharmony_ci        "rm.by_value.render.basic.ivec2_vertex");
521f6603c60Sopenharmony_ci
522f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017306,
523f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
524f6603c60Sopenharmony_ci        "m.by_value.render.basic.ivec2_fragment");
525f6603c60Sopenharmony_ci
526f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017307,
527f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unif",
528f6603c60Sopenharmony_ci        "orm.by_value.render.basic.ivec2_both");
529f6603c60Sopenharmony_ci
530f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017308,
531f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifo",
532f6603c60Sopenharmony_ci        "rm.by_value.render.basic.ivec3_vertex");
533f6603c60Sopenharmony_ci
534f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017309,
535f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
536f6603c60Sopenharmony_ci        "m.by_value.render.basic.ivec3_fragment");
537f6603c60Sopenharmony_ci
538f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017310,
539f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unif",
540f6603c60Sopenharmony_ci        "orm.by_value.render.basic.ivec3_both");
541f6603c60Sopenharmony_ci
542f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017311,
543f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifo",
544f6603c60Sopenharmony_ci        "rm.by_value.render.basic.ivec4_vertex");
545f6603c60Sopenharmony_ci
546f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017312,
547f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
548f6603c60Sopenharmony_ci        "m.by_value.render.basic.ivec4_fragment");
549f6603c60Sopenharmony_ci
550f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017313,
551f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unif",
552f6603c60Sopenharmony_ci        "orm.by_value.render.basic.ivec4_both");
553f6603c60Sopenharmony_ci
554f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017314,
555f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifo",
556f6603c60Sopenharmony_ci        "rm.by_value.render.basic.uint_vertex");
557f6603c60Sopenharmony_ci
558f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017315,
559f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
560f6603c60Sopenharmony_ci        "m.by_value.render.basic.uint_fragment");
561f6603c60Sopenharmony_ci
562f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017316,
563f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unif",
564f6603c60Sopenharmony_ci        "orm.by_value.render.basic.uint_both");
565f6603c60Sopenharmony_ci
566f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017317,
567f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifo",
568f6603c60Sopenharmony_ci        "rm.by_value.render.basic.uvec2_vertex");
569f6603c60Sopenharmony_ci
570f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017318,
571f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
572f6603c60Sopenharmony_ci        "m.by_value.render.basic.uvec2_fragment");
573f6603c60Sopenharmony_ci
574f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017319,
575f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unif",
576f6603c60Sopenharmony_ci        "orm.by_value.render.basic.uvec2_both");
577f6603c60Sopenharmony_ci
578f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017320,
579f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifo",
580f6603c60Sopenharmony_ci        "rm.by_value.render.basic.uvec3_vertex");
581f6603c60Sopenharmony_ci
582f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017321,
583f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
584f6603c60Sopenharmony_ci        "m.by_value.render.basic.uvec3_fragment");
585f6603c60Sopenharmony_ci
586f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017322,
587f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unif",
588f6603c60Sopenharmony_ci        "orm.by_value.render.basic.uvec3_both");
589f6603c60Sopenharmony_ci
590f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017323,
591f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifo",
592f6603c60Sopenharmony_ci        "rm.by_value.render.basic.uvec4_vertex");
593f6603c60Sopenharmony_ci
594f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017324,
595f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
596f6603c60Sopenharmony_ci        "m.by_value.render.basic.uvec4_fragment");
597f6603c60Sopenharmony_ci
598f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017325,
599f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unif",
600f6603c60Sopenharmony_ci        "orm.by_value.render.basic.uvec4_both");
601f6603c60Sopenharmony_ci
602f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017326,
603f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifo",
604f6603c60Sopenharmony_ci        "rm.by_value.render.basic.bool_vertex");
605f6603c60Sopenharmony_ci
606f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017327,
607f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
608f6603c60Sopenharmony_ci        "m.by_value.render.basic.bool_fragment");
609f6603c60Sopenharmony_ci
610f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017328,
611f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unif",
612f6603c60Sopenharmony_ci        "orm.by_value.render.basic.bool_both");
613f6603c60Sopenharmony_ci
614f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017329,
615f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifo",
616f6603c60Sopenharmony_ci        "rm.by_value.render.basic.bvec2_vertex");
617f6603c60Sopenharmony_ci
618f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017330,
619f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
620f6603c60Sopenharmony_ci        "m.by_value.render.basic.bvec2_fragment");
621f6603c60Sopenharmony_ci
622f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017331,
623f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unif",
624f6603c60Sopenharmony_ci        "orm.by_value.render.basic.bvec2_both");
625f6603c60Sopenharmony_ci
626f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017332,
627f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifo",
628f6603c60Sopenharmony_ci        "rm.by_value.render.basic.bvec3_vertex");
629f6603c60Sopenharmony_ci
630f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017333,
631f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
632f6603c60Sopenharmony_ci        "m.by_value.render.basic.bvec3_fragment");
633f6603c60Sopenharmony_ci
634f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017334,
635f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unif",
636f6603c60Sopenharmony_ci        "orm.by_value.render.basic.bvec3_both");
637f6603c60Sopenharmony_ci
638f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017335,
639f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifo",
640f6603c60Sopenharmony_ci        "rm.by_value.render.basic.bvec4_vertex");
641f6603c60Sopenharmony_ci
642f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017336,
643f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
644f6603c60Sopenharmony_ci        "m.by_value.render.basic.bvec4_fragment");
645f6603c60Sopenharmony_ci
646f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017337,
647f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unif",
648f6603c60Sopenharmony_ci        "orm.by_value.render.basic.bvec4_both");
649f6603c60Sopenharmony_ci
650f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017338,
651f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform",
652f6603c60Sopenharmony_ci        ".by_value.render.basic.sampler2D_vertex");
653f6603c60Sopenharmony_ci
654f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017339,
655f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.",
656f6603c60Sopenharmony_ci        "by_value.render.basic.sampler2D_fragment");
657f6603c60Sopenharmony_ci
658f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017340,
659f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_unifor",
660f6603c60Sopenharmony_ci        "m.by_value.render.basic.sampler2D_both");
661f6603c60Sopenharmony_ci
662f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017341,
663f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.",
664f6603c60Sopenharmony_ci        "by_value.render.basic.samplerCube_vertex");
665f6603c60Sopenharmony_ci
666f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017342,
667f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform.b",
668f6603c60Sopenharmony_ci        "y_value.render.basic.samplerCube_fragment");
669f6603c60Sopenharmony_ci
670f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_017343,
671f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.program_uniform",
672f6603c60Sopenharmony_ci        ".by_value.render.basic.samplerCube_both");
673