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 "../ActsDeqpgles30038TestSuite.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(ActsDeqpgles30038TestSuite, TestCase_037129,
27f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.va",
28f6603c60Sopenharmony_ci        "lue.initial.render.basic.float_vertex");
29f6603c60Sopenharmony_ci
30f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037130,
31f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.val",
32f6603c60Sopenharmony_ci        "ue.initial.render.basic.float_fragment");
33f6603c60Sopenharmony_ci
34f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037131,
35f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.v",
36f6603c60Sopenharmony_ci        "alue.initial.render.basic.float_both");
37f6603c60Sopenharmony_ci
38f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037132,
39f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.va",
40f6603c60Sopenharmony_ci        "lue.initial.render.basic.vec2_vertex");
41f6603c60Sopenharmony_ci
42f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037133,
43f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.val",
44f6603c60Sopenharmony_ci        "ue.initial.render.basic.vec2_fragment");
45f6603c60Sopenharmony_ci
46f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037134,
47f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.v",
48f6603c60Sopenharmony_ci        "alue.initial.render.basic.vec2_both");
49f6603c60Sopenharmony_ci
50f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037135,
51f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.va",
52f6603c60Sopenharmony_ci        "lue.initial.render.basic.vec3_vertex");
53f6603c60Sopenharmony_ci
54f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037136,
55f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.val",
56f6603c60Sopenharmony_ci        "ue.initial.render.basic.vec3_fragment");
57f6603c60Sopenharmony_ci
58f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037137,
59f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.v",
60f6603c60Sopenharmony_ci        "alue.initial.render.basic.vec3_both");
61f6603c60Sopenharmony_ci
62f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037138,
63f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.va",
64f6603c60Sopenharmony_ci        "lue.initial.render.basic.vec4_vertex");
65f6603c60Sopenharmony_ci
66f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037139,
67f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.val",
68f6603c60Sopenharmony_ci        "ue.initial.render.basic.vec4_fragment");
69f6603c60Sopenharmony_ci
70f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037140,
71f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.v",
72f6603c60Sopenharmony_ci        "alue.initial.render.basic.vec4_both");
73f6603c60Sopenharmony_ci
74f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037141,
75f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.va",
76f6603c60Sopenharmony_ci        "lue.initial.render.basic.mat2_vertex");
77f6603c60Sopenharmony_ci
78f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037142,
79f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.val",
80f6603c60Sopenharmony_ci        "ue.initial.render.basic.mat2_fragment");
81f6603c60Sopenharmony_ci
82f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037143,
83f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.v",
84f6603c60Sopenharmony_ci        "alue.initial.render.basic.mat2_both");
85f6603c60Sopenharmony_ci
86f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037144,
87f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.val",
88f6603c60Sopenharmony_ci        "ue.initial.render.basic.mat2x3_vertex");
89f6603c60Sopenharmony_ci
90f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037145,
91f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.valu",
92f6603c60Sopenharmony_ci        "e.initial.render.basic.mat2x3_fragment");
93f6603c60Sopenharmony_ci
94f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037146,
95f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.va",
96f6603c60Sopenharmony_ci        "lue.initial.render.basic.mat2x3_both");
97f6603c60Sopenharmony_ci
98f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037147,
99f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.val",
100f6603c60Sopenharmony_ci        "ue.initial.render.basic.mat2x4_vertex");
101f6603c60Sopenharmony_ci
102f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037148,
103f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.valu",
104f6603c60Sopenharmony_ci        "e.initial.render.basic.mat2x4_fragment");
105f6603c60Sopenharmony_ci
106f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037149,
107f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.va",
108f6603c60Sopenharmony_ci        "lue.initial.render.basic.mat2x4_both");
109f6603c60Sopenharmony_ci
110f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037150,
111f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.val",
112f6603c60Sopenharmony_ci        "ue.initial.render.basic.mat3x2_vertex");
113f6603c60Sopenharmony_ci
114f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037151,
115f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.valu",
116f6603c60Sopenharmony_ci        "e.initial.render.basic.mat3x2_fragment");
117f6603c60Sopenharmony_ci
118f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037152,
119f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.va",
120f6603c60Sopenharmony_ci        "lue.initial.render.basic.mat3x2_both");
121f6603c60Sopenharmony_ci
122f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037153,
123f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.va",
124f6603c60Sopenharmony_ci        "lue.initial.render.basic.mat3_vertex");
125f6603c60Sopenharmony_ci
126f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037154,
127f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.val",
128f6603c60Sopenharmony_ci        "ue.initial.render.basic.mat3_fragment");
129f6603c60Sopenharmony_ci
130f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037155,
131f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.v",
132f6603c60Sopenharmony_ci        "alue.initial.render.basic.mat3_both");
133f6603c60Sopenharmony_ci
134f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037156,
135f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.val",
136f6603c60Sopenharmony_ci        "ue.initial.render.basic.mat3x4_vertex");
137f6603c60Sopenharmony_ci
138f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037157,
139f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.valu",
140f6603c60Sopenharmony_ci        "e.initial.render.basic.mat3x4_fragment");
141f6603c60Sopenharmony_ci
142f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037158,
143f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.va",
144f6603c60Sopenharmony_ci        "lue.initial.render.basic.mat3x4_both");
145f6603c60Sopenharmony_ci
146f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037159,
147f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.val",
148f6603c60Sopenharmony_ci        "ue.initial.render.basic.mat4x2_vertex");
149f6603c60Sopenharmony_ci
150f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037160,
151f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.valu",
152f6603c60Sopenharmony_ci        "e.initial.render.basic.mat4x2_fragment");
153f6603c60Sopenharmony_ci
154f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037161,
155f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.va",
156f6603c60Sopenharmony_ci        "lue.initial.render.basic.mat4x2_both");
157f6603c60Sopenharmony_ci
158f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037162,
159f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.val",
160f6603c60Sopenharmony_ci        "ue.initial.render.basic.mat4x3_vertex");
161f6603c60Sopenharmony_ci
162f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037163,
163f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.valu",
164f6603c60Sopenharmony_ci        "e.initial.render.basic.mat4x3_fragment");
165f6603c60Sopenharmony_ci
166f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037164,
167f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.va",
168f6603c60Sopenharmony_ci        "lue.initial.render.basic.mat4x3_both");
169f6603c60Sopenharmony_ci
170f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037165,
171f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.va",
172f6603c60Sopenharmony_ci        "lue.initial.render.basic.mat4_vertex");
173f6603c60Sopenharmony_ci
174f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037166,
175f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.val",
176f6603c60Sopenharmony_ci        "ue.initial.render.basic.mat4_fragment");
177f6603c60Sopenharmony_ci
178f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037167,
179f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.v",
180f6603c60Sopenharmony_ci        "alue.initial.render.basic.mat4_both");
181f6603c60Sopenharmony_ci
182f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037168,
183f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.v",
184f6603c60Sopenharmony_ci        "alue.initial.render.basic.int_vertex");
185f6603c60Sopenharmony_ci
186f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037169,
187f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.va",
188f6603c60Sopenharmony_ci        "lue.initial.render.basic.int_fragment");
189f6603c60Sopenharmony_ci
190f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037170,
191f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.",
192f6603c60Sopenharmony_ci        "value.initial.render.basic.int_both");
193f6603c60Sopenharmony_ci
194f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037171,
195f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.va",
196f6603c60Sopenharmony_ci        "lue.initial.render.basic.ivec2_vertex");
197f6603c60Sopenharmony_ci
198f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037172,
199f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.val",
200f6603c60Sopenharmony_ci        "ue.initial.render.basic.ivec2_fragment");
201f6603c60Sopenharmony_ci
202f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037173,
203f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.v",
204f6603c60Sopenharmony_ci        "alue.initial.render.basic.ivec2_both");
205f6603c60Sopenharmony_ci
206f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037174,
207f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.va",
208f6603c60Sopenharmony_ci        "lue.initial.render.basic.ivec3_vertex");
209f6603c60Sopenharmony_ci
210f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037175,
211f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.val",
212f6603c60Sopenharmony_ci        "ue.initial.render.basic.ivec3_fragment");
213f6603c60Sopenharmony_ci
214f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037176,
215f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.v",
216f6603c60Sopenharmony_ci        "alue.initial.render.basic.ivec3_both");
217f6603c60Sopenharmony_ci
218f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037177,
219f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.va",
220f6603c60Sopenharmony_ci        "lue.initial.render.basic.ivec4_vertex");
221f6603c60Sopenharmony_ci
222f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037178,
223f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.val",
224f6603c60Sopenharmony_ci        "ue.initial.render.basic.ivec4_fragment");
225f6603c60Sopenharmony_ci
226f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037179,
227f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.v",
228f6603c60Sopenharmony_ci        "alue.initial.render.basic.ivec4_both");
229f6603c60Sopenharmony_ci
230f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037180,
231f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.va",
232f6603c60Sopenharmony_ci        "lue.initial.render.basic.uint_vertex");
233f6603c60Sopenharmony_ci
234f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037181,
235f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.val",
236f6603c60Sopenharmony_ci        "ue.initial.render.basic.uint_fragment");
237f6603c60Sopenharmony_ci
238f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037182,
239f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.v",
240f6603c60Sopenharmony_ci        "alue.initial.render.basic.uint_both");
241f6603c60Sopenharmony_ci
242f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037183,
243f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.va",
244f6603c60Sopenharmony_ci        "lue.initial.render.basic.uvec2_vertex");
245f6603c60Sopenharmony_ci
246f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037184,
247f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.val",
248f6603c60Sopenharmony_ci        "ue.initial.render.basic.uvec2_fragment");
249f6603c60Sopenharmony_ci
250f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037185,
251f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.v",
252f6603c60Sopenharmony_ci        "alue.initial.render.basic.uvec2_both");
253f6603c60Sopenharmony_ci
254f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037186,
255f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.va",
256f6603c60Sopenharmony_ci        "lue.initial.render.basic.uvec3_vertex");
257f6603c60Sopenharmony_ci
258f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037187,
259f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.val",
260f6603c60Sopenharmony_ci        "ue.initial.render.basic.uvec3_fragment");
261f6603c60Sopenharmony_ci
262f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037188,
263f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.v",
264f6603c60Sopenharmony_ci        "alue.initial.render.basic.uvec3_both");
265f6603c60Sopenharmony_ci
266f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037189,
267f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.va",
268f6603c60Sopenharmony_ci        "lue.initial.render.basic.uvec4_vertex");
269f6603c60Sopenharmony_ci
270f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037190,
271f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.val",
272f6603c60Sopenharmony_ci        "ue.initial.render.basic.uvec4_fragment");
273f6603c60Sopenharmony_ci
274f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037191,
275f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.v",
276f6603c60Sopenharmony_ci        "alue.initial.render.basic.uvec4_both");
277f6603c60Sopenharmony_ci
278f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037192,
279f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.va",
280f6603c60Sopenharmony_ci        "lue.initial.render.basic.bool_vertex");
281f6603c60Sopenharmony_ci
282f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037193,
283f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.val",
284f6603c60Sopenharmony_ci        "ue.initial.render.basic.bool_fragment");
285f6603c60Sopenharmony_ci
286f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037194,
287f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.v",
288f6603c60Sopenharmony_ci        "alue.initial.render.basic.bool_both");
289f6603c60Sopenharmony_ci
290f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037195,
291f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.va",
292f6603c60Sopenharmony_ci        "lue.initial.render.basic.bvec2_vertex");
293f6603c60Sopenharmony_ci
294f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037196,
295f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.val",
296f6603c60Sopenharmony_ci        "ue.initial.render.basic.bvec2_fragment");
297f6603c60Sopenharmony_ci
298f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037197,
299f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.v",
300f6603c60Sopenharmony_ci        "alue.initial.render.basic.bvec2_both");
301f6603c60Sopenharmony_ci
302f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037198,
303f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.va",
304f6603c60Sopenharmony_ci        "lue.initial.render.basic.bvec3_vertex");
305f6603c60Sopenharmony_ci
306f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037199,
307f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.val",
308f6603c60Sopenharmony_ci        "ue.initial.render.basic.bvec3_fragment");
309f6603c60Sopenharmony_ci
310f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037200,
311f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.v",
312f6603c60Sopenharmony_ci        "alue.initial.render.basic.bvec3_both");
313f6603c60Sopenharmony_ci
314f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037201,
315f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.va",
316f6603c60Sopenharmony_ci        "lue.initial.render.basic.bvec4_vertex");
317f6603c60Sopenharmony_ci
318f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037202,
319f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.val",
320f6603c60Sopenharmony_ci        "ue.initial.render.basic.bvec4_fragment");
321f6603c60Sopenharmony_ci
322f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037203,
323f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.v",
324f6603c60Sopenharmony_ci        "alue.initial.render.basic.bvec4_both");
325f6603c60Sopenharmony_ci
326f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037204,
327f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.valu",
328f6603c60Sopenharmony_ci        "e.initial.render.basic.sampler2D_vertex");
329f6603c60Sopenharmony_ci
330f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037205,
331f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value",
332f6603c60Sopenharmony_ci        ".initial.render.basic.sampler2D_fragment");
333f6603c60Sopenharmony_ci
334f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037206,
335f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.val",
336f6603c60Sopenharmony_ci        "ue.initial.render.basic.sampler2D_both");
337f6603c60Sopenharmony_ci
338f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037207,
339f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value",
340f6603c60Sopenharmony_ci        ".initial.render.basic.samplerCube_vertex");
341f6603c60Sopenharmony_ci
342f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037208,
343f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.",
344f6603c60Sopenharmony_ci        "initial.render.basic.samplerCube_fragment");
345f6603c60Sopenharmony_ci
346f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037209,
347f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.valu",
348f6603c60Sopenharmony_ci        "e.initial.render.basic.samplerCube_both");
349f6603c60Sopenharmony_ci
350f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037612,
351f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
352f6603c60Sopenharmony_ci        "signed.by_pointer.render.basic.float_vertex");
353f6603c60Sopenharmony_ci
354f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037613,
355f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.ass",
356f6603c60Sopenharmony_ci        "igned.by_pointer.render.basic.float_fragment");
357f6603c60Sopenharmony_ci
358f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037614,
359f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.a",
360f6603c60Sopenharmony_ci        "ssigned.by_pointer.render.basic.float_both");
361f6603c60Sopenharmony_ci
362f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037615,
363f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
364f6603c60Sopenharmony_ci        "signed.by_pointer.render.basic.vec2_vertex");
365f6603c60Sopenharmony_ci
366f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037616,
367f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.ass",
368f6603c60Sopenharmony_ci        "igned.by_pointer.render.basic.vec2_fragment");
369f6603c60Sopenharmony_ci
370f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037617,
371f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.a",
372f6603c60Sopenharmony_ci        "ssigned.by_pointer.render.basic.vec2_both");
373f6603c60Sopenharmony_ci
374f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037618,
375f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
376f6603c60Sopenharmony_ci        "signed.by_pointer.render.basic.vec3_vertex");
377f6603c60Sopenharmony_ci
378f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037619,
379f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.ass",
380f6603c60Sopenharmony_ci        "igned.by_pointer.render.basic.vec3_fragment");
381f6603c60Sopenharmony_ci
382f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037620,
383f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.a",
384f6603c60Sopenharmony_ci        "ssigned.by_pointer.render.basic.vec3_both");
385f6603c60Sopenharmony_ci
386f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037621,
387f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
388f6603c60Sopenharmony_ci        "signed.by_pointer.render.basic.vec4_vertex");
389f6603c60Sopenharmony_ci
390f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037622,
391f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.ass",
392f6603c60Sopenharmony_ci        "igned.by_pointer.render.basic.vec4_fragment");
393f6603c60Sopenharmony_ci
394f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037623,
395f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.a",
396f6603c60Sopenharmony_ci        "ssigned.by_pointer.render.basic.vec4_both");
397f6603c60Sopenharmony_ci
398f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037624,
399f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
400f6603c60Sopenharmony_ci        "signed.by_pointer.render.basic.mat2_vertex");
401f6603c60Sopenharmony_ci
402f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037625,
403f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.ass",
404f6603c60Sopenharmony_ci        "igned.by_pointer.render.basic.mat2_fragment");
405f6603c60Sopenharmony_ci
406f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037626,
407f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.a",
408f6603c60Sopenharmony_ci        "ssigned.by_pointer.render.basic.mat2_both");
409f6603c60Sopenharmony_ci
410f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037627,
411f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assigne",
412f6603c60Sopenharmony_ci        "d.by_pointer.render.basic.mat2_row_major_vertex");
413f6603c60Sopenharmony_ci
414f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037628,
415f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assigned",
416f6603c60Sopenharmony_ci        ".by_pointer.render.basic.mat2_row_major_fragment");
417f6603c60Sopenharmony_ci
418f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037629,
419f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assign",
420f6603c60Sopenharmony_ci        "ed.by_pointer.render.basic.mat2_row_major_both");
421f6603c60Sopenharmony_ci
422f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037630,
423f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.ass",
424f6603c60Sopenharmony_ci        "igned.by_pointer.render.basic.mat2x3_vertex");
425f6603c60Sopenharmony_ci
426f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037631,
427f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assi",
428f6603c60Sopenharmony_ci        "gned.by_pointer.render.basic.mat2x3_fragment");
429f6603c60Sopenharmony_ci
430f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037632,
431f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
432f6603c60Sopenharmony_ci        "signed.by_pointer.render.basic.mat2x3_both");
433f6603c60Sopenharmony_ci
434f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037633,
435f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assigned",
436f6603c60Sopenharmony_ci        ".by_pointer.render.basic.mat2x3_row_major_vertex");
437f6603c60Sopenharmony_ci
438f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037634,
439f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assigned.",
440f6603c60Sopenharmony_ci        "by_pointer.render.basic.mat2x3_row_major_fragment");
441f6603c60Sopenharmony_ci
442f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037635,
443f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assigne",
444f6603c60Sopenharmony_ci        "d.by_pointer.render.basic.mat2x3_row_major_both");
445f6603c60Sopenharmony_ci
446f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037636,
447f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.ass",
448f6603c60Sopenharmony_ci        "igned.by_pointer.render.basic.mat2x4_vertex");
449f6603c60Sopenharmony_ci
450f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037637,
451f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assi",
452f6603c60Sopenharmony_ci        "gned.by_pointer.render.basic.mat2x4_fragment");
453f6603c60Sopenharmony_ci
454f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037638,
455f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
456f6603c60Sopenharmony_ci        "signed.by_pointer.render.basic.mat2x4_both");
457f6603c60Sopenharmony_ci
458f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037639,
459f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assigned",
460f6603c60Sopenharmony_ci        ".by_pointer.render.basic.mat2x4_row_major_vertex");
461f6603c60Sopenharmony_ci
462f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037640,
463f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assigned.",
464f6603c60Sopenharmony_ci        "by_pointer.render.basic.mat2x4_row_major_fragment");
465f6603c60Sopenharmony_ci
466f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037641,
467f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assigne",
468f6603c60Sopenharmony_ci        "d.by_pointer.render.basic.mat2x4_row_major_both");
469f6603c60Sopenharmony_ci
470f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037642,
471f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.ass",
472f6603c60Sopenharmony_ci        "igned.by_pointer.render.basic.mat3x2_vertex");
473f6603c60Sopenharmony_ci
474f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037643,
475f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assi",
476f6603c60Sopenharmony_ci        "gned.by_pointer.render.basic.mat3x2_fragment");
477f6603c60Sopenharmony_ci
478f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037644,
479f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
480f6603c60Sopenharmony_ci        "signed.by_pointer.render.basic.mat3x2_both");
481f6603c60Sopenharmony_ci
482f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037645,
483f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assigned",
484f6603c60Sopenharmony_ci        ".by_pointer.render.basic.mat3x2_row_major_vertex");
485f6603c60Sopenharmony_ci
486f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037646,
487f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assigned.",
488f6603c60Sopenharmony_ci        "by_pointer.render.basic.mat3x2_row_major_fragment");
489f6603c60Sopenharmony_ci
490f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037647,
491f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assigne",
492f6603c60Sopenharmony_ci        "d.by_pointer.render.basic.mat3x2_row_major_both");
493f6603c60Sopenharmony_ci
494f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037648,
495f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
496f6603c60Sopenharmony_ci        "signed.by_pointer.render.basic.mat3_vertex");
497f6603c60Sopenharmony_ci
498f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037649,
499f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.ass",
500f6603c60Sopenharmony_ci        "igned.by_pointer.render.basic.mat3_fragment");
501f6603c60Sopenharmony_ci
502f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037650,
503f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.a",
504f6603c60Sopenharmony_ci        "ssigned.by_pointer.render.basic.mat3_both");
505f6603c60Sopenharmony_ci
506f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037651,
507f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assigne",
508f6603c60Sopenharmony_ci        "d.by_pointer.render.basic.mat3_row_major_vertex");
509f6603c60Sopenharmony_ci
510f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037652,
511f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assigned",
512f6603c60Sopenharmony_ci        ".by_pointer.render.basic.mat3_row_major_fragment");
513f6603c60Sopenharmony_ci
514f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037653,
515f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assign",
516f6603c60Sopenharmony_ci        "ed.by_pointer.render.basic.mat3_row_major_both");
517f6603c60Sopenharmony_ci
518f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037654,
519f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.ass",
520f6603c60Sopenharmony_ci        "igned.by_pointer.render.basic.mat3x4_vertex");
521f6603c60Sopenharmony_ci
522f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037655,
523f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assi",
524f6603c60Sopenharmony_ci        "gned.by_pointer.render.basic.mat3x4_fragment");
525f6603c60Sopenharmony_ci
526f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037656,
527f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
528f6603c60Sopenharmony_ci        "signed.by_pointer.render.basic.mat3x4_both");
529f6603c60Sopenharmony_ci
530f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037657,
531f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assigned",
532f6603c60Sopenharmony_ci        ".by_pointer.render.basic.mat3x4_row_major_vertex");
533f6603c60Sopenharmony_ci
534f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037658,
535f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assigned.",
536f6603c60Sopenharmony_ci        "by_pointer.render.basic.mat3x4_row_major_fragment");
537f6603c60Sopenharmony_ci
538f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037659,
539f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assigne",
540f6603c60Sopenharmony_ci        "d.by_pointer.render.basic.mat3x4_row_major_both");
541f6603c60Sopenharmony_ci
542f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037660,
543f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.ass",
544f6603c60Sopenharmony_ci        "igned.by_pointer.render.basic.mat4x2_vertex");
545f6603c60Sopenharmony_ci
546f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037661,
547f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assi",
548f6603c60Sopenharmony_ci        "gned.by_pointer.render.basic.mat4x2_fragment");
549f6603c60Sopenharmony_ci
550f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037662,
551f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
552f6603c60Sopenharmony_ci        "signed.by_pointer.render.basic.mat4x2_both");
553f6603c60Sopenharmony_ci
554f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037663,
555f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assigned",
556f6603c60Sopenharmony_ci        ".by_pointer.render.basic.mat4x2_row_major_vertex");
557f6603c60Sopenharmony_ci
558f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037664,
559f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assigned.",
560f6603c60Sopenharmony_ci        "by_pointer.render.basic.mat4x2_row_major_fragment");
561f6603c60Sopenharmony_ci
562f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037665,
563f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assigne",
564f6603c60Sopenharmony_ci        "d.by_pointer.render.basic.mat4x2_row_major_both");
565f6603c60Sopenharmony_ci
566f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037666,
567f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.ass",
568f6603c60Sopenharmony_ci        "igned.by_pointer.render.basic.mat4x3_vertex");
569f6603c60Sopenharmony_ci
570f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037667,
571f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assi",
572f6603c60Sopenharmony_ci        "gned.by_pointer.render.basic.mat4x3_fragment");
573f6603c60Sopenharmony_ci
574f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037668,
575f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
576f6603c60Sopenharmony_ci        "signed.by_pointer.render.basic.mat4x3_both");
577f6603c60Sopenharmony_ci
578f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037669,
579f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assigned",
580f6603c60Sopenharmony_ci        ".by_pointer.render.basic.mat4x3_row_major_vertex");
581f6603c60Sopenharmony_ci
582f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037670,
583f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assigned.",
584f6603c60Sopenharmony_ci        "by_pointer.render.basic.mat4x3_row_major_fragment");
585f6603c60Sopenharmony_ci
586f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037671,
587f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assigne",
588f6603c60Sopenharmony_ci        "d.by_pointer.render.basic.mat4x3_row_major_both");
589f6603c60Sopenharmony_ci
590f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037672,
591f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
592f6603c60Sopenharmony_ci        "signed.by_pointer.render.basic.mat4_vertex");
593f6603c60Sopenharmony_ci
594f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037673,
595f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.ass",
596f6603c60Sopenharmony_ci        "igned.by_pointer.render.basic.mat4_fragment");
597f6603c60Sopenharmony_ci
598f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037674,
599f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.a",
600f6603c60Sopenharmony_ci        "ssigned.by_pointer.render.basic.mat4_both");
601f6603c60Sopenharmony_ci
602f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037675,
603f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assigne",
604f6603c60Sopenharmony_ci        "d.by_pointer.render.basic.mat4_row_major_vertex");
605f6603c60Sopenharmony_ci
606f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037676,
607f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assigned",
608f6603c60Sopenharmony_ci        ".by_pointer.render.basic.mat4_row_major_fragment");
609f6603c60Sopenharmony_ci
610f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037677,
611f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assign",
612f6603c60Sopenharmony_ci        "ed.by_pointer.render.basic.mat4_row_major_both");
613f6603c60Sopenharmony_ci
614f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037678,
615f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.a",
616f6603c60Sopenharmony_ci        "ssigned.by_pointer.render.basic.int_vertex");
617f6603c60Sopenharmony_ci
618f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037679,
619f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
620f6603c60Sopenharmony_ci        "signed.by_pointer.render.basic.int_fragment");
621f6603c60Sopenharmony_ci
622f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037680,
623f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.",
624f6603c60Sopenharmony_ci        "assigned.by_pointer.render.basic.int_both");
625f6603c60Sopenharmony_ci
626f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037681,
627f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
628f6603c60Sopenharmony_ci        "signed.by_pointer.render.basic.ivec2_vertex");
629f6603c60Sopenharmony_ci
630f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037682,
631f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.ass",
632f6603c60Sopenharmony_ci        "igned.by_pointer.render.basic.ivec2_fragment");
633f6603c60Sopenharmony_ci
634f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037683,
635f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.a",
636f6603c60Sopenharmony_ci        "ssigned.by_pointer.render.basic.ivec2_both");
637f6603c60Sopenharmony_ci
638f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037684,
639f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
640f6603c60Sopenharmony_ci        "signed.by_pointer.render.basic.ivec3_vertex");
641f6603c60Sopenharmony_ci
642f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037685,
643f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.ass",
644f6603c60Sopenharmony_ci        "igned.by_pointer.render.basic.ivec3_fragment");
645f6603c60Sopenharmony_ci
646f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037686,
647f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.a",
648f6603c60Sopenharmony_ci        "ssigned.by_pointer.render.basic.ivec3_both");
649f6603c60Sopenharmony_ci
650f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037687,
651f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
652f6603c60Sopenharmony_ci        "signed.by_pointer.render.basic.ivec4_vertex");
653f6603c60Sopenharmony_ci
654f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037688,
655f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.ass",
656f6603c60Sopenharmony_ci        "igned.by_pointer.render.basic.ivec4_fragment");
657f6603c60Sopenharmony_ci
658f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037689,
659f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.a",
660f6603c60Sopenharmony_ci        "ssigned.by_pointer.render.basic.ivec4_both");
661f6603c60Sopenharmony_ci
662f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037690,
663f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
664f6603c60Sopenharmony_ci        "signed.by_pointer.render.basic.uint_vertex");
665f6603c60Sopenharmony_ci
666f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037691,
667f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.ass",
668f6603c60Sopenharmony_ci        "igned.by_pointer.render.basic.uint_fragment");
669f6603c60Sopenharmony_ci
670f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037692,
671f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.a",
672f6603c60Sopenharmony_ci        "ssigned.by_pointer.render.basic.uint_both");
673f6603c60Sopenharmony_ci
674f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037693,
675f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
676f6603c60Sopenharmony_ci        "signed.by_pointer.render.basic.uvec2_vertex");
677f6603c60Sopenharmony_ci
678f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037694,
679f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.ass",
680f6603c60Sopenharmony_ci        "igned.by_pointer.render.basic.uvec2_fragment");
681f6603c60Sopenharmony_ci
682f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037695,
683f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.a",
684f6603c60Sopenharmony_ci        "ssigned.by_pointer.render.basic.uvec2_both");
685f6603c60Sopenharmony_ci
686f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037696,
687f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
688f6603c60Sopenharmony_ci        "signed.by_pointer.render.basic.uvec3_vertex");
689f6603c60Sopenharmony_ci
690f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037697,
691f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.ass",
692f6603c60Sopenharmony_ci        "igned.by_pointer.render.basic.uvec3_fragment");
693f6603c60Sopenharmony_ci
694f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037698,
695f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.a",
696f6603c60Sopenharmony_ci        "ssigned.by_pointer.render.basic.uvec3_both");
697f6603c60Sopenharmony_ci
698f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037699,
699f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
700f6603c60Sopenharmony_ci        "signed.by_pointer.render.basic.uvec4_vertex");
701f6603c60Sopenharmony_ci
702f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037700,
703f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.ass",
704f6603c60Sopenharmony_ci        "igned.by_pointer.render.basic.uvec4_fragment");
705f6603c60Sopenharmony_ci
706f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037701,
707f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.a",
708f6603c60Sopenharmony_ci        "ssigned.by_pointer.render.basic.uvec4_both");
709f6603c60Sopenharmony_ci
710f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037702,
711f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
712f6603c60Sopenharmony_ci        "signed.by_pointer.render.basic.bool_vertex");
713f6603c60Sopenharmony_ci
714f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037703,
715f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.ass",
716f6603c60Sopenharmony_ci        "igned.by_pointer.render.basic.bool_fragment");
717f6603c60Sopenharmony_ci
718f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037704,
719f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.a",
720f6603c60Sopenharmony_ci        "ssigned.by_pointer.render.basic.bool_both");
721f6603c60Sopenharmony_ci
722f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037705,
723f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
724f6603c60Sopenharmony_ci        "signed.by_pointer.render.basic.bvec2_vertex");
725f6603c60Sopenharmony_ci
726f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037706,
727f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.ass",
728f6603c60Sopenharmony_ci        "igned.by_pointer.render.basic.bvec2_fragment");
729f6603c60Sopenharmony_ci
730f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037707,
731f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.a",
732f6603c60Sopenharmony_ci        "ssigned.by_pointer.render.basic.bvec2_both");
733f6603c60Sopenharmony_ci
734f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037708,
735f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
736f6603c60Sopenharmony_ci        "signed.by_pointer.render.basic.bvec3_vertex");
737f6603c60Sopenharmony_ci
738f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037709,
739f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.ass",
740f6603c60Sopenharmony_ci        "igned.by_pointer.render.basic.bvec3_fragment");
741f6603c60Sopenharmony_ci
742f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037710,
743f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.a",
744f6603c60Sopenharmony_ci        "ssigned.by_pointer.render.basic.bvec3_both");
745f6603c60Sopenharmony_ci
746f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037711,
747f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
748f6603c60Sopenharmony_ci        "signed.by_pointer.render.basic.bvec4_vertex");
749f6603c60Sopenharmony_ci
750f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037712,
751f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.ass",
752f6603c60Sopenharmony_ci        "igned.by_pointer.render.basic.bvec4_fragment");
753f6603c60Sopenharmony_ci
754f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037713,
755f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.a",
756f6603c60Sopenharmony_ci        "ssigned.by_pointer.render.basic.bvec4_both");
757f6603c60Sopenharmony_ci
758f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037714,
759f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assi",
760f6603c60Sopenharmony_ci        "gned.by_pointer.render.basic.sampler2D_vertex");
761f6603c60Sopenharmony_ci
762f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037715,
763f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assig",
764f6603c60Sopenharmony_ci        "ned.by_pointer.render.basic.sampler2D_fragment");
765f6603c60Sopenharmony_ci
766f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037716,
767f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.ass",
768f6603c60Sopenharmony_ci        "igned.by_pointer.render.basic.sampler2D_both");
769f6603c60Sopenharmony_ci
770f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037717,
771f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assig",
772f6603c60Sopenharmony_ci        "ned.by_pointer.render.basic.samplerCube_vertex");
773f6603c60Sopenharmony_ci
774f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037718,
775f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assign",
776f6603c60Sopenharmony_ci        "ed.by_pointer.render.basic.samplerCube_fragment");
777f6603c60Sopenharmony_ci
778f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_037719,
779f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assi",
780f6603c60Sopenharmony_ci        "gned.by_pointer.render.basic.samplerCube_both");
781f6603c60Sopenharmony_ci
782f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038056,
783f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.a",
784f6603c60Sopenharmony_ci        "ssigned.by_value.render.basic.float_vertex");
785f6603c60Sopenharmony_ci
786f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038057,
787f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
788f6603c60Sopenharmony_ci        "signed.by_value.render.basic.float_fragment");
789f6603c60Sopenharmony_ci
790f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038058,
791f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.",
792f6603c60Sopenharmony_ci        "assigned.by_value.render.basic.float_both");
793f6603c60Sopenharmony_ci
794f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038059,
795f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.a",
796f6603c60Sopenharmony_ci        "ssigned.by_value.render.basic.vec2_vertex");
797f6603c60Sopenharmony_ci
798f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038060,
799f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
800f6603c60Sopenharmony_ci        "signed.by_value.render.basic.vec2_fragment");
801f6603c60Sopenharmony_ci
802f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038061,
803f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.",
804f6603c60Sopenharmony_ci        "assigned.by_value.render.basic.vec2_both");
805f6603c60Sopenharmony_ci
806f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038062,
807f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.a",
808f6603c60Sopenharmony_ci        "ssigned.by_value.render.basic.vec3_vertex");
809f6603c60Sopenharmony_ci
810f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038063,
811f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
812f6603c60Sopenharmony_ci        "signed.by_value.render.basic.vec3_fragment");
813f6603c60Sopenharmony_ci
814f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038064,
815f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.",
816f6603c60Sopenharmony_ci        "assigned.by_value.render.basic.vec3_both");
817f6603c60Sopenharmony_ci
818f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038065,
819f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.a",
820f6603c60Sopenharmony_ci        "ssigned.by_value.render.basic.vec4_vertex");
821f6603c60Sopenharmony_ci
822f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038066,
823f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
824f6603c60Sopenharmony_ci        "signed.by_value.render.basic.vec4_fragment");
825f6603c60Sopenharmony_ci
826f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038067,
827f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.",
828f6603c60Sopenharmony_ci        "assigned.by_value.render.basic.vec4_both");
829f6603c60Sopenharmony_ci
830f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038068,
831f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.",
832f6603c60Sopenharmony_ci        "assigned.by_value.render.basic.int_vertex");
833f6603c60Sopenharmony_ci
834f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038069,
835f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.a",
836f6603c60Sopenharmony_ci        "ssigned.by_value.render.basic.int_fragment");
837f6603c60Sopenharmony_ci
838f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038070,
839f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value",
840f6603c60Sopenharmony_ci        ".assigned.by_value.render.basic.int_both");
841f6603c60Sopenharmony_ci
842f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038071,
843f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.a",
844f6603c60Sopenharmony_ci        "ssigned.by_value.render.basic.ivec2_vertex");
845f6603c60Sopenharmony_ci
846f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038072,
847f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
848f6603c60Sopenharmony_ci        "signed.by_value.render.basic.ivec2_fragment");
849f6603c60Sopenharmony_ci
850f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038073,
851f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.",
852f6603c60Sopenharmony_ci        "assigned.by_value.render.basic.ivec2_both");
853f6603c60Sopenharmony_ci
854f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038074,
855f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.a",
856f6603c60Sopenharmony_ci        "ssigned.by_value.render.basic.ivec3_vertex");
857f6603c60Sopenharmony_ci
858f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038075,
859f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
860f6603c60Sopenharmony_ci        "signed.by_value.render.basic.ivec3_fragment");
861f6603c60Sopenharmony_ci
862f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038076,
863f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.",
864f6603c60Sopenharmony_ci        "assigned.by_value.render.basic.ivec3_both");
865f6603c60Sopenharmony_ci
866f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038077,
867f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.a",
868f6603c60Sopenharmony_ci        "ssigned.by_value.render.basic.ivec4_vertex");
869f6603c60Sopenharmony_ci
870f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038078,
871f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
872f6603c60Sopenharmony_ci        "signed.by_value.render.basic.ivec4_fragment");
873f6603c60Sopenharmony_ci
874f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038079,
875f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.",
876f6603c60Sopenharmony_ci        "assigned.by_value.render.basic.ivec4_both");
877f6603c60Sopenharmony_ci
878f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038080,
879f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.a",
880f6603c60Sopenharmony_ci        "ssigned.by_value.render.basic.uint_vertex");
881f6603c60Sopenharmony_ci
882f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038081,
883f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
884f6603c60Sopenharmony_ci        "signed.by_value.render.basic.uint_fragment");
885f6603c60Sopenharmony_ci
886f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038082,
887f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.",
888f6603c60Sopenharmony_ci        "assigned.by_value.render.basic.uint_both");
889f6603c60Sopenharmony_ci
890f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038083,
891f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.a",
892f6603c60Sopenharmony_ci        "ssigned.by_value.render.basic.uvec2_vertex");
893f6603c60Sopenharmony_ci
894f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038084,
895f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
896f6603c60Sopenharmony_ci        "signed.by_value.render.basic.uvec2_fragment");
897f6603c60Sopenharmony_ci
898f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038085,
899f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.",
900f6603c60Sopenharmony_ci        "assigned.by_value.render.basic.uvec2_both");
901f6603c60Sopenharmony_ci
902f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038086,
903f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.a",
904f6603c60Sopenharmony_ci        "ssigned.by_value.render.basic.uvec3_vertex");
905f6603c60Sopenharmony_ci
906f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038087,
907f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
908f6603c60Sopenharmony_ci        "signed.by_value.render.basic.uvec3_fragment");
909f6603c60Sopenharmony_ci
910f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038088,
911f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.",
912f6603c60Sopenharmony_ci        "assigned.by_value.render.basic.uvec3_both");
913f6603c60Sopenharmony_ci
914f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038089,
915f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.a",
916f6603c60Sopenharmony_ci        "ssigned.by_value.render.basic.uvec4_vertex");
917f6603c60Sopenharmony_ci
918f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038090,
919f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
920f6603c60Sopenharmony_ci        "signed.by_value.render.basic.uvec4_fragment");
921f6603c60Sopenharmony_ci
922f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038091,
923f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.",
924f6603c60Sopenharmony_ci        "assigned.by_value.render.basic.uvec4_both");
925f6603c60Sopenharmony_ci
926f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038092,
927f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.a",
928f6603c60Sopenharmony_ci        "ssigned.by_value.render.basic.bool_vertex");
929f6603c60Sopenharmony_ci
930f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038093,
931f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
932f6603c60Sopenharmony_ci        "signed.by_value.render.basic.bool_fragment");
933f6603c60Sopenharmony_ci
934f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038094,
935f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.",
936f6603c60Sopenharmony_ci        "assigned.by_value.render.basic.bool_both");
937f6603c60Sopenharmony_ci
938f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038095,
939f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.a",
940f6603c60Sopenharmony_ci        "ssigned.by_value.render.basic.bvec2_vertex");
941f6603c60Sopenharmony_ci
942f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038096,
943f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
944f6603c60Sopenharmony_ci        "signed.by_value.render.basic.bvec2_fragment");
945f6603c60Sopenharmony_ci
946f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038097,
947f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.",
948f6603c60Sopenharmony_ci        "assigned.by_value.render.basic.bvec2_both");
949f6603c60Sopenharmony_ci
950f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038098,
951f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.a",
952f6603c60Sopenharmony_ci        "ssigned.by_value.render.basic.bvec3_vertex");
953f6603c60Sopenharmony_ci
954f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038099,
955f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
956f6603c60Sopenharmony_ci        "signed.by_value.render.basic.bvec3_fragment");
957f6603c60Sopenharmony_ci
958f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038100,
959f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.",
960f6603c60Sopenharmony_ci        "assigned.by_value.render.basic.bvec3_both");
961f6603c60Sopenharmony_ci
962f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038101,
963f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.a",
964f6603c60Sopenharmony_ci        "ssigned.by_value.render.basic.bvec4_vertex");
965f6603c60Sopenharmony_ci
966f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038102,
967f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
968f6603c60Sopenharmony_ci        "signed.by_value.render.basic.bvec4_fragment");
969f6603c60Sopenharmony_ci
970f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038103,
971f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.",
972f6603c60Sopenharmony_ci        "assigned.by_value.render.basic.bvec4_both");
973f6603c60Sopenharmony_ci
974f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038104,
975f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.ass",
976f6603c60Sopenharmony_ci        "igned.by_value.render.basic.sampler2D_vertex");
977f6603c60Sopenharmony_ci
978f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038105,
979f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assi",
980f6603c60Sopenharmony_ci        "gned.by_value.render.basic.sampler2D_fragment");
981f6603c60Sopenharmony_ci
982f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038106,
983f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.as",
984f6603c60Sopenharmony_ci        "signed.by_value.render.basic.sampler2D_both");
985f6603c60Sopenharmony_ci
986f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038107,
987f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assi",
988f6603c60Sopenharmony_ci        "gned.by_value.render.basic.samplerCube_vertex");
989f6603c60Sopenharmony_ci
990f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038108,
991f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.assig",
992f6603c60Sopenharmony_ci        "ned.by_value.render.basic.samplerCube_fragment");
993f6603c60Sopenharmony_ci
994f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30038TestSuite, TestCase_038109,
995f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.uniform_api.value.ass",
996f6603c60Sopenharmony_ci        "igned.by_value.render.basic.samplerCube_both");
997