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 "../ActsDeqpgles30009TestSuite.h"
20 #include "shrinkdefine.h"
21 
22 using namespace std;
23 using namespace testing::ext;
24 using namespace OHOS;
25 
26 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008384,
27         "dEQP-GLES3.functional.shaders.operator",
28         ".binary_operator.mul.lowp_float_vertex");
29 
30 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008385,
31         "dEQP-GLES3.functional.shaders.operator.",
32         "binary_operator.mul.lowp_float_fragment");
33 
34 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008386,
35         "dEQP-GLES3.functional.shaders.operator.",
36         "binary_operator.mul.mediump_float_vertex");
37 
38 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008387,
39         "dEQP-GLES3.functional.shaders.operator.b",
40         "inary_operator.mul.mediump_float_fragment");
41 
42 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008388,
43         "dEQP-GLES3.functional.shaders.operator",
44         ".binary_operator.mul.highp_float_vertex");
45 
46 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008389,
47         "dEQP-GLES3.functional.shaders.operator.",
48         "binary_operator.mul.highp_float_fragment");
49 
50 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008390,
51         "dEQP-GLES3.functional.shaders.operato",
52         "r.binary_operator.mul.lowp_vec2_vertex");
53 
54 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008391,
55         "dEQP-GLES3.functional.shaders.operator",
56         ".binary_operator.mul.lowp_vec2_fragment");
57 
58 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008392,
59         "dEQP-GLES3.functional.shaders.operator.",
60         "binary_operator.mul.mediump_vec2_vertex");
61 
62 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008393,
63         "dEQP-GLES3.functional.shaders.operator.b",
64         "inary_operator.mul.mediump_vec2_fragment");
65 
66 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008394,
67         "dEQP-GLES3.functional.shaders.operator",
68         ".binary_operator.mul.highp_vec2_vertex");
69 
70 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008395,
71         "dEQP-GLES3.functional.shaders.operator.",
72         "binary_operator.mul.highp_vec2_fragment");
73 
74 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008396,
75         "dEQP-GLES3.functional.shaders.operato",
76         "r.binary_operator.mul.lowp_vec3_vertex");
77 
78 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008397,
79         "dEQP-GLES3.functional.shaders.operator",
80         ".binary_operator.mul.lowp_vec3_fragment");
81 
82 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008398,
83         "dEQP-GLES3.functional.shaders.operator.",
84         "binary_operator.mul.mediump_vec3_vertex");
85 
86 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008399,
87         "dEQP-GLES3.functional.shaders.operator.b",
88         "inary_operator.mul.mediump_vec3_fragment");
89 
90 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008400,
91         "dEQP-GLES3.functional.shaders.operator",
92         ".binary_operator.mul.highp_vec3_vertex");
93 
94 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008401,
95         "dEQP-GLES3.functional.shaders.operator.",
96         "binary_operator.mul.highp_vec3_fragment");
97 
98 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008402,
99         "dEQP-GLES3.functional.shaders.operato",
100         "r.binary_operator.mul.lowp_vec4_vertex");
101 
102 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008403,
103         "dEQP-GLES3.functional.shaders.operator",
104         ".binary_operator.mul.lowp_vec4_fragment");
105 
106 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008404,
107         "dEQP-GLES3.functional.shaders.operator.",
108         "binary_operator.mul.mediump_vec4_vertex");
109 
110 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008405,
111         "dEQP-GLES3.functional.shaders.operator.b",
112         "inary_operator.mul.mediump_vec4_fragment");
113 
114 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008406,
115         "dEQP-GLES3.functional.shaders.operator",
116         ".binary_operator.mul.highp_vec4_vertex");
117 
118 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008407,
119         "dEQP-GLES3.functional.shaders.operator.",
120         "binary_operator.mul.highp_vec4_fragment");
121 
122 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008408,
123         "dEQP-GLES3.functional.shaders.operato",
124         "r.binary_operator.mul.lowp_int_vertex");
125 
126 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008409,
127         "dEQP-GLES3.functional.shaders.operator",
128         ".binary_operator.mul.lowp_int_fragment");
129 
130 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008410,
131         "dEQP-GLES3.functional.shaders.operator",
132         ".binary_operator.mul.mediump_int_vertex");
133 
134 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008411,
135         "dEQP-GLES3.functional.shaders.operator.",
136         "binary_operator.mul.mediump_int_fragment");
137 
138 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008412,
139         "dEQP-GLES3.functional.shaders.operator",
140         ".binary_operator.mul.lowp_ivec2_vertex");
141 
142 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008413,
143         "dEQP-GLES3.functional.shaders.operator.",
144         "binary_operator.mul.lowp_ivec2_fragment");
145 
146 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008414,
147         "dEQP-GLES3.functional.shaders.operator.",
148         "binary_operator.mul.mediump_ivec2_vertex");
149 
150 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008415,
151         "dEQP-GLES3.functional.shaders.operator.b",
152         "inary_operator.mul.mediump_ivec2_fragment");
153 
154 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008416,
155         "dEQP-GLES3.functional.shaders.operator",
156         ".binary_operator.mul.lowp_ivec3_vertex");
157 
158 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008417,
159         "dEQP-GLES3.functional.shaders.operator.",
160         "binary_operator.mul.lowp_ivec3_fragment");
161 
162 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008418,
163         "dEQP-GLES3.functional.shaders.operator.",
164         "binary_operator.mul.mediump_ivec3_vertex");
165 
166 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008419,
167         "dEQP-GLES3.functional.shaders.operator.b",
168         "inary_operator.mul.mediump_ivec3_fragment");
169 
170 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008420,
171         "dEQP-GLES3.functional.shaders.operator",
172         ".binary_operator.mul.lowp_ivec4_vertex");
173 
174 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008421,
175         "dEQP-GLES3.functional.shaders.operator.",
176         "binary_operator.mul.lowp_ivec4_fragment");
177 
178 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008422,
179         "dEQP-GLES3.functional.shaders.operator.",
180         "binary_operator.mul.mediump_ivec4_vertex");
181 
182 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008423,
183         "dEQP-GLES3.functional.shaders.operator.b",
184         "inary_operator.mul.mediump_ivec4_fragment");
185 
186 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008424,
187         "dEQP-GLES3.functional.shaders.operato",
188         "r.binary_operator.mul.highp_int_vertex");
189 
190 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008425,
191         "dEQP-GLES3.functional.shaders.operator",
192         ".binary_operator.mul.highp_int_fragment");
193 
194 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008426,
195         "dEQP-GLES3.functional.shaders.operator",
196         ".binary_operator.mul.highp_ivec2_vertex");
197 
198 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008427,
199         "dEQP-GLES3.functional.shaders.operator.",
200         "binary_operator.mul.highp_ivec2_fragment");
201 
202 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008428,
203         "dEQP-GLES3.functional.shaders.operator",
204         ".binary_operator.mul.highp_ivec3_vertex");
205 
206 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008429,
207         "dEQP-GLES3.functional.shaders.operator.",
208         "binary_operator.mul.highp_ivec3_fragment");
209 
210 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008430,
211         "dEQP-GLES3.functional.shaders.operator",
212         ".binary_operator.mul.highp_ivec4_vertex");
213 
214 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008431,
215         "dEQP-GLES3.functional.shaders.operator.",
216         "binary_operator.mul.highp_ivec4_fragment");
217 
218 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008432,
219         "dEQP-GLES3.functional.shaders.operato",
220         "r.binary_operator.mul.lowp_uint_vertex");
221 
222 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008433,
223         "dEQP-GLES3.functional.shaders.operator",
224         ".binary_operator.mul.lowp_uint_fragment");
225 
226 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008434,
227         "dEQP-GLES3.functional.shaders.operator.",
228         "binary_operator.mul.mediump_uint_vertex");
229 
230 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008435,
231         "dEQP-GLES3.functional.shaders.operator.b",
232         "inary_operator.mul.mediump_uint_fragment");
233 
234 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008436,
235         "dEQP-GLES3.functional.shaders.operator",
236         ".binary_operator.mul.lowp_uvec2_vertex");
237 
238 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008437,
239         "dEQP-GLES3.functional.shaders.operator.",
240         "binary_operator.mul.lowp_uvec2_fragment");
241 
242 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008438,
243         "dEQP-GLES3.functional.shaders.operator.",
244         "binary_operator.mul.mediump_uvec2_vertex");
245 
246 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008439,
247         "dEQP-GLES3.functional.shaders.operator.b",
248         "inary_operator.mul.mediump_uvec2_fragment");
249 
250 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008440,
251         "dEQP-GLES3.functional.shaders.operator",
252         ".binary_operator.mul.lowp_uvec3_vertex");
253 
254 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008441,
255         "dEQP-GLES3.functional.shaders.operator.",
256         "binary_operator.mul.lowp_uvec3_fragment");
257 
258 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008442,
259         "dEQP-GLES3.functional.shaders.operator.",
260         "binary_operator.mul.mediump_uvec3_vertex");
261 
262 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008443,
263         "dEQP-GLES3.functional.shaders.operator.b",
264         "inary_operator.mul.mediump_uvec3_fragment");
265 
266 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008444,
267         "dEQP-GLES3.functional.shaders.operator",
268         ".binary_operator.mul.lowp_uvec4_vertex");
269 
270 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008445,
271         "dEQP-GLES3.functional.shaders.operator.",
272         "binary_operator.mul.lowp_uvec4_fragment");
273 
274 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008446,
275         "dEQP-GLES3.functional.shaders.operator.",
276         "binary_operator.mul.mediump_uvec4_vertex");
277 
278 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008447,
279         "dEQP-GLES3.functional.shaders.operator.b",
280         "inary_operator.mul.mediump_uvec4_fragment");
281 
282 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008448,
283         "dEQP-GLES3.functional.shaders.operator",
284         ".binary_operator.mul.highp_uint_vertex");
285 
286 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008449,
287         "dEQP-GLES3.functional.shaders.operator.",
288         "binary_operator.mul.highp_uint_fragment");
289 
290 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008450,
291         "dEQP-GLES3.functional.shaders.operator",
292         ".binary_operator.mul.highp_uvec2_vertex");
293 
294 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008451,
295         "dEQP-GLES3.functional.shaders.operator.",
296         "binary_operator.mul.highp_uvec2_fragment");
297 
298 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008452,
299         "dEQP-GLES3.functional.shaders.operator",
300         ".binary_operator.mul.highp_uvec3_vertex");
301 
302 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008453,
303         "dEQP-GLES3.functional.shaders.operator.",
304         "binary_operator.mul.highp_uvec3_fragment");
305 
306 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008454,
307         "dEQP-GLES3.functional.shaders.operator",
308         ".binary_operator.mul.highp_uvec4_vertex");
309 
310 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008455,
311         "dEQP-GLES3.functional.shaders.operator.",
312         "binary_operator.mul.highp_uvec4_fragment");
313 
314 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008456,
315         "dEQP-GLES3.functional.shaders.operator.b",
316         "inary_operator.mul.lowp_vec2_float_vertex");
317 
318 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008457,
319         "dEQP-GLES3.functional.shaders.operator.bi",
320         "nary_operator.mul.lowp_vec2_float_fragment");
321 
322 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008458,
323         "dEQP-GLES3.functional.shaders.operator.bin",
324         "ary_operator.mul.mediump_vec2_float_vertex");
325 
326 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008459,
327         "dEQP-GLES3.functional.shaders.operator.bina",
328         "ry_operator.mul.mediump_vec2_float_fragment");
329 
330 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008460,
331         "dEQP-GLES3.functional.shaders.operator.bi",
332         "nary_operator.mul.highp_vec2_float_vertex");
333 
334 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008461,
335         "dEQP-GLES3.functional.shaders.operator.bin",
336         "ary_operator.mul.highp_vec2_float_fragment");
337 
338 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008462,
339         "dEQP-GLES3.functional.shaders.operator.b",
340         "inary_operator.mul.lowp_vec3_float_vertex");
341 
342 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008463,
343         "dEQP-GLES3.functional.shaders.operator.bi",
344         "nary_operator.mul.lowp_vec3_float_fragment");
345 
346 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008464,
347         "dEQP-GLES3.functional.shaders.operator.bin",
348         "ary_operator.mul.mediump_vec3_float_vertex");
349 
350 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008465,
351         "dEQP-GLES3.functional.shaders.operator.bina",
352         "ry_operator.mul.mediump_vec3_float_fragment");
353 
354 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008466,
355         "dEQP-GLES3.functional.shaders.operator.bi",
356         "nary_operator.mul.highp_vec3_float_vertex");
357 
358 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008467,
359         "dEQP-GLES3.functional.shaders.operator.bin",
360         "ary_operator.mul.highp_vec3_float_fragment");
361 
362 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008468,
363         "dEQP-GLES3.functional.shaders.operator.b",
364         "inary_operator.mul.lowp_vec4_float_vertex");
365 
366 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008469,
367         "dEQP-GLES3.functional.shaders.operator.bi",
368         "nary_operator.mul.lowp_vec4_float_fragment");
369 
370 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008470,
371         "dEQP-GLES3.functional.shaders.operator.bin",
372         "ary_operator.mul.mediump_vec4_float_vertex");
373 
374 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008471,
375         "dEQP-GLES3.functional.shaders.operator.bina",
376         "ry_operator.mul.mediump_vec4_float_fragment");
377 
378 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008472,
379         "dEQP-GLES3.functional.shaders.operator.bi",
380         "nary_operator.mul.highp_vec4_float_vertex");
381 
382 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008473,
383         "dEQP-GLES3.functional.shaders.operator.bin",
384         "ary_operator.mul.highp_vec4_float_fragment");
385 
386 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008474,
387         "dEQP-GLES3.functional.shaders.operator.b",
388         "inary_operator.mul.lowp_ivec2_int_vertex");
389 
390 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008475,
391         "dEQP-GLES3.functional.shaders.operator.bi",
392         "nary_operator.mul.lowp_ivec2_int_fragment");
393 
394 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008476,
395         "dEQP-GLES3.functional.shaders.operator.bi",
396         "nary_operator.mul.mediump_ivec2_int_vertex");
397 
398 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008477,
399         "dEQP-GLES3.functional.shaders.operator.bin",
400         "ary_operator.mul.mediump_ivec2_int_fragment");
401 
402 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008478,
403         "dEQP-GLES3.functional.shaders.operator.b",
404         "inary_operator.mul.lowp_ivec3_int_vertex");
405 
406 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008479,
407         "dEQP-GLES3.functional.shaders.operator.bi",
408         "nary_operator.mul.lowp_ivec3_int_fragment");
409 
410 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008480,
411         "dEQP-GLES3.functional.shaders.operator.bi",
412         "nary_operator.mul.mediump_ivec3_int_vertex");
413 
414 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008481,
415         "dEQP-GLES3.functional.shaders.operator.bin",
416         "ary_operator.mul.mediump_ivec3_int_fragment");
417 
418 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008482,
419         "dEQP-GLES3.functional.shaders.operator.b",
420         "inary_operator.mul.lowp_ivec4_int_vertex");
421 
422 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008483,
423         "dEQP-GLES3.functional.shaders.operator.bi",
424         "nary_operator.mul.lowp_ivec4_int_fragment");
425 
426 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008484,
427         "dEQP-GLES3.functional.shaders.operator.bi",
428         "nary_operator.mul.mediump_ivec4_int_vertex");
429 
430 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008485,
431         "dEQP-GLES3.functional.shaders.operator.bin",
432         "ary_operator.mul.mediump_ivec4_int_fragment");
433 
434 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008486,
435         "dEQP-GLES3.functional.shaders.operator.b",
436         "inary_operator.mul.highp_ivec2_int_vertex");
437 
438 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008487,
439         "dEQP-GLES3.functional.shaders.operator.bi",
440         "nary_operator.mul.highp_ivec2_int_fragment");
441 
442 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008488,
443         "dEQP-GLES3.functional.shaders.operator.b",
444         "inary_operator.mul.highp_ivec3_int_vertex");
445 
446 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008489,
447         "dEQP-GLES3.functional.shaders.operator.bi",
448         "nary_operator.mul.highp_ivec3_int_fragment");
449 
450 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008490,
451         "dEQP-GLES3.functional.shaders.operator.b",
452         "inary_operator.mul.highp_ivec4_int_vertex");
453 
454 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008491,
455         "dEQP-GLES3.functional.shaders.operator.bi",
456         "nary_operator.mul.highp_ivec4_int_fragment");
457 
458 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008492,
459         "dEQP-GLES3.functional.shaders.operator.b",
460         "inary_operator.mul.lowp_uvec2_uint_vertex");
461 
462 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008493,
463         "dEQP-GLES3.functional.shaders.operator.bi",
464         "nary_operator.mul.lowp_uvec2_uint_fragment");
465 
466 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008494,
467         "dEQP-GLES3.functional.shaders.operator.bin",
468         "ary_operator.mul.mediump_uvec2_uint_vertex");
469 
470 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008495,
471         "dEQP-GLES3.functional.shaders.operator.bina",
472         "ry_operator.mul.mediump_uvec2_uint_fragment");
473 
474 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008496,
475         "dEQP-GLES3.functional.shaders.operator.b",
476         "inary_operator.mul.lowp_uvec3_uint_vertex");
477 
478 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008497,
479         "dEQP-GLES3.functional.shaders.operator.bi",
480         "nary_operator.mul.lowp_uvec3_uint_fragment");
481 
482 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008498,
483         "dEQP-GLES3.functional.shaders.operator.bin",
484         "ary_operator.mul.mediump_uvec3_uint_vertex");
485 
486 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008499,
487         "dEQP-GLES3.functional.shaders.operator.bina",
488         "ry_operator.mul.mediump_uvec3_uint_fragment");
489 
490 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008500,
491         "dEQP-GLES3.functional.shaders.operator.b",
492         "inary_operator.mul.lowp_uvec4_uint_vertex");
493 
494 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008501,
495         "dEQP-GLES3.functional.shaders.operator.bi",
496         "nary_operator.mul.lowp_uvec4_uint_fragment");
497 
498 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008502,
499         "dEQP-GLES3.functional.shaders.operator.bin",
500         "ary_operator.mul.mediump_uvec4_uint_vertex");
501 
502 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008503,
503         "dEQP-GLES3.functional.shaders.operator.bina",
504         "ry_operator.mul.mediump_uvec4_uint_fragment");
505 
506 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008504,
507         "dEQP-GLES3.functional.shaders.operator.bi",
508         "nary_operator.mul.highp_uvec2_uint_vertex");
509 
510 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008505,
511         "dEQP-GLES3.functional.shaders.operator.bin",
512         "ary_operator.mul.highp_uvec2_uint_fragment");
513 
514 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008506,
515         "dEQP-GLES3.functional.shaders.operator.bi",
516         "nary_operator.mul.highp_uvec3_uint_vertex");
517 
518 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008507,
519         "dEQP-GLES3.functional.shaders.operator.bin",
520         "ary_operator.mul.highp_uvec3_uint_fragment");
521 
522 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008508,
523         "dEQP-GLES3.functional.shaders.operator.bi",
524         "nary_operator.mul.highp_uvec4_uint_vertex");
525 
526 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008509,
527         "dEQP-GLES3.functional.shaders.operator.bin",
528         "ary_operator.mul.highp_uvec4_uint_fragment");
529 
530 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008510,
531         "dEQP-GLES3.functional.shaders.operator.b",
532         "inary_operator.mul.lowp_float_vec2_vertex");
533 
534 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008511,
535         "dEQP-GLES3.functional.shaders.operator.bi",
536         "nary_operator.mul.lowp_float_vec2_fragment");
537 
538 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008512,
539         "dEQP-GLES3.functional.shaders.operator.bin",
540         "ary_operator.mul.mediump_float_vec2_vertex");
541 
542 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008513,
543         "dEQP-GLES3.functional.shaders.operator.bina",
544         "ry_operator.mul.mediump_float_vec2_fragment");
545 
546 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008514,
547         "dEQP-GLES3.functional.shaders.operator.bi",
548         "nary_operator.mul.highp_float_vec2_vertex");
549 
550 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008515,
551         "dEQP-GLES3.functional.shaders.operator.bin",
552         "ary_operator.mul.highp_float_vec2_fragment");
553 
554 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008516,
555         "dEQP-GLES3.functional.shaders.operator.b",
556         "inary_operator.mul.lowp_float_vec3_vertex");
557 
558 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008517,
559         "dEQP-GLES3.functional.shaders.operator.bi",
560         "nary_operator.mul.lowp_float_vec3_fragment");
561 
562 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008518,
563         "dEQP-GLES3.functional.shaders.operator.bin",
564         "ary_operator.mul.mediump_float_vec3_vertex");
565 
566 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008519,
567         "dEQP-GLES3.functional.shaders.operator.bina",
568         "ry_operator.mul.mediump_float_vec3_fragment");
569 
570 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008520,
571         "dEQP-GLES3.functional.shaders.operator.bi",
572         "nary_operator.mul.highp_float_vec3_vertex");
573 
574 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008521,
575         "dEQP-GLES3.functional.shaders.operator.bin",
576         "ary_operator.mul.highp_float_vec3_fragment");
577 
578 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008522,
579         "dEQP-GLES3.functional.shaders.operator.b",
580         "inary_operator.mul.lowp_float_vec4_vertex");
581 
582 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008523,
583         "dEQP-GLES3.functional.shaders.operator.bi",
584         "nary_operator.mul.lowp_float_vec4_fragment");
585 
586 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008524,
587         "dEQP-GLES3.functional.shaders.operator.bin",
588         "ary_operator.mul.mediump_float_vec4_vertex");
589 
590 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008525,
591         "dEQP-GLES3.functional.shaders.operator.bina",
592         "ry_operator.mul.mediump_float_vec4_fragment");
593 
594 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008526,
595         "dEQP-GLES3.functional.shaders.operator.bi",
596         "nary_operator.mul.highp_float_vec4_vertex");
597 
598 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008527,
599         "dEQP-GLES3.functional.shaders.operator.bin",
600         "ary_operator.mul.highp_float_vec4_fragment");
601 
602 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008528,
603         "dEQP-GLES3.functional.shaders.operator.b",
604         "inary_operator.mul.lowp_int_ivec2_vertex");
605 
606 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008529,
607         "dEQP-GLES3.functional.shaders.operator.bi",
608         "nary_operator.mul.lowp_int_ivec2_fragment");
609 
610 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008530,
611         "dEQP-GLES3.functional.shaders.operator.bi",
612         "nary_operator.mul.mediump_int_ivec2_vertex");
613 
614 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008531,
615         "dEQP-GLES3.functional.shaders.operator.bin",
616         "ary_operator.mul.mediump_int_ivec2_fragment");
617 
618 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008532,
619         "dEQP-GLES3.functional.shaders.operator.b",
620         "inary_operator.mul.lowp_int_ivec3_vertex");
621 
622 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008533,
623         "dEQP-GLES3.functional.shaders.operator.bi",
624         "nary_operator.mul.lowp_int_ivec3_fragment");
625 
626 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008534,
627         "dEQP-GLES3.functional.shaders.operator.bi",
628         "nary_operator.mul.mediump_int_ivec3_vertex");
629 
630 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008535,
631         "dEQP-GLES3.functional.shaders.operator.bin",
632         "ary_operator.mul.mediump_int_ivec3_fragment");
633 
634 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008536,
635         "dEQP-GLES3.functional.shaders.operator.b",
636         "inary_operator.mul.lowp_int_ivec4_vertex");
637 
638 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008537,
639         "dEQP-GLES3.functional.shaders.operator.bi",
640         "nary_operator.mul.lowp_int_ivec4_fragment");
641 
642 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008538,
643         "dEQP-GLES3.functional.shaders.operator.bi",
644         "nary_operator.mul.mediump_int_ivec4_vertex");
645 
646 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008539,
647         "dEQP-GLES3.functional.shaders.operator.bin",
648         "ary_operator.mul.mediump_int_ivec4_fragment");
649 
650 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008540,
651         "dEQP-GLES3.functional.shaders.operator.b",
652         "inary_operator.mul.highp_int_ivec2_vertex");
653 
654 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008541,
655         "dEQP-GLES3.functional.shaders.operator.bi",
656         "nary_operator.mul.highp_int_ivec2_fragment");
657 
658 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008542,
659         "dEQP-GLES3.functional.shaders.operator.b",
660         "inary_operator.mul.highp_int_ivec3_vertex");
661 
662 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008543,
663         "dEQP-GLES3.functional.shaders.operator.bi",
664         "nary_operator.mul.highp_int_ivec3_fragment");
665 
666 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008544,
667         "dEQP-GLES3.functional.shaders.operator.b",
668         "inary_operator.mul.highp_int_ivec4_vertex");
669 
670 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008545,
671         "dEQP-GLES3.functional.shaders.operator.bi",
672         "nary_operator.mul.highp_int_ivec4_fragment");
673 
674 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008546,
675         "dEQP-GLES3.functional.shaders.operator.b",
676         "inary_operator.mul.lowp_uint_uvec2_vertex");
677 
678 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008547,
679         "dEQP-GLES3.functional.shaders.operator.bi",
680         "nary_operator.mul.lowp_uint_uvec2_fragment");
681 
682 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008548,
683         "dEQP-GLES3.functional.shaders.operator.bin",
684         "ary_operator.mul.mediump_uint_uvec2_vertex");
685 
686 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008549,
687         "dEQP-GLES3.functional.shaders.operator.bina",
688         "ry_operator.mul.mediump_uint_uvec2_fragment");
689 
690 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008550,
691         "dEQP-GLES3.functional.shaders.operator.b",
692         "inary_operator.mul.lowp_uint_uvec3_vertex");
693 
694 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008551,
695         "dEQP-GLES3.functional.shaders.operator.bi",
696         "nary_operator.mul.lowp_uint_uvec3_fragment");
697 
698 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008552,
699         "dEQP-GLES3.functional.shaders.operator.bin",
700         "ary_operator.mul.mediump_uint_uvec3_vertex");
701 
702 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008553,
703         "dEQP-GLES3.functional.shaders.operator.bina",
704         "ry_operator.mul.mediump_uint_uvec3_fragment");
705 
706 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008554,
707         "dEQP-GLES3.functional.shaders.operator.b",
708         "inary_operator.mul.lowp_uint_uvec4_vertex");
709 
710 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008555,
711         "dEQP-GLES3.functional.shaders.operator.bi",
712         "nary_operator.mul.lowp_uint_uvec4_fragment");
713 
714 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008556,
715         "dEQP-GLES3.functional.shaders.operator.bin",
716         "ary_operator.mul.mediump_uint_uvec4_vertex");
717 
718 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008557,
719         "dEQP-GLES3.functional.shaders.operator.bina",
720         "ry_operator.mul.mediump_uint_uvec4_fragment");
721 
722 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008558,
723         "dEQP-GLES3.functional.shaders.operator.bi",
724         "nary_operator.mul.highp_uint_uvec2_vertex");
725 
726 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008559,
727         "dEQP-GLES3.functional.shaders.operator.bin",
728         "ary_operator.mul.highp_uint_uvec2_fragment");
729 
730 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008560,
731         "dEQP-GLES3.functional.shaders.operator.bi",
732         "nary_operator.mul.highp_uint_uvec3_vertex");
733 
734 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008561,
735         "dEQP-GLES3.functional.shaders.operator.bin",
736         "ary_operator.mul.highp_uint_uvec3_fragment");
737 
738 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008562,
739         "dEQP-GLES3.functional.shaders.operator.bi",
740         "nary_operator.mul.highp_uint_uvec4_vertex");
741 
742 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008563,
743         "dEQP-GLES3.functional.shaders.operator.bin",
744         "ary_operator.mul.highp_uint_uvec4_fragment");
745