1/*
2 * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd.
3 * Licensed under the Apache License, Version 2.0 (the "License");
4 * you may not use this file except in compliance with the License.
5 * You may obtain a copy of the License at
6 *
7 *     http://www.apache.org/licenses/LICENSE-2.0
8 *
9 * Unless required by applicable law or agreed to in writing, software
10 * distributed under the License is distributed on an "AS IS" BASIS,
11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 * See the License for the specific language governing permissions and
13 * limitations under the License.
14 */
15
16#include <climits>
17#include <gtest/gtest.h>
18#include "../Deqpgles3BaseFunc.h"
19#include "../ActsDeqpgles30016TestSuite.h"
20#include "shrinkdefine.h"
21
22using namespace std;
23using namespace testing::ext;
24using namespace OHOS;
25
26static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015384,
27        "dEQP-GLES3.functional.shaders.matr",
28        "ix.div.const.lowp_mat2_float_vertex");
29
30static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015385,
31        "dEQP-GLES3.functional.shaders.matri",
32        "x.div.const.lowp_mat2_float_fragment");
33
34static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015386,
35        "dEQP-GLES3.functional.shaders.matr",
36        "ix.div.const.lowp_mat2_mat2_vertex");
37
38static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015387,
39        "dEQP-GLES3.functional.shaders.matri",
40        "x.div.const.lowp_mat2_mat2_fragment");
41
42static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015388,
43        "dEQP-GLES3.functional.shaders.matrix",
44        ".div.const.mediump_mat2_float_vertex");
45
46static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015389,
47        "dEQP-GLES3.functional.shaders.matrix.",
48        "div.const.mediump_mat2_float_fragment");
49
50static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015390,
51        "dEQP-GLES3.functional.shaders.matri",
52        "x.div.const.mediump_mat2_mat2_vertex");
53
54static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015391,
55        "dEQP-GLES3.functional.shaders.matrix",
56        ".div.const.mediump_mat2_mat2_fragment");
57
58static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015392,
59        "dEQP-GLES3.functional.shaders.matri",
60        "x.div.const.highp_mat2_float_vertex");
61
62static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015393,
63        "dEQP-GLES3.functional.shaders.matrix",
64        ".div.const.highp_mat2_float_fragment");
65
66static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015394,
67        "dEQP-GLES3.functional.shaders.matr",
68        "ix.div.const.highp_mat2_mat2_vertex");
69
70static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015395,
71        "dEQP-GLES3.functional.shaders.matri",
72        "x.div.const.highp_mat2_mat2_fragment");
73
74static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015396,
75        "dEQP-GLES3.functional.shaders.matri",
76        "x.div.const.lowp_mat2x3_float_vertex");
77
78static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015397,
79        "dEQP-GLES3.functional.shaders.matrix",
80        ".div.const.lowp_mat2x3_float_fragment");
81
82static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015398,
83        "dEQP-GLES3.functional.shaders.matrix",
84        ".div.const.lowp_mat2x3_mat2x3_vertex");
85
86static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015399,
87        "dEQP-GLES3.functional.shaders.matrix.",
88        "div.const.lowp_mat2x3_mat2x3_fragment");
89
90static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015400,
91        "dEQP-GLES3.functional.shaders.matrix.",
92        "div.const.mediump_mat2x3_float_vertex");
93
94static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015401,
95        "dEQP-GLES3.functional.shaders.matrix.d",
96        "iv.const.mediump_mat2x3_float_fragment");
97
98static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015402,
99        "dEQP-GLES3.functional.shaders.matrix.",
100        "div.const.mediump_mat2x3_mat2x3_vertex");
101
102static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015403,
103        "dEQP-GLES3.functional.shaders.matrix.d",
104        "iv.const.mediump_mat2x3_mat2x3_fragment");
105
106static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015404,
107        "dEQP-GLES3.functional.shaders.matrix",
108        ".div.const.highp_mat2x3_float_vertex");
109
110static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015405,
111        "dEQP-GLES3.functional.shaders.matrix.",
112        "div.const.highp_mat2x3_float_fragment");
113
114static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015406,
115        "dEQP-GLES3.functional.shaders.matrix",
116        ".div.const.highp_mat2x3_mat2x3_vertex");
117
118static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015407,
119        "dEQP-GLES3.functional.shaders.matrix.",
120        "div.const.highp_mat2x3_mat2x3_fragment");
121
122static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015408,
123        "dEQP-GLES3.functional.shaders.matri",
124        "x.div.const.lowp_mat2x4_float_vertex");
125
126static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015409,
127        "dEQP-GLES3.functional.shaders.matrix",
128        ".div.const.lowp_mat2x4_float_fragment");
129
130static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015410,
131        "dEQP-GLES3.functional.shaders.matrix",
132        ".div.const.lowp_mat2x4_mat2x4_vertex");
133
134static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015411,
135        "dEQP-GLES3.functional.shaders.matrix.",
136        "div.const.lowp_mat2x4_mat2x4_fragment");
137
138static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015412,
139        "dEQP-GLES3.functional.shaders.matrix.",
140        "div.const.mediump_mat2x4_float_vertex");
141
142static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015413,
143        "dEQP-GLES3.functional.shaders.matrix.d",
144        "iv.const.mediump_mat2x4_float_fragment");
145
146static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015414,
147        "dEQP-GLES3.functional.shaders.matrix.",
148        "div.const.mediump_mat2x4_mat2x4_vertex");
149
150static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015415,
151        "dEQP-GLES3.functional.shaders.matrix.d",
152        "iv.const.mediump_mat2x4_mat2x4_fragment");
153
154static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015416,
155        "dEQP-GLES3.functional.shaders.matrix",
156        ".div.const.highp_mat2x4_float_vertex");
157
158static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015417,
159        "dEQP-GLES3.functional.shaders.matrix.",
160        "div.const.highp_mat2x4_float_fragment");
161
162static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015418,
163        "dEQP-GLES3.functional.shaders.matrix",
164        ".div.const.highp_mat2x4_mat2x4_vertex");
165
166static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015419,
167        "dEQP-GLES3.functional.shaders.matrix.",
168        "div.const.highp_mat2x4_mat2x4_fragment");
169
170static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015420,
171        "dEQP-GLES3.functional.shaders.matri",
172        "x.div.const.lowp_mat3x2_float_vertex");
173
174static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015421,
175        "dEQP-GLES3.functional.shaders.matrix",
176        ".div.const.lowp_mat3x2_float_fragment");
177
178static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015422,
179        "dEQP-GLES3.functional.shaders.matrix",
180        ".div.const.lowp_mat3x2_mat3x2_vertex");
181
182static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015423,
183        "dEQP-GLES3.functional.shaders.matrix.",
184        "div.const.lowp_mat3x2_mat3x2_fragment");
185
186static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015424,
187        "dEQP-GLES3.functional.shaders.matrix.",
188        "div.const.mediump_mat3x2_float_vertex");
189
190static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015425,
191        "dEQP-GLES3.functional.shaders.matrix.d",
192        "iv.const.mediump_mat3x2_float_fragment");
193
194static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015426,
195        "dEQP-GLES3.functional.shaders.matrix.",
196        "div.const.mediump_mat3x2_mat3x2_vertex");
197
198static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015427,
199        "dEQP-GLES3.functional.shaders.matrix.d",
200        "iv.const.mediump_mat3x2_mat3x2_fragment");
201
202static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015428,
203        "dEQP-GLES3.functional.shaders.matrix",
204        ".div.const.highp_mat3x2_float_vertex");
205
206static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015429,
207        "dEQP-GLES3.functional.shaders.matrix.",
208        "div.const.highp_mat3x2_float_fragment");
209
210static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015430,
211        "dEQP-GLES3.functional.shaders.matrix",
212        ".div.const.highp_mat3x2_mat3x2_vertex");
213
214static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015431,
215        "dEQP-GLES3.functional.shaders.matrix.",
216        "div.const.highp_mat3x2_mat3x2_fragment");
217
218static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015432,
219        "dEQP-GLES3.functional.shaders.matr",
220        "ix.div.const.lowp_mat3_float_vertex");
221
222static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015433,
223        "dEQP-GLES3.functional.shaders.matri",
224        "x.div.const.lowp_mat3_float_fragment");
225
226static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015434,
227        "dEQP-GLES3.functional.shaders.matr",
228        "ix.div.const.lowp_mat3_mat3_vertex");
229
230static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015435,
231        "dEQP-GLES3.functional.shaders.matri",
232        "x.div.const.lowp_mat3_mat3_fragment");
233
234static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015436,
235        "dEQP-GLES3.functional.shaders.matrix",
236        ".div.const.mediump_mat3_float_vertex");
237
238static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015437,
239        "dEQP-GLES3.functional.shaders.matrix.",
240        "div.const.mediump_mat3_float_fragment");
241
242static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015438,
243        "dEQP-GLES3.functional.shaders.matri",
244        "x.div.const.mediump_mat3_mat3_vertex");
245
246static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015439,
247        "dEQP-GLES3.functional.shaders.matrix",
248        ".div.const.mediump_mat3_mat3_fragment");
249
250static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015440,
251        "dEQP-GLES3.functional.shaders.matri",
252        "x.div.const.highp_mat3_float_vertex");
253
254static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015441,
255        "dEQP-GLES3.functional.shaders.matrix",
256        ".div.const.highp_mat3_float_fragment");
257
258static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015442,
259        "dEQP-GLES3.functional.shaders.matr",
260        "ix.div.const.highp_mat3_mat3_vertex");
261
262static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015443,
263        "dEQP-GLES3.functional.shaders.matri",
264        "x.div.const.highp_mat3_mat3_fragment");
265
266static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015444,
267        "dEQP-GLES3.functional.shaders.matri",
268        "x.div.const.lowp_mat3x4_float_vertex");
269
270static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015445,
271        "dEQP-GLES3.functional.shaders.matrix",
272        ".div.const.lowp_mat3x4_float_fragment");
273
274static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015446,
275        "dEQP-GLES3.functional.shaders.matrix",
276        ".div.const.lowp_mat3x4_mat3x4_vertex");
277
278static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015447,
279        "dEQP-GLES3.functional.shaders.matrix.",
280        "div.const.lowp_mat3x4_mat3x4_fragment");
281
282static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015448,
283        "dEQP-GLES3.functional.shaders.matrix.",
284        "div.const.mediump_mat3x4_float_vertex");
285
286static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015449,
287        "dEQP-GLES3.functional.shaders.matrix.d",
288        "iv.const.mediump_mat3x4_float_fragment");
289
290static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015450,
291        "dEQP-GLES3.functional.shaders.matrix.",
292        "div.const.mediump_mat3x4_mat3x4_vertex");
293
294static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015451,
295        "dEQP-GLES3.functional.shaders.matrix.d",
296        "iv.const.mediump_mat3x4_mat3x4_fragment");
297
298static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015452,
299        "dEQP-GLES3.functional.shaders.matrix",
300        ".div.const.highp_mat3x4_float_vertex");
301
302static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015453,
303        "dEQP-GLES3.functional.shaders.matrix.",
304        "div.const.highp_mat3x4_float_fragment");
305
306static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015454,
307        "dEQP-GLES3.functional.shaders.matrix",
308        ".div.const.highp_mat3x4_mat3x4_vertex");
309
310static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015455,
311        "dEQP-GLES3.functional.shaders.matrix.",
312        "div.const.highp_mat3x4_mat3x4_fragment");
313
314static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015456,
315        "dEQP-GLES3.functional.shaders.matri",
316        "x.div.const.lowp_mat4x2_float_vertex");
317
318static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015457,
319        "dEQP-GLES3.functional.shaders.matrix",
320        ".div.const.lowp_mat4x2_float_fragment");
321
322static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015458,
323        "dEQP-GLES3.functional.shaders.matrix",
324        ".div.const.lowp_mat4x2_mat4x2_vertex");
325
326static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015459,
327        "dEQP-GLES3.functional.shaders.matrix.",
328        "div.const.lowp_mat4x2_mat4x2_fragment");
329
330static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015460,
331        "dEQP-GLES3.functional.shaders.matrix.",
332        "div.const.mediump_mat4x2_float_vertex");
333
334static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015461,
335        "dEQP-GLES3.functional.shaders.matrix.d",
336        "iv.const.mediump_mat4x2_float_fragment");
337
338static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015462,
339        "dEQP-GLES3.functional.shaders.matrix.",
340        "div.const.mediump_mat4x2_mat4x2_vertex");
341
342static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015463,
343        "dEQP-GLES3.functional.shaders.matrix.d",
344        "iv.const.mediump_mat4x2_mat4x2_fragment");
345
346static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015464,
347        "dEQP-GLES3.functional.shaders.matrix",
348        ".div.const.highp_mat4x2_float_vertex");
349
350static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015465,
351        "dEQP-GLES3.functional.shaders.matrix.",
352        "div.const.highp_mat4x2_float_fragment");
353
354static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015466,
355        "dEQP-GLES3.functional.shaders.matrix",
356        ".div.const.highp_mat4x2_mat4x2_vertex");
357
358static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015467,
359        "dEQP-GLES3.functional.shaders.matrix.",
360        "div.const.highp_mat4x2_mat4x2_fragment");
361
362static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015468,
363        "dEQP-GLES3.functional.shaders.matri",
364        "x.div.const.lowp_mat4x3_float_vertex");
365
366static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015469,
367        "dEQP-GLES3.functional.shaders.matrix",
368        ".div.const.lowp_mat4x3_float_fragment");
369
370static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015470,
371        "dEQP-GLES3.functional.shaders.matrix",
372        ".div.const.lowp_mat4x3_mat4x3_vertex");
373
374static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015471,
375        "dEQP-GLES3.functional.shaders.matrix.",
376        "div.const.lowp_mat4x3_mat4x3_fragment");
377
378static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015472,
379        "dEQP-GLES3.functional.shaders.matrix.",
380        "div.const.mediump_mat4x3_float_vertex");
381
382static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015473,
383        "dEQP-GLES3.functional.shaders.matrix.d",
384        "iv.const.mediump_mat4x3_float_fragment");
385
386static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015474,
387        "dEQP-GLES3.functional.shaders.matrix.",
388        "div.const.mediump_mat4x3_mat4x3_vertex");
389
390static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015475,
391        "dEQP-GLES3.functional.shaders.matrix.d",
392        "iv.const.mediump_mat4x3_mat4x3_fragment");
393
394static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015476,
395        "dEQP-GLES3.functional.shaders.matrix",
396        ".div.const.highp_mat4x3_float_vertex");
397
398static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015477,
399        "dEQP-GLES3.functional.shaders.matrix.",
400        "div.const.highp_mat4x3_float_fragment");
401
402static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015478,
403        "dEQP-GLES3.functional.shaders.matrix",
404        ".div.const.highp_mat4x3_mat4x3_vertex");
405
406static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015479,
407        "dEQP-GLES3.functional.shaders.matrix.",
408        "div.const.highp_mat4x3_mat4x3_fragment");
409
410static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015480,
411        "dEQP-GLES3.functional.shaders.matr",
412        "ix.div.const.lowp_mat4_float_vertex");
413
414static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015481,
415        "dEQP-GLES3.functional.shaders.matri",
416        "x.div.const.lowp_mat4_float_fragment");
417
418static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015482,
419        "dEQP-GLES3.functional.shaders.matr",
420        "ix.div.const.lowp_mat4_mat4_vertex");
421
422static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015483,
423        "dEQP-GLES3.functional.shaders.matri",
424        "x.div.const.lowp_mat4_mat4_fragment");
425
426static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015484,
427        "dEQP-GLES3.functional.shaders.matrix",
428        ".div.const.mediump_mat4_float_vertex");
429
430static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015485,
431        "dEQP-GLES3.functional.shaders.matrix.",
432        "div.const.mediump_mat4_float_fragment");
433
434static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015486,
435        "dEQP-GLES3.functional.shaders.matri",
436        "x.div.const.mediump_mat4_mat4_vertex");
437
438static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015487,
439        "dEQP-GLES3.functional.shaders.matrix",
440        ".div.const.mediump_mat4_mat4_fragment");
441
442static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015488,
443        "dEQP-GLES3.functional.shaders.matri",
444        "x.div.const.highp_mat4_float_vertex");
445
446static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015489,
447        "dEQP-GLES3.functional.shaders.matrix",
448        ".div.const.highp_mat4_float_fragment");
449
450static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015490,
451        "dEQP-GLES3.functional.shaders.matr",
452        "ix.div.const.highp_mat4_mat4_vertex");
453
454static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015491,
455        "dEQP-GLES3.functional.shaders.matri",
456        "x.div.const.highp_mat4_mat4_fragment");
457