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 "../ActsDeqpgles30015TestSuite.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(ActsDeqpgles30015TestSuite, TestCase_014412,
27f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matr",
28f6603c60Sopenharmony_ci        "ix.mul.const.lowp_mat2_float_vertex");
29f6603c60Sopenharmony_ci
30f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014413,
31f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
32f6603c60Sopenharmony_ci        "x.mul.const.lowp_mat2_float_fragment");
33f6603c60Sopenharmony_ci
34f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014414,
35f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matr",
36f6603c60Sopenharmony_ci        "ix.mul.const.lowp_mat2_vec2_vertex");
37f6603c60Sopenharmony_ci
38f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014415,
39f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
40f6603c60Sopenharmony_ci        "x.mul.const.lowp_mat2_vec2_fragment");
41f6603c60Sopenharmony_ci
42f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014416,
43f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matr",
44f6603c60Sopenharmony_ci        "ix.mul.const.lowp_vec2_mat2_vertex");
45f6603c60Sopenharmony_ci
46f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014417,
47f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
48f6603c60Sopenharmony_ci        "x.mul.const.lowp_vec2_mat2_fragment");
49f6603c60Sopenharmony_ci
50f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014418,
51f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matr",
52f6603c60Sopenharmony_ci        "ix.mul.const.lowp_mat2_mat2_vertex");
53f6603c60Sopenharmony_ci
54f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014419,
55f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
56f6603c60Sopenharmony_ci        "x.mul.const.lowp_mat2_mat2_fragment");
57f6603c60Sopenharmony_ci
58f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014420,
59f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
60f6603c60Sopenharmony_ci        "x.mul.const.lowp_mat2_mat3x2_vertex");
61f6603c60Sopenharmony_ci
62f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014421,
63f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
64f6603c60Sopenharmony_ci        ".mul.const.lowp_mat2_mat3x2_fragment");
65f6603c60Sopenharmony_ci
66f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014422,
67f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
68f6603c60Sopenharmony_ci        "x.mul.const.lowp_mat2_mat4x2_vertex");
69f6603c60Sopenharmony_ci
70f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014423,
71f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
72f6603c60Sopenharmony_ci        ".mul.const.lowp_mat2_mat4x2_fragment");
73f6603c60Sopenharmony_ci
74f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014424,
75f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
76f6603c60Sopenharmony_ci        ".mul.const.mediump_mat2_float_vertex");
77f6603c60Sopenharmony_ci
78f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014425,
79f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
80f6603c60Sopenharmony_ci        "mul.const.mediump_mat2_float_fragment");
81f6603c60Sopenharmony_ci
82f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014426,
83f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
84f6603c60Sopenharmony_ci        "x.mul.const.mediump_mat2_vec2_vertex");
85f6603c60Sopenharmony_ci
86f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014427,
87f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
88f6603c60Sopenharmony_ci        ".mul.const.mediump_mat2_vec2_fragment");
89f6603c60Sopenharmony_ci
90f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014428,
91f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
92f6603c60Sopenharmony_ci        "x.mul.const.mediump_vec2_mat2_vertex");
93f6603c60Sopenharmony_ci
94f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014429,
95f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
96f6603c60Sopenharmony_ci        ".mul.const.mediump_vec2_mat2_fragment");
97f6603c60Sopenharmony_ci
98f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014430,
99f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
100f6603c60Sopenharmony_ci        "x.mul.const.mediump_mat2_mat2_vertex");
101f6603c60Sopenharmony_ci
102f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014431,
103f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
104f6603c60Sopenharmony_ci        ".mul.const.mediump_mat2_mat2_fragment");
105f6603c60Sopenharmony_ci
106f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014432,
107f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
108f6603c60Sopenharmony_ci        ".mul.const.mediump_mat2_mat3x2_vertex");
109f6603c60Sopenharmony_ci
110f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014433,
111f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
112f6603c60Sopenharmony_ci        "mul.const.mediump_mat2_mat3x2_fragment");
113f6603c60Sopenharmony_ci
114f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014434,
115f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
116f6603c60Sopenharmony_ci        ".mul.const.mediump_mat2_mat4x2_vertex");
117f6603c60Sopenharmony_ci
118f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014435,
119f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
120f6603c60Sopenharmony_ci        "mul.const.mediump_mat2_mat4x2_fragment");
121f6603c60Sopenharmony_ci
122f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014436,
123f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
124f6603c60Sopenharmony_ci        "x.mul.const.highp_mat2_float_vertex");
125f6603c60Sopenharmony_ci
126f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014437,
127f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
128f6603c60Sopenharmony_ci        ".mul.const.highp_mat2_float_fragment");
129f6603c60Sopenharmony_ci
130f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014438,
131f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matr",
132f6603c60Sopenharmony_ci        "ix.mul.const.highp_mat2_vec2_vertex");
133f6603c60Sopenharmony_ci
134f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014439,
135f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
136f6603c60Sopenharmony_ci        "x.mul.const.highp_mat2_vec2_fragment");
137f6603c60Sopenharmony_ci
138f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014440,
139f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matr",
140f6603c60Sopenharmony_ci        "ix.mul.const.highp_vec2_mat2_vertex");
141f6603c60Sopenharmony_ci
142f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014441,
143f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
144f6603c60Sopenharmony_ci        "x.mul.const.highp_vec2_mat2_fragment");
145f6603c60Sopenharmony_ci
146f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014442,
147f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matr",
148f6603c60Sopenharmony_ci        "ix.mul.const.highp_mat2_mat2_vertex");
149f6603c60Sopenharmony_ci
150f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014443,
151f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
152f6603c60Sopenharmony_ci        "x.mul.const.highp_mat2_mat2_fragment");
153f6603c60Sopenharmony_ci
154f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014444,
155f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
156f6603c60Sopenharmony_ci        "x.mul.const.highp_mat2_mat3x2_vertex");
157f6603c60Sopenharmony_ci
158f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014445,
159f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
160f6603c60Sopenharmony_ci        ".mul.const.highp_mat2_mat3x2_fragment");
161f6603c60Sopenharmony_ci
162f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014446,
163f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
164f6603c60Sopenharmony_ci        "x.mul.const.highp_mat2_mat4x2_vertex");
165f6603c60Sopenharmony_ci
166f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014447,
167f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
168f6603c60Sopenharmony_ci        ".mul.const.highp_mat2_mat4x2_fragment");
169f6603c60Sopenharmony_ci
170f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014448,
171f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
172f6603c60Sopenharmony_ci        "x.mul.const.lowp_mat2x3_float_vertex");
173f6603c60Sopenharmony_ci
174f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014449,
175f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
176f6603c60Sopenharmony_ci        ".mul.const.lowp_mat2x3_float_fragment");
177f6603c60Sopenharmony_ci
178f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014450,
179f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
180f6603c60Sopenharmony_ci        "x.mul.const.lowp_mat2x3_vec2_vertex");
181f6603c60Sopenharmony_ci
182f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014451,
183f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
184f6603c60Sopenharmony_ci        ".mul.const.lowp_mat2x3_vec2_fragment");
185f6603c60Sopenharmony_ci
186f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014452,
187f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
188f6603c60Sopenharmony_ci        "x.mul.const.lowp_vec3_mat2x3_vertex");
189f6603c60Sopenharmony_ci
190f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014453,
191f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
192f6603c60Sopenharmony_ci        ".mul.const.lowp_vec3_mat2x3_fragment");
193f6603c60Sopenharmony_ci
194f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014454,
195f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
196f6603c60Sopenharmony_ci        "x.mul.const.lowp_mat2x3_mat2_vertex");
197f6603c60Sopenharmony_ci
198f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014455,
199f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
200f6603c60Sopenharmony_ci        ".mul.const.lowp_mat2x3_mat2_fragment");
201f6603c60Sopenharmony_ci
202f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014456,
203f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
204f6603c60Sopenharmony_ci        ".mul.const.lowp_mat2x3_mat3x2_vertex");
205f6603c60Sopenharmony_ci
206f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014457,
207f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
208f6603c60Sopenharmony_ci        "mul.const.lowp_mat2x3_mat3x2_fragment");
209f6603c60Sopenharmony_ci
210f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014458,
211f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
212f6603c60Sopenharmony_ci        ".mul.const.lowp_mat2x3_mat4x2_vertex");
213f6603c60Sopenharmony_ci
214f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014459,
215f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
216f6603c60Sopenharmony_ci        "mul.const.lowp_mat2x3_mat4x2_fragment");
217f6603c60Sopenharmony_ci
218f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014460,
219f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
220f6603c60Sopenharmony_ci        "mul.const.mediump_mat2x3_float_vertex");
221f6603c60Sopenharmony_ci
222f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014461,
223f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.m",
224f6603c60Sopenharmony_ci        "ul.const.mediump_mat2x3_float_fragment");
225f6603c60Sopenharmony_ci
226f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014462,
227f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
228f6603c60Sopenharmony_ci        ".mul.const.mediump_mat2x3_vec2_vertex");
229f6603c60Sopenharmony_ci
230f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014463,
231f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
232f6603c60Sopenharmony_ci        "mul.const.mediump_mat2x3_vec2_fragment");
233f6603c60Sopenharmony_ci
234f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014464,
235f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
236f6603c60Sopenharmony_ci        ".mul.const.mediump_vec3_mat2x3_vertex");
237f6603c60Sopenharmony_ci
238f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014465,
239f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
240f6603c60Sopenharmony_ci        "mul.const.mediump_vec3_mat2x3_fragment");
241f6603c60Sopenharmony_ci
242f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014466,
243f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
244f6603c60Sopenharmony_ci        ".mul.const.mediump_mat2x3_mat2_vertex");
245f6603c60Sopenharmony_ci
246f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014467,
247f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
248f6603c60Sopenharmony_ci        "mul.const.mediump_mat2x3_mat2_fragment");
249f6603c60Sopenharmony_ci
250f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014468,
251f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
252f6603c60Sopenharmony_ci        "mul.const.mediump_mat2x3_mat3x2_vertex");
253f6603c60Sopenharmony_ci
254f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014469,
255f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.m",
256f6603c60Sopenharmony_ci        "ul.const.mediump_mat2x3_mat3x2_fragment");
257f6603c60Sopenharmony_ci
258f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014470,
259f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
260f6603c60Sopenharmony_ci        "mul.const.mediump_mat2x3_mat4x2_vertex");
261f6603c60Sopenharmony_ci
262f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014471,
263f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.m",
264f6603c60Sopenharmony_ci        "ul.const.mediump_mat2x3_mat4x2_fragment");
265f6603c60Sopenharmony_ci
266f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014472,
267f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
268f6603c60Sopenharmony_ci        ".mul.const.highp_mat2x3_float_vertex");
269f6603c60Sopenharmony_ci
270f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014473,
271f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
272f6603c60Sopenharmony_ci        "mul.const.highp_mat2x3_float_fragment");
273f6603c60Sopenharmony_ci
274f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014474,
275f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
276f6603c60Sopenharmony_ci        "x.mul.const.highp_mat2x3_vec2_vertex");
277f6603c60Sopenharmony_ci
278f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014475,
279f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
280f6603c60Sopenharmony_ci        ".mul.const.highp_mat2x3_vec2_fragment");
281f6603c60Sopenharmony_ci
282f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014476,
283f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
284f6603c60Sopenharmony_ci        "x.mul.const.highp_vec3_mat2x3_vertex");
285f6603c60Sopenharmony_ci
286f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014477,
287f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
288f6603c60Sopenharmony_ci        ".mul.const.highp_vec3_mat2x3_fragment");
289f6603c60Sopenharmony_ci
290f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014478,
291f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
292f6603c60Sopenharmony_ci        "x.mul.const.highp_mat2x3_mat2_vertex");
293f6603c60Sopenharmony_ci
294f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014479,
295f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
296f6603c60Sopenharmony_ci        ".mul.const.highp_mat2x3_mat2_fragment");
297f6603c60Sopenharmony_ci
298f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014480,
299f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
300f6603c60Sopenharmony_ci        ".mul.const.highp_mat2x3_mat3x2_vertex");
301f6603c60Sopenharmony_ci
302f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014481,
303f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
304f6603c60Sopenharmony_ci        "mul.const.highp_mat2x3_mat3x2_fragment");
305f6603c60Sopenharmony_ci
306f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014482,
307f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
308f6603c60Sopenharmony_ci        ".mul.const.highp_mat2x3_mat4x2_vertex");
309f6603c60Sopenharmony_ci
310f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014483,
311f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
312f6603c60Sopenharmony_ci        "mul.const.highp_mat2x3_mat4x2_fragment");
313f6603c60Sopenharmony_ci
314f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014484,
315f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
316f6603c60Sopenharmony_ci        "x.mul.const.lowp_mat2x4_float_vertex");
317f6603c60Sopenharmony_ci
318f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014485,
319f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
320f6603c60Sopenharmony_ci        ".mul.const.lowp_mat2x4_float_fragment");
321f6603c60Sopenharmony_ci
322f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014486,
323f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
324f6603c60Sopenharmony_ci        "x.mul.const.lowp_mat2x4_vec2_vertex");
325f6603c60Sopenharmony_ci
326f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014487,
327f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
328f6603c60Sopenharmony_ci        ".mul.const.lowp_mat2x4_vec2_fragment");
329f6603c60Sopenharmony_ci
330f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014488,
331f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
332f6603c60Sopenharmony_ci        "x.mul.const.lowp_vec4_mat2x4_vertex");
333f6603c60Sopenharmony_ci
334f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014489,
335f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
336f6603c60Sopenharmony_ci        ".mul.const.lowp_vec4_mat2x4_fragment");
337f6603c60Sopenharmony_ci
338f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014490,
339f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
340f6603c60Sopenharmony_ci        "x.mul.const.lowp_mat2x4_mat2_vertex");
341f6603c60Sopenharmony_ci
342f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014491,
343f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
344f6603c60Sopenharmony_ci        ".mul.const.lowp_mat2x4_mat2_fragment");
345f6603c60Sopenharmony_ci
346f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014492,
347f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
348f6603c60Sopenharmony_ci        ".mul.const.lowp_mat2x4_mat3x2_vertex");
349f6603c60Sopenharmony_ci
350f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014493,
351f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
352f6603c60Sopenharmony_ci        "mul.const.lowp_mat2x4_mat3x2_fragment");
353f6603c60Sopenharmony_ci
354f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014494,
355f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
356f6603c60Sopenharmony_ci        ".mul.const.lowp_mat2x4_mat4x2_vertex");
357f6603c60Sopenharmony_ci
358f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014495,
359f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
360f6603c60Sopenharmony_ci        "mul.const.lowp_mat2x4_mat4x2_fragment");
361f6603c60Sopenharmony_ci
362f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014496,
363f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
364f6603c60Sopenharmony_ci        "mul.const.mediump_mat2x4_float_vertex");
365f6603c60Sopenharmony_ci
366f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014497,
367f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.m",
368f6603c60Sopenharmony_ci        "ul.const.mediump_mat2x4_float_fragment");
369f6603c60Sopenharmony_ci
370f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014498,
371f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
372f6603c60Sopenharmony_ci        ".mul.const.mediump_mat2x4_vec2_vertex");
373f6603c60Sopenharmony_ci
374f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014499,
375f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
376f6603c60Sopenharmony_ci        "mul.const.mediump_mat2x4_vec2_fragment");
377f6603c60Sopenharmony_ci
378f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014500,
379f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
380f6603c60Sopenharmony_ci        ".mul.const.mediump_vec4_mat2x4_vertex");
381f6603c60Sopenharmony_ci
382f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014501,
383f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
384f6603c60Sopenharmony_ci        "mul.const.mediump_vec4_mat2x4_fragment");
385f6603c60Sopenharmony_ci
386f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014502,
387f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
388f6603c60Sopenharmony_ci        ".mul.const.mediump_mat2x4_mat2_vertex");
389f6603c60Sopenharmony_ci
390f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014503,
391f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
392f6603c60Sopenharmony_ci        "mul.const.mediump_mat2x4_mat2_fragment");
393f6603c60Sopenharmony_ci
394f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014504,
395f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
396f6603c60Sopenharmony_ci        "mul.const.mediump_mat2x4_mat3x2_vertex");
397f6603c60Sopenharmony_ci
398f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014505,
399f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.m",
400f6603c60Sopenharmony_ci        "ul.const.mediump_mat2x4_mat3x2_fragment");
401f6603c60Sopenharmony_ci
402f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014506,
403f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
404f6603c60Sopenharmony_ci        "mul.const.mediump_mat2x4_mat4x2_vertex");
405f6603c60Sopenharmony_ci
406f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014507,
407f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.m",
408f6603c60Sopenharmony_ci        "ul.const.mediump_mat2x4_mat4x2_fragment");
409f6603c60Sopenharmony_ci
410f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014508,
411f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
412f6603c60Sopenharmony_ci        ".mul.const.highp_mat2x4_float_vertex");
413f6603c60Sopenharmony_ci
414f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014509,
415f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
416f6603c60Sopenharmony_ci        "mul.const.highp_mat2x4_float_fragment");
417f6603c60Sopenharmony_ci
418f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014510,
419f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
420f6603c60Sopenharmony_ci        "x.mul.const.highp_mat2x4_vec2_vertex");
421f6603c60Sopenharmony_ci
422f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014511,
423f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
424f6603c60Sopenharmony_ci        ".mul.const.highp_mat2x4_vec2_fragment");
425f6603c60Sopenharmony_ci
426f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014512,
427f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
428f6603c60Sopenharmony_ci        "x.mul.const.highp_vec4_mat2x4_vertex");
429f6603c60Sopenharmony_ci
430f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014513,
431f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
432f6603c60Sopenharmony_ci        ".mul.const.highp_vec4_mat2x4_fragment");
433f6603c60Sopenharmony_ci
434f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014514,
435f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
436f6603c60Sopenharmony_ci        "x.mul.const.highp_mat2x4_mat2_vertex");
437f6603c60Sopenharmony_ci
438f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014515,
439f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
440f6603c60Sopenharmony_ci        ".mul.const.highp_mat2x4_mat2_fragment");
441f6603c60Sopenharmony_ci
442f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014516,
443f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
444f6603c60Sopenharmony_ci        ".mul.const.highp_mat2x4_mat3x2_vertex");
445f6603c60Sopenharmony_ci
446f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014517,
447f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
448f6603c60Sopenharmony_ci        "mul.const.highp_mat2x4_mat3x2_fragment");
449f6603c60Sopenharmony_ci
450f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014518,
451f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
452f6603c60Sopenharmony_ci        ".mul.const.highp_mat2x4_mat4x2_vertex");
453f6603c60Sopenharmony_ci
454f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014519,
455f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
456f6603c60Sopenharmony_ci        "mul.const.highp_mat2x4_mat4x2_fragment");
457f6603c60Sopenharmony_ci
458f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014520,
459f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
460f6603c60Sopenharmony_ci        "x.mul.const.lowp_mat3x2_float_vertex");
461f6603c60Sopenharmony_ci
462f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014521,
463f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
464f6603c60Sopenharmony_ci        ".mul.const.lowp_mat3x2_float_fragment");
465f6603c60Sopenharmony_ci
466f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014522,
467f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
468f6603c60Sopenharmony_ci        "x.mul.const.lowp_mat3x2_vec3_vertex");
469f6603c60Sopenharmony_ci
470f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014523,
471f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
472f6603c60Sopenharmony_ci        ".mul.const.lowp_mat3x2_vec3_fragment");
473f6603c60Sopenharmony_ci
474f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014524,
475f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
476f6603c60Sopenharmony_ci        "x.mul.const.lowp_vec2_mat3x2_vertex");
477f6603c60Sopenharmony_ci
478f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014525,
479f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
480f6603c60Sopenharmony_ci        ".mul.const.lowp_vec2_mat3x2_fragment");
481f6603c60Sopenharmony_ci
482f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014526,
483f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
484f6603c60Sopenharmony_ci        ".mul.const.lowp_mat3x2_mat2x3_vertex");
485f6603c60Sopenharmony_ci
486f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014527,
487f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
488f6603c60Sopenharmony_ci        "mul.const.lowp_mat3x2_mat2x3_fragment");
489f6603c60Sopenharmony_ci
490f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014528,
491f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
492f6603c60Sopenharmony_ci        "x.mul.const.lowp_mat3x2_mat3_vertex");
493f6603c60Sopenharmony_ci
494f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014529,
495f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
496f6603c60Sopenharmony_ci        ".mul.const.lowp_mat3x2_mat3_fragment");
497f6603c60Sopenharmony_ci
498f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014530,
499f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
500f6603c60Sopenharmony_ci        ".mul.const.lowp_mat3x2_mat4x3_vertex");
501f6603c60Sopenharmony_ci
502f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014531,
503f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
504f6603c60Sopenharmony_ci        "mul.const.lowp_mat3x2_mat4x3_fragment");
505f6603c60Sopenharmony_ci
506f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014532,
507f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
508f6603c60Sopenharmony_ci        "mul.const.mediump_mat3x2_float_vertex");
509f6603c60Sopenharmony_ci
510f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014533,
511f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.m",
512f6603c60Sopenharmony_ci        "ul.const.mediump_mat3x2_float_fragment");
513f6603c60Sopenharmony_ci
514f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014534,
515f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
516f6603c60Sopenharmony_ci        ".mul.const.mediump_mat3x2_vec3_vertex");
517f6603c60Sopenharmony_ci
518f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014535,
519f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
520f6603c60Sopenharmony_ci        "mul.const.mediump_mat3x2_vec3_fragment");
521f6603c60Sopenharmony_ci
522f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014536,
523f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
524f6603c60Sopenharmony_ci        ".mul.const.mediump_vec2_mat3x2_vertex");
525f6603c60Sopenharmony_ci
526f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014537,
527f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
528f6603c60Sopenharmony_ci        "mul.const.mediump_vec2_mat3x2_fragment");
529f6603c60Sopenharmony_ci
530f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014538,
531f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
532f6603c60Sopenharmony_ci        "mul.const.mediump_mat3x2_mat2x3_vertex");
533f6603c60Sopenharmony_ci
534f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014539,
535f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.m",
536f6603c60Sopenharmony_ci        "ul.const.mediump_mat3x2_mat2x3_fragment");
537f6603c60Sopenharmony_ci
538f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014540,
539f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
540f6603c60Sopenharmony_ci        ".mul.const.mediump_mat3x2_mat3_vertex");
541f6603c60Sopenharmony_ci
542f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014541,
543f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
544f6603c60Sopenharmony_ci        "mul.const.mediump_mat3x2_mat3_fragment");
545f6603c60Sopenharmony_ci
546f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014542,
547f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
548f6603c60Sopenharmony_ci        "mul.const.mediump_mat3x2_mat4x3_vertex");
549f6603c60Sopenharmony_ci
550f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014543,
551f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.m",
552f6603c60Sopenharmony_ci        "ul.const.mediump_mat3x2_mat4x3_fragment");
553f6603c60Sopenharmony_ci
554f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014544,
555f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
556f6603c60Sopenharmony_ci        ".mul.const.highp_mat3x2_float_vertex");
557f6603c60Sopenharmony_ci
558f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014545,
559f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
560f6603c60Sopenharmony_ci        "mul.const.highp_mat3x2_float_fragment");
561f6603c60Sopenharmony_ci
562f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014546,
563f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
564f6603c60Sopenharmony_ci        "x.mul.const.highp_mat3x2_vec3_vertex");
565f6603c60Sopenharmony_ci
566f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014547,
567f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
568f6603c60Sopenharmony_ci        ".mul.const.highp_mat3x2_vec3_fragment");
569f6603c60Sopenharmony_ci
570f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014548,
571f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
572f6603c60Sopenharmony_ci        "x.mul.const.highp_vec2_mat3x2_vertex");
573f6603c60Sopenharmony_ci
574f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014549,
575f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
576f6603c60Sopenharmony_ci        ".mul.const.highp_vec2_mat3x2_fragment");
577f6603c60Sopenharmony_ci
578f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014550,
579f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
580f6603c60Sopenharmony_ci        ".mul.const.highp_mat3x2_mat2x3_vertex");
581f6603c60Sopenharmony_ci
582f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014551,
583f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
584f6603c60Sopenharmony_ci        "mul.const.highp_mat3x2_mat2x3_fragment");
585f6603c60Sopenharmony_ci
586f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014552,
587f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
588f6603c60Sopenharmony_ci        "x.mul.const.highp_mat3x2_mat3_vertex");
589f6603c60Sopenharmony_ci
590f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014553,
591f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
592f6603c60Sopenharmony_ci        ".mul.const.highp_mat3x2_mat3_fragment");
593f6603c60Sopenharmony_ci
594f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014554,
595f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
596f6603c60Sopenharmony_ci        ".mul.const.highp_mat3x2_mat4x3_vertex");
597f6603c60Sopenharmony_ci
598f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014555,
599f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
600f6603c60Sopenharmony_ci        "mul.const.highp_mat3x2_mat4x3_fragment");
601f6603c60Sopenharmony_ci
602f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014556,
603f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matr",
604f6603c60Sopenharmony_ci        "ix.mul.const.lowp_mat3_float_vertex");
605f6603c60Sopenharmony_ci
606f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014557,
607f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
608f6603c60Sopenharmony_ci        "x.mul.const.lowp_mat3_float_fragment");
609f6603c60Sopenharmony_ci
610f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014558,
611f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matr",
612f6603c60Sopenharmony_ci        "ix.mul.const.lowp_mat3_vec3_vertex");
613f6603c60Sopenharmony_ci
614f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014559,
615f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
616f6603c60Sopenharmony_ci        "x.mul.const.lowp_mat3_vec3_fragment");
617f6603c60Sopenharmony_ci
618f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014560,
619f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matr",
620f6603c60Sopenharmony_ci        "ix.mul.const.lowp_vec3_mat3_vertex");
621f6603c60Sopenharmony_ci
622f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014561,
623f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
624f6603c60Sopenharmony_ci        "x.mul.const.lowp_vec3_mat3_fragment");
625f6603c60Sopenharmony_ci
626f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014562,
627f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
628f6603c60Sopenharmony_ci        "x.mul.const.lowp_mat3_mat2x3_vertex");
629f6603c60Sopenharmony_ci
630f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014563,
631f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
632f6603c60Sopenharmony_ci        ".mul.const.lowp_mat3_mat2x3_fragment");
633f6603c60Sopenharmony_ci
634f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014564,
635f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matr",
636f6603c60Sopenharmony_ci        "ix.mul.const.lowp_mat3_mat3_vertex");
637f6603c60Sopenharmony_ci
638f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014565,
639f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
640f6603c60Sopenharmony_ci        "x.mul.const.lowp_mat3_mat3_fragment");
641f6603c60Sopenharmony_ci
642f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014566,
643f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
644f6603c60Sopenharmony_ci        "x.mul.const.lowp_mat3_mat4x3_vertex");
645f6603c60Sopenharmony_ci
646f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014567,
647f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
648f6603c60Sopenharmony_ci        ".mul.const.lowp_mat3_mat4x3_fragment");
649f6603c60Sopenharmony_ci
650f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014568,
651f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
652f6603c60Sopenharmony_ci        ".mul.const.mediump_mat3_float_vertex");
653f6603c60Sopenharmony_ci
654f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014569,
655f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
656f6603c60Sopenharmony_ci        "mul.const.mediump_mat3_float_fragment");
657f6603c60Sopenharmony_ci
658f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014570,
659f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
660f6603c60Sopenharmony_ci        "x.mul.const.mediump_mat3_vec3_vertex");
661f6603c60Sopenharmony_ci
662f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014571,
663f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
664f6603c60Sopenharmony_ci        ".mul.const.mediump_mat3_vec3_fragment");
665f6603c60Sopenharmony_ci
666f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014572,
667f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
668f6603c60Sopenharmony_ci        "x.mul.const.mediump_vec3_mat3_vertex");
669f6603c60Sopenharmony_ci
670f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014573,
671f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
672f6603c60Sopenharmony_ci        ".mul.const.mediump_vec3_mat3_fragment");
673f6603c60Sopenharmony_ci
674f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014574,
675f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
676f6603c60Sopenharmony_ci        ".mul.const.mediump_mat3_mat2x3_vertex");
677f6603c60Sopenharmony_ci
678f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014575,
679f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
680f6603c60Sopenharmony_ci        "mul.const.mediump_mat3_mat2x3_fragment");
681f6603c60Sopenharmony_ci
682f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014576,
683f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
684f6603c60Sopenharmony_ci        "x.mul.const.mediump_mat3_mat3_vertex");
685f6603c60Sopenharmony_ci
686f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014577,
687f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
688f6603c60Sopenharmony_ci        ".mul.const.mediump_mat3_mat3_fragment");
689f6603c60Sopenharmony_ci
690f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014578,
691f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
692f6603c60Sopenharmony_ci        ".mul.const.mediump_mat3_mat4x3_vertex");
693f6603c60Sopenharmony_ci
694f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014579,
695f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
696f6603c60Sopenharmony_ci        "mul.const.mediump_mat3_mat4x3_fragment");
697f6603c60Sopenharmony_ci
698f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014580,
699f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
700f6603c60Sopenharmony_ci        "x.mul.const.highp_mat3_float_vertex");
701f6603c60Sopenharmony_ci
702f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014581,
703f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
704f6603c60Sopenharmony_ci        ".mul.const.highp_mat3_float_fragment");
705f6603c60Sopenharmony_ci
706f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014582,
707f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matr",
708f6603c60Sopenharmony_ci        "ix.mul.const.highp_mat3_vec3_vertex");
709f6603c60Sopenharmony_ci
710f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014583,
711f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
712f6603c60Sopenharmony_ci        "x.mul.const.highp_mat3_vec3_fragment");
713f6603c60Sopenharmony_ci
714f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014584,
715f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matr",
716f6603c60Sopenharmony_ci        "ix.mul.const.highp_vec3_mat3_vertex");
717f6603c60Sopenharmony_ci
718f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014585,
719f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
720f6603c60Sopenharmony_ci        "x.mul.const.highp_vec3_mat3_fragment");
721f6603c60Sopenharmony_ci
722f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014586,
723f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
724f6603c60Sopenharmony_ci        "x.mul.const.highp_mat3_mat2x3_vertex");
725f6603c60Sopenharmony_ci
726f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014587,
727f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
728f6603c60Sopenharmony_ci        ".mul.const.highp_mat3_mat2x3_fragment");
729f6603c60Sopenharmony_ci
730f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014588,
731f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matr",
732f6603c60Sopenharmony_ci        "ix.mul.const.highp_mat3_mat3_vertex");
733f6603c60Sopenharmony_ci
734f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014589,
735f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
736f6603c60Sopenharmony_ci        "x.mul.const.highp_mat3_mat3_fragment");
737f6603c60Sopenharmony_ci
738f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014590,
739f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
740f6603c60Sopenharmony_ci        "x.mul.const.highp_mat3_mat4x3_vertex");
741f6603c60Sopenharmony_ci
742f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014591,
743f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
744f6603c60Sopenharmony_ci        ".mul.const.highp_mat3_mat4x3_fragment");
745f6603c60Sopenharmony_ci
746f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014592,
747f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
748f6603c60Sopenharmony_ci        "x.mul.const.lowp_mat3x4_float_vertex");
749f6603c60Sopenharmony_ci
750f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014593,
751f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
752f6603c60Sopenharmony_ci        ".mul.const.lowp_mat3x4_float_fragment");
753f6603c60Sopenharmony_ci
754f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014594,
755f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
756f6603c60Sopenharmony_ci        "x.mul.const.lowp_mat3x4_vec3_vertex");
757f6603c60Sopenharmony_ci
758f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014595,
759f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
760f6603c60Sopenharmony_ci        ".mul.const.lowp_mat3x4_vec3_fragment");
761f6603c60Sopenharmony_ci
762f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014596,
763f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
764f6603c60Sopenharmony_ci        "x.mul.const.lowp_vec4_mat3x4_vertex");
765f6603c60Sopenharmony_ci
766f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014597,
767f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
768f6603c60Sopenharmony_ci        ".mul.const.lowp_vec4_mat3x4_fragment");
769f6603c60Sopenharmony_ci
770f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014598,
771f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
772f6603c60Sopenharmony_ci        ".mul.const.lowp_mat3x4_mat2x3_vertex");
773f6603c60Sopenharmony_ci
774f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014599,
775f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
776f6603c60Sopenharmony_ci        "mul.const.lowp_mat3x4_mat2x3_fragment");
777f6603c60Sopenharmony_ci
778f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014600,
779f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
780f6603c60Sopenharmony_ci        "x.mul.const.lowp_mat3x4_mat3_vertex");
781f6603c60Sopenharmony_ci
782f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014601,
783f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
784f6603c60Sopenharmony_ci        ".mul.const.lowp_mat3x4_mat3_fragment");
785f6603c60Sopenharmony_ci
786f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014602,
787f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
788f6603c60Sopenharmony_ci        ".mul.const.lowp_mat3x4_mat4x3_vertex");
789f6603c60Sopenharmony_ci
790f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014603,
791f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
792f6603c60Sopenharmony_ci        "mul.const.lowp_mat3x4_mat4x3_fragment");
793f6603c60Sopenharmony_ci
794f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014604,
795f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
796f6603c60Sopenharmony_ci        "mul.const.mediump_mat3x4_float_vertex");
797f6603c60Sopenharmony_ci
798f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014605,
799f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.m",
800f6603c60Sopenharmony_ci        "ul.const.mediump_mat3x4_float_fragment");
801f6603c60Sopenharmony_ci
802f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014606,
803f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
804f6603c60Sopenharmony_ci        ".mul.const.mediump_mat3x4_vec3_vertex");
805f6603c60Sopenharmony_ci
806f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014607,
807f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
808f6603c60Sopenharmony_ci        "mul.const.mediump_mat3x4_vec3_fragment");
809f6603c60Sopenharmony_ci
810f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014608,
811f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
812f6603c60Sopenharmony_ci        ".mul.const.mediump_vec4_mat3x4_vertex");
813f6603c60Sopenharmony_ci
814f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014609,
815f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
816f6603c60Sopenharmony_ci        "mul.const.mediump_vec4_mat3x4_fragment");
817f6603c60Sopenharmony_ci
818f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014610,
819f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
820f6603c60Sopenharmony_ci        "mul.const.mediump_mat3x4_mat2x3_vertex");
821f6603c60Sopenharmony_ci
822f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014611,
823f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.m",
824f6603c60Sopenharmony_ci        "ul.const.mediump_mat3x4_mat2x3_fragment");
825f6603c60Sopenharmony_ci
826f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014612,
827f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
828f6603c60Sopenharmony_ci        ".mul.const.mediump_mat3x4_mat3_vertex");
829f6603c60Sopenharmony_ci
830f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014613,
831f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
832f6603c60Sopenharmony_ci        "mul.const.mediump_mat3x4_mat3_fragment");
833f6603c60Sopenharmony_ci
834f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014614,
835f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
836f6603c60Sopenharmony_ci        "mul.const.mediump_mat3x4_mat4x3_vertex");
837f6603c60Sopenharmony_ci
838f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014615,
839f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.m",
840f6603c60Sopenharmony_ci        "ul.const.mediump_mat3x4_mat4x3_fragment");
841f6603c60Sopenharmony_ci
842f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014616,
843f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
844f6603c60Sopenharmony_ci        ".mul.const.highp_mat3x4_float_vertex");
845f6603c60Sopenharmony_ci
846f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014617,
847f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
848f6603c60Sopenharmony_ci        "mul.const.highp_mat3x4_float_fragment");
849f6603c60Sopenharmony_ci
850f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014618,
851f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
852f6603c60Sopenharmony_ci        "x.mul.const.highp_mat3x4_vec3_vertex");
853f6603c60Sopenharmony_ci
854f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014619,
855f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
856f6603c60Sopenharmony_ci        ".mul.const.highp_mat3x4_vec3_fragment");
857f6603c60Sopenharmony_ci
858f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014620,
859f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
860f6603c60Sopenharmony_ci        "x.mul.const.highp_vec4_mat3x4_vertex");
861f6603c60Sopenharmony_ci
862f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014621,
863f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
864f6603c60Sopenharmony_ci        ".mul.const.highp_vec4_mat3x4_fragment");
865f6603c60Sopenharmony_ci
866f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014622,
867f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
868f6603c60Sopenharmony_ci        ".mul.const.highp_mat3x4_mat2x3_vertex");
869f6603c60Sopenharmony_ci
870f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014623,
871f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
872f6603c60Sopenharmony_ci        "mul.const.highp_mat3x4_mat2x3_fragment");
873f6603c60Sopenharmony_ci
874f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014624,
875f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
876f6603c60Sopenharmony_ci        "x.mul.const.highp_mat3x4_mat3_vertex");
877f6603c60Sopenharmony_ci
878f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014625,
879f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
880f6603c60Sopenharmony_ci        ".mul.const.highp_mat3x4_mat3_fragment");
881f6603c60Sopenharmony_ci
882f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014626,
883f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
884f6603c60Sopenharmony_ci        ".mul.const.highp_mat3x4_mat4x3_vertex");
885f6603c60Sopenharmony_ci
886f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014627,
887f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
888f6603c60Sopenharmony_ci        "mul.const.highp_mat3x4_mat4x3_fragment");
889f6603c60Sopenharmony_ci
890f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014628,
891f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
892f6603c60Sopenharmony_ci        "x.mul.const.lowp_mat4x2_float_vertex");
893f6603c60Sopenharmony_ci
894f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014629,
895f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
896f6603c60Sopenharmony_ci        ".mul.const.lowp_mat4x2_float_fragment");
897f6603c60Sopenharmony_ci
898f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014630,
899f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
900f6603c60Sopenharmony_ci        "x.mul.const.lowp_mat4x2_vec4_vertex");
901f6603c60Sopenharmony_ci
902f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014631,
903f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
904f6603c60Sopenharmony_ci        ".mul.const.lowp_mat4x2_vec4_fragment");
905f6603c60Sopenharmony_ci
906f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014632,
907f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
908f6603c60Sopenharmony_ci        "x.mul.const.lowp_vec2_mat4x2_vertex");
909f6603c60Sopenharmony_ci
910f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014633,
911f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
912f6603c60Sopenharmony_ci        ".mul.const.lowp_vec2_mat4x2_fragment");
913f6603c60Sopenharmony_ci
914f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014634,
915f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
916f6603c60Sopenharmony_ci        ".mul.const.lowp_mat4x2_mat2x4_vertex");
917f6603c60Sopenharmony_ci
918f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014635,
919f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
920f6603c60Sopenharmony_ci        "mul.const.lowp_mat4x2_mat2x4_fragment");
921f6603c60Sopenharmony_ci
922f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014636,
923f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
924f6603c60Sopenharmony_ci        ".mul.const.lowp_mat4x2_mat3x4_vertex");
925f6603c60Sopenharmony_ci
926f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014637,
927f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
928f6603c60Sopenharmony_ci        "mul.const.lowp_mat4x2_mat3x4_fragment");
929f6603c60Sopenharmony_ci
930f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014638,
931f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
932f6603c60Sopenharmony_ci        "x.mul.const.lowp_mat4x2_mat4_vertex");
933f6603c60Sopenharmony_ci
934f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014639,
935f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
936f6603c60Sopenharmony_ci        ".mul.const.lowp_mat4x2_mat4_fragment");
937f6603c60Sopenharmony_ci
938f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014640,
939f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
940f6603c60Sopenharmony_ci        "mul.const.mediump_mat4x2_float_vertex");
941f6603c60Sopenharmony_ci
942f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014641,
943f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.m",
944f6603c60Sopenharmony_ci        "ul.const.mediump_mat4x2_float_fragment");
945f6603c60Sopenharmony_ci
946f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014642,
947f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
948f6603c60Sopenharmony_ci        ".mul.const.mediump_mat4x2_vec4_vertex");
949f6603c60Sopenharmony_ci
950f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014643,
951f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
952f6603c60Sopenharmony_ci        "mul.const.mediump_mat4x2_vec4_fragment");
953f6603c60Sopenharmony_ci
954f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014644,
955f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
956f6603c60Sopenharmony_ci        ".mul.const.mediump_vec2_mat4x2_vertex");
957f6603c60Sopenharmony_ci
958f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014645,
959f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
960f6603c60Sopenharmony_ci        "mul.const.mediump_vec2_mat4x2_fragment");
961f6603c60Sopenharmony_ci
962f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014646,
963f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
964f6603c60Sopenharmony_ci        "mul.const.mediump_mat4x2_mat2x4_vertex");
965f6603c60Sopenharmony_ci
966f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014647,
967f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.m",
968f6603c60Sopenharmony_ci        "ul.const.mediump_mat4x2_mat2x4_fragment");
969f6603c60Sopenharmony_ci
970f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014648,
971f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
972f6603c60Sopenharmony_ci        "mul.const.mediump_mat4x2_mat3x4_vertex");
973f6603c60Sopenharmony_ci
974f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014649,
975f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.m",
976f6603c60Sopenharmony_ci        "ul.const.mediump_mat4x2_mat3x4_fragment");
977f6603c60Sopenharmony_ci
978f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014650,
979f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
980f6603c60Sopenharmony_ci        ".mul.const.mediump_mat4x2_mat4_vertex");
981f6603c60Sopenharmony_ci
982f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014651,
983f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
984f6603c60Sopenharmony_ci        "mul.const.mediump_mat4x2_mat4_fragment");
985f6603c60Sopenharmony_ci
986f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014652,
987f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
988f6603c60Sopenharmony_ci        ".mul.const.highp_mat4x2_float_vertex");
989f6603c60Sopenharmony_ci
990f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014653,
991f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
992f6603c60Sopenharmony_ci        "mul.const.highp_mat4x2_float_fragment");
993f6603c60Sopenharmony_ci
994f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014654,
995f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
996f6603c60Sopenharmony_ci        "x.mul.const.highp_mat4x2_vec4_vertex");
997f6603c60Sopenharmony_ci
998f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014655,
999f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
1000f6603c60Sopenharmony_ci        ".mul.const.highp_mat4x2_vec4_fragment");
1001f6603c60Sopenharmony_ci
1002f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014656,
1003f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
1004f6603c60Sopenharmony_ci        "x.mul.const.highp_vec2_mat4x2_vertex");
1005f6603c60Sopenharmony_ci
1006f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014657,
1007f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
1008f6603c60Sopenharmony_ci        ".mul.const.highp_vec2_mat4x2_fragment");
1009f6603c60Sopenharmony_ci
1010f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014658,
1011f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
1012f6603c60Sopenharmony_ci        ".mul.const.highp_mat4x2_mat2x4_vertex");
1013f6603c60Sopenharmony_ci
1014f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014659,
1015f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
1016f6603c60Sopenharmony_ci        "mul.const.highp_mat4x2_mat2x4_fragment");
1017f6603c60Sopenharmony_ci
1018f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014660,
1019f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
1020f6603c60Sopenharmony_ci        ".mul.const.highp_mat4x2_mat3x4_vertex");
1021f6603c60Sopenharmony_ci
1022f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014661,
1023f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
1024f6603c60Sopenharmony_ci        "mul.const.highp_mat4x2_mat3x4_fragment");
1025f6603c60Sopenharmony_ci
1026f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014662,
1027f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
1028f6603c60Sopenharmony_ci        "x.mul.const.highp_mat4x2_mat4_vertex");
1029f6603c60Sopenharmony_ci
1030f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014663,
1031f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
1032f6603c60Sopenharmony_ci        ".mul.const.highp_mat4x2_mat4_fragment");
1033f6603c60Sopenharmony_ci
1034f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014664,
1035f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
1036f6603c60Sopenharmony_ci        "x.mul.const.lowp_mat4x3_float_vertex");
1037f6603c60Sopenharmony_ci
1038f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014665,
1039f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
1040f6603c60Sopenharmony_ci        ".mul.const.lowp_mat4x3_float_fragment");
1041f6603c60Sopenharmony_ci
1042f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014666,
1043f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
1044f6603c60Sopenharmony_ci        "x.mul.const.lowp_mat4x3_vec4_vertex");
1045f6603c60Sopenharmony_ci
1046f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014667,
1047f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
1048f6603c60Sopenharmony_ci        ".mul.const.lowp_mat4x3_vec4_fragment");
1049f6603c60Sopenharmony_ci
1050f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014668,
1051f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
1052f6603c60Sopenharmony_ci        "x.mul.const.lowp_vec3_mat4x3_vertex");
1053f6603c60Sopenharmony_ci
1054f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014669,
1055f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
1056f6603c60Sopenharmony_ci        ".mul.const.lowp_vec3_mat4x3_fragment");
1057f6603c60Sopenharmony_ci
1058f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014670,
1059f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
1060f6603c60Sopenharmony_ci        ".mul.const.lowp_mat4x3_mat2x4_vertex");
1061f6603c60Sopenharmony_ci
1062f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014671,
1063f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
1064f6603c60Sopenharmony_ci        "mul.const.lowp_mat4x3_mat2x4_fragment");
1065f6603c60Sopenharmony_ci
1066f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014672,
1067f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
1068f6603c60Sopenharmony_ci        ".mul.const.lowp_mat4x3_mat3x4_vertex");
1069f6603c60Sopenharmony_ci
1070f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014673,
1071f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
1072f6603c60Sopenharmony_ci        "mul.const.lowp_mat4x3_mat3x4_fragment");
1073f6603c60Sopenharmony_ci
1074f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014674,
1075f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
1076f6603c60Sopenharmony_ci        "x.mul.const.lowp_mat4x3_mat4_vertex");
1077f6603c60Sopenharmony_ci
1078f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014675,
1079f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
1080f6603c60Sopenharmony_ci        ".mul.const.lowp_mat4x3_mat4_fragment");
1081f6603c60Sopenharmony_ci
1082f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014676,
1083f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
1084f6603c60Sopenharmony_ci        "mul.const.mediump_mat4x3_float_vertex");
1085f6603c60Sopenharmony_ci
1086f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014677,
1087f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.m",
1088f6603c60Sopenharmony_ci        "ul.const.mediump_mat4x3_float_fragment");
1089f6603c60Sopenharmony_ci
1090f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014678,
1091f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
1092f6603c60Sopenharmony_ci        ".mul.const.mediump_mat4x3_vec4_vertex");
1093f6603c60Sopenharmony_ci
1094f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014679,
1095f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
1096f6603c60Sopenharmony_ci        "mul.const.mediump_mat4x3_vec4_fragment");
1097f6603c60Sopenharmony_ci
1098f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014680,
1099f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
1100f6603c60Sopenharmony_ci        ".mul.const.mediump_vec3_mat4x3_vertex");
1101f6603c60Sopenharmony_ci
1102f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014681,
1103f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
1104f6603c60Sopenharmony_ci        "mul.const.mediump_vec3_mat4x3_fragment");
1105f6603c60Sopenharmony_ci
1106f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014682,
1107f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
1108f6603c60Sopenharmony_ci        "mul.const.mediump_mat4x3_mat2x4_vertex");
1109f6603c60Sopenharmony_ci
1110f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014683,
1111f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.m",
1112f6603c60Sopenharmony_ci        "ul.const.mediump_mat4x3_mat2x4_fragment");
1113f6603c60Sopenharmony_ci
1114f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014684,
1115f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
1116f6603c60Sopenharmony_ci        "mul.const.mediump_mat4x3_mat3x4_vertex");
1117f6603c60Sopenharmony_ci
1118f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014685,
1119f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.m",
1120f6603c60Sopenharmony_ci        "ul.const.mediump_mat4x3_mat3x4_fragment");
1121f6603c60Sopenharmony_ci
1122f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014686,
1123f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
1124f6603c60Sopenharmony_ci        ".mul.const.mediump_mat4x3_mat4_vertex");
1125f6603c60Sopenharmony_ci
1126f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014687,
1127f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
1128f6603c60Sopenharmony_ci        "mul.const.mediump_mat4x3_mat4_fragment");
1129f6603c60Sopenharmony_ci
1130f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014688,
1131f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
1132f6603c60Sopenharmony_ci        ".mul.const.highp_mat4x3_float_vertex");
1133f6603c60Sopenharmony_ci
1134f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014689,
1135f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
1136f6603c60Sopenharmony_ci        "mul.const.highp_mat4x3_float_fragment");
1137f6603c60Sopenharmony_ci
1138f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014690,
1139f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
1140f6603c60Sopenharmony_ci        "x.mul.const.highp_mat4x3_vec4_vertex");
1141f6603c60Sopenharmony_ci
1142f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014691,
1143f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
1144f6603c60Sopenharmony_ci        ".mul.const.highp_mat4x3_vec4_fragment");
1145f6603c60Sopenharmony_ci
1146f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014692,
1147f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
1148f6603c60Sopenharmony_ci        "x.mul.const.highp_vec3_mat4x3_vertex");
1149f6603c60Sopenharmony_ci
1150f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014693,
1151f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
1152f6603c60Sopenharmony_ci        ".mul.const.highp_vec3_mat4x3_fragment");
1153f6603c60Sopenharmony_ci
1154f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014694,
1155f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
1156f6603c60Sopenharmony_ci        ".mul.const.highp_mat4x3_mat2x4_vertex");
1157f6603c60Sopenharmony_ci
1158f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014695,
1159f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
1160f6603c60Sopenharmony_ci        "mul.const.highp_mat4x3_mat2x4_fragment");
1161f6603c60Sopenharmony_ci
1162f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014696,
1163f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
1164f6603c60Sopenharmony_ci        ".mul.const.highp_mat4x3_mat3x4_vertex");
1165f6603c60Sopenharmony_ci
1166f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014697,
1167f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
1168f6603c60Sopenharmony_ci        "mul.const.highp_mat4x3_mat3x4_fragment");
1169f6603c60Sopenharmony_ci
1170f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014698,
1171f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
1172f6603c60Sopenharmony_ci        "x.mul.const.highp_mat4x3_mat4_vertex");
1173f6603c60Sopenharmony_ci
1174f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014699,
1175f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
1176f6603c60Sopenharmony_ci        ".mul.const.highp_mat4x3_mat4_fragment");
1177f6603c60Sopenharmony_ci
1178f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014700,
1179f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matr",
1180f6603c60Sopenharmony_ci        "ix.mul.const.lowp_mat4_float_vertex");
1181f6603c60Sopenharmony_ci
1182f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014701,
1183f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
1184f6603c60Sopenharmony_ci        "x.mul.const.lowp_mat4_float_fragment");
1185f6603c60Sopenharmony_ci
1186f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014702,
1187f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matr",
1188f6603c60Sopenharmony_ci        "ix.mul.const.lowp_mat4_vec4_vertex");
1189f6603c60Sopenharmony_ci
1190f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014703,
1191f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
1192f6603c60Sopenharmony_ci        "x.mul.const.lowp_mat4_vec4_fragment");
1193f6603c60Sopenharmony_ci
1194f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014704,
1195f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matr",
1196f6603c60Sopenharmony_ci        "ix.mul.const.lowp_vec4_mat4_vertex");
1197f6603c60Sopenharmony_ci
1198f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014705,
1199f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
1200f6603c60Sopenharmony_ci        "x.mul.const.lowp_vec4_mat4_fragment");
1201f6603c60Sopenharmony_ci
1202f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014706,
1203f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
1204f6603c60Sopenharmony_ci        "x.mul.const.lowp_mat4_mat2x4_vertex");
1205f6603c60Sopenharmony_ci
1206f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014707,
1207f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
1208f6603c60Sopenharmony_ci        ".mul.const.lowp_mat4_mat2x4_fragment");
1209f6603c60Sopenharmony_ci
1210f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014708,
1211f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
1212f6603c60Sopenharmony_ci        "x.mul.const.lowp_mat4_mat3x4_vertex");
1213f6603c60Sopenharmony_ci
1214f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014709,
1215f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
1216f6603c60Sopenharmony_ci        ".mul.const.lowp_mat4_mat3x4_fragment");
1217f6603c60Sopenharmony_ci
1218f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014710,
1219f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matr",
1220f6603c60Sopenharmony_ci        "ix.mul.const.lowp_mat4_mat4_vertex");
1221f6603c60Sopenharmony_ci
1222f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014711,
1223f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
1224f6603c60Sopenharmony_ci        "x.mul.const.lowp_mat4_mat4_fragment");
1225f6603c60Sopenharmony_ci
1226f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014712,
1227f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
1228f6603c60Sopenharmony_ci        ".mul.const.mediump_mat4_float_vertex");
1229f6603c60Sopenharmony_ci
1230f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014713,
1231f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
1232f6603c60Sopenharmony_ci        "mul.const.mediump_mat4_float_fragment");
1233f6603c60Sopenharmony_ci
1234f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014714,
1235f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
1236f6603c60Sopenharmony_ci        "x.mul.const.mediump_mat4_vec4_vertex");
1237f6603c60Sopenharmony_ci
1238f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014715,
1239f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
1240f6603c60Sopenharmony_ci        ".mul.const.mediump_mat4_vec4_fragment");
1241f6603c60Sopenharmony_ci
1242f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014716,
1243f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
1244f6603c60Sopenharmony_ci        "x.mul.const.mediump_vec4_mat4_vertex");
1245f6603c60Sopenharmony_ci
1246f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014717,
1247f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
1248f6603c60Sopenharmony_ci        ".mul.const.mediump_vec4_mat4_fragment");
1249f6603c60Sopenharmony_ci
1250f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014718,
1251f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
1252f6603c60Sopenharmony_ci        ".mul.const.mediump_mat4_mat2x4_vertex");
1253f6603c60Sopenharmony_ci
1254f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014719,
1255f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
1256f6603c60Sopenharmony_ci        "mul.const.mediump_mat4_mat2x4_fragment");
1257f6603c60Sopenharmony_ci
1258f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014720,
1259f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
1260f6603c60Sopenharmony_ci        ".mul.const.mediump_mat4_mat3x4_vertex");
1261f6603c60Sopenharmony_ci
1262f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014721,
1263f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix.",
1264f6603c60Sopenharmony_ci        "mul.const.mediump_mat4_mat3x4_fragment");
1265f6603c60Sopenharmony_ci
1266f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014722,
1267f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
1268f6603c60Sopenharmony_ci        "x.mul.const.mediump_mat4_mat4_vertex");
1269f6603c60Sopenharmony_ci
1270f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014723,
1271f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
1272f6603c60Sopenharmony_ci        ".mul.const.mediump_mat4_mat4_fragment");
1273f6603c60Sopenharmony_ci
1274f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014724,
1275f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
1276f6603c60Sopenharmony_ci        "x.mul.const.highp_mat4_float_vertex");
1277f6603c60Sopenharmony_ci
1278f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014725,
1279f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
1280f6603c60Sopenharmony_ci        ".mul.const.highp_mat4_float_fragment");
1281f6603c60Sopenharmony_ci
1282f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014726,
1283f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matr",
1284f6603c60Sopenharmony_ci        "ix.mul.const.highp_mat4_vec4_vertex");
1285f6603c60Sopenharmony_ci
1286f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014727,
1287f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
1288f6603c60Sopenharmony_ci        "x.mul.const.highp_mat4_vec4_fragment");
1289f6603c60Sopenharmony_ci
1290f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014728,
1291f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matr",
1292f6603c60Sopenharmony_ci        "ix.mul.const.highp_vec4_mat4_vertex");
1293f6603c60Sopenharmony_ci
1294f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014729,
1295f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
1296f6603c60Sopenharmony_ci        "x.mul.const.highp_vec4_mat4_fragment");
1297f6603c60Sopenharmony_ci
1298f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014730,
1299f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
1300f6603c60Sopenharmony_ci        "x.mul.const.highp_mat4_mat2x4_vertex");
1301f6603c60Sopenharmony_ci
1302f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014731,
1303f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
1304f6603c60Sopenharmony_ci        ".mul.const.highp_mat4_mat2x4_fragment");
1305f6603c60Sopenharmony_ci
1306f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014732,
1307f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
1308f6603c60Sopenharmony_ci        "x.mul.const.highp_mat4_mat3x4_vertex");
1309f6603c60Sopenharmony_ci
1310f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014733,
1311f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matrix",
1312f6603c60Sopenharmony_ci        ".mul.const.highp_mat4_mat3x4_fragment");
1313f6603c60Sopenharmony_ci
1314f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014734,
1315f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matr",
1316f6603c60Sopenharmony_ci        "ix.mul.const.highp_mat4_mat4_vertex");
1317f6603c60Sopenharmony_ci
1318f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30015TestSuite, TestCase_014735,
1319f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.shaders.matri",
1320f6603c60Sopenharmony_ci        "x.mul.const.highp_mat4_mat4_fragment");
1321