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 "../Deqpgles2BaseFunc.h"
19 #include "../ActsDeqpgles20003TestSuite.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(ActsDeqpgles20003TestSuite, TestCase_002835,
27         "dEQP-GLES2.functional.shaders.indexing.tmp_",
28         "array.float_static_write_static_read_vertex");
29 
30 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002836,
31         "dEQP-GLES2.functional.shaders.indexing.tmp_a",
32         "rray.float_static_write_static_read_fragment");
33 
34 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002837,
35         "dEQP-GLES2.functional.shaders.indexing.tmp_",
36         "array.float_static_write_dynamic_read_vertex");
37 
38 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002838,
39         "dEQP-GLES2.functional.shaders.indexing.tmp_a",
40         "rray.float_static_write_dynamic_read_fragment");
41 
42 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002839,
43         "dEQP-GLES2.functional.shaders.indexing.tmp_ar",
44         "ray.float_static_write_static_loop_read_vertex");
45 
46 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002840,
47         "dEQP-GLES2.functional.shaders.indexing.tmp_arr",
48         "ay.float_static_write_static_loop_read_fragment");
49 
50 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002841,
51         "dEQP-GLES2.functional.shaders.indexing.tmp_arr",
52         "ay.float_static_write_dynamic_loop_read_vertex");
53 
54 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002842,
55         "dEQP-GLES2.functional.shaders.indexing.tmp_arra",
56         "y.float_static_write_dynamic_loop_read_fragment");
57 
58 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002843,
59         "dEQP-GLES2.functional.shaders.indexing.tmp_",
60         "array.float_dynamic_write_static_read_vertex");
61 
62 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002844,
63         "dEQP-GLES2.functional.shaders.indexing.tmp_a",
64         "rray.float_dynamic_write_static_read_fragment");
65 
66 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002845,
67         "dEQP-GLES2.functional.shaders.indexing.tmp_a",
68         "rray.float_dynamic_write_dynamic_read_vertex");
69 
70 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002846,
71         "dEQP-GLES2.functional.shaders.indexing.tmp_ar",
72         "ray.float_dynamic_write_dynamic_read_fragment");
73 
74 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002847,
75         "dEQP-GLES2.functional.shaders.indexing.tmp_arr",
76         "ay.float_dynamic_write_static_loop_read_vertex");
77 
78 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002848,
79         "dEQP-GLES2.functional.shaders.indexing.tmp_arra",
80         "y.float_dynamic_write_static_loop_read_fragment");
81 
82 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002849,
83         "dEQP-GLES2.functional.shaders.indexing.tmp_arr",
84         "ay.float_dynamic_write_dynamic_loop_read_vertex");
85 
86 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002850,
87         "dEQP-GLES2.functional.shaders.indexing.tmp_arra",
88         "y.float_dynamic_write_dynamic_loop_read_fragment");
89 
90 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002851,
91         "dEQP-GLES2.functional.shaders.indexing.tmp_ar",
92         "ray.float_static_loop_write_static_read_vertex");
93 
94 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002852,
95         "dEQP-GLES2.functional.shaders.indexing.tmp_arr",
96         "ay.float_static_loop_write_static_read_fragment");
97 
98 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002853,
99         "dEQP-GLES2.functional.shaders.indexing.tmp_arr",
100         "ay.float_static_loop_write_dynamic_read_vertex");
101 
102 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002854,
103         "dEQP-GLES2.functional.shaders.indexing.tmp_arra",
104         "y.float_static_loop_write_dynamic_read_fragment");
105 
106 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002855,
107         "dEQP-GLES2.functional.shaders.indexing.tmp_array",
108         ".float_static_loop_write_static_loop_read_vertex");
109 
110 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002856,
111         "dEQP-GLES2.functional.shaders.indexing.tmp_array.",
112         "float_static_loop_write_static_loop_read_fragment");
113 
114 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002857,
115         "dEQP-GLES2.functional.shaders.indexing.tmp_array",
116         ".float_static_loop_write_dynamic_loop_read_vertex");
117 
118 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002858,
119         "dEQP-GLES2.functional.shaders.indexing.tmp_array.",
120         "float_static_loop_write_dynamic_loop_read_fragment");
121 
122 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002859,
123         "dEQP-GLES2.functional.shaders.indexing.tmp_arr",
124         "ay.float_dynamic_loop_write_static_read_vertex");
125 
126 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002860,
127         "dEQP-GLES2.functional.shaders.indexing.tmp_arra",
128         "y.float_dynamic_loop_write_static_read_fragment");
129 
130 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002861,
131         "dEQP-GLES2.functional.shaders.indexing.tmp_arr",
132         "ay.float_dynamic_loop_write_dynamic_read_vertex");
133 
134 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002862,
135         "dEQP-GLES2.functional.shaders.indexing.tmp_arra",
136         "y.float_dynamic_loop_write_dynamic_read_fragment");
137 
138 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002863,
139         "dEQP-GLES2.functional.shaders.indexing.tmp_array",
140         ".float_dynamic_loop_write_static_loop_read_vertex");
141 
142 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002864,
143         "dEQP-GLES2.functional.shaders.indexing.tmp_array.",
144         "float_dynamic_loop_write_static_loop_read_fragment");
145 
146 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002865,
147         "dEQP-GLES2.functional.shaders.indexing.tmp_array.",
148         "float_dynamic_loop_write_dynamic_loop_read_vertex");
149 
150 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002866,
151         "dEQP-GLES2.functional.shaders.indexing.tmp_array.f",
152         "loat_dynamic_loop_write_dynamic_loop_read_fragment");
153 
154 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002867,
155         "dEQP-GLES2.functional.shaders.indexing.tmp",
156         "_array.float_const_write_static_read_vertex");
157 
158 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002868,
159         "dEQP-GLES2.functional.shaders.indexing.tmp_",
160         "array.float_const_write_static_read_fragment");
161 
162 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002869,
163         "dEQP-GLES2.functional.shaders.indexing.tmp_",
164         "array.float_const_write_dynamic_read_vertex");
165 
166 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002870,
167         "dEQP-GLES2.functional.shaders.indexing.tmp_a",
168         "rray.float_const_write_dynamic_read_fragment");
169 
170 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002871,
171         "dEQP-GLES2.functional.shaders.indexing.tmp_ar",
172         "ray.float_const_write_static_loop_read_vertex");
173 
174 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002872,
175         "dEQP-GLES2.functional.shaders.indexing.tmp_arr",
176         "ay.float_const_write_static_loop_read_fragment");
177 
178 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002873,
179         "dEQP-GLES2.functional.shaders.indexing.tmp_ar",
180         "ray.float_const_write_dynamic_loop_read_vertex");
181 
182 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002874,
183         "dEQP-GLES2.functional.shaders.indexing.tmp_arr",
184         "ay.float_const_write_dynamic_loop_read_fragment");
185 
186 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002875,
187         "dEQP-GLES2.functional.shaders.indexing.tmp",
188         "_array.vec2_static_write_static_read_vertex");
189 
190 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002876,
191         "dEQP-GLES2.functional.shaders.indexing.tmp_",
192         "array.vec2_static_write_static_read_fragment");
193 
194 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002877,
195         "dEQP-GLES2.functional.shaders.indexing.tmp_",
196         "array.vec2_static_write_dynamic_read_vertex");
197 
198 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002878,
199         "dEQP-GLES2.functional.shaders.indexing.tmp_a",
200         "rray.vec2_static_write_dynamic_read_fragment");
201 
202 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002879,
203         "dEQP-GLES2.functional.shaders.indexing.tmp_ar",
204         "ray.vec2_static_write_static_loop_read_vertex");
205 
206 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002880,
207         "dEQP-GLES2.functional.shaders.indexing.tmp_arr",
208         "ay.vec2_static_write_static_loop_read_fragment");
209 
210 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002881,
211         "dEQP-GLES2.functional.shaders.indexing.tmp_ar",
212         "ray.vec2_static_write_dynamic_loop_read_vertex");
213 
214 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002882,
215         "dEQP-GLES2.functional.shaders.indexing.tmp_arr",
216         "ay.vec2_static_write_dynamic_loop_read_fragment");
217 
218 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002883,
219         "dEQP-GLES2.functional.shaders.indexing.tmp_",
220         "array.vec2_dynamic_write_static_read_vertex");
221 
222 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002884,
223         "dEQP-GLES2.functional.shaders.indexing.tmp_a",
224         "rray.vec2_dynamic_write_static_read_fragment");
225 
226 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002885,
227         "dEQP-GLES2.functional.shaders.indexing.tmp_",
228         "array.vec2_dynamic_write_dynamic_read_vertex");
229 
230 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002886,
231         "dEQP-GLES2.functional.shaders.indexing.tmp_a",
232         "rray.vec2_dynamic_write_dynamic_read_fragment");
233 
234 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002887,
235         "dEQP-GLES2.functional.shaders.indexing.tmp_ar",
236         "ray.vec2_dynamic_write_static_loop_read_vertex");
237 
238 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002888,
239         "dEQP-GLES2.functional.shaders.indexing.tmp_arr",
240         "ay.vec2_dynamic_write_static_loop_read_fragment");
241 
242 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002889,
243         "dEQP-GLES2.functional.shaders.indexing.tmp_arr",
244         "ay.vec2_dynamic_write_dynamic_loop_read_vertex");
245 
246 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002890,
247         "dEQP-GLES2.functional.shaders.indexing.tmp_arra",
248         "y.vec2_dynamic_write_dynamic_loop_read_fragment");
249 
250 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002891,
251         "dEQP-GLES2.functional.shaders.indexing.tmp_ar",
252         "ray.vec2_static_loop_write_static_read_vertex");
253 
254 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002892,
255         "dEQP-GLES2.functional.shaders.indexing.tmp_arr",
256         "ay.vec2_static_loop_write_static_read_fragment");
257 
258 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002893,
259         "dEQP-GLES2.functional.shaders.indexing.tmp_ar",
260         "ray.vec2_static_loop_write_dynamic_read_vertex");
261 
262 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002894,
263         "dEQP-GLES2.functional.shaders.indexing.tmp_arr",
264         "ay.vec2_static_loop_write_dynamic_read_fragment");
265 
266 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002895,
267         "dEQP-GLES2.functional.shaders.indexing.tmp_arra",
268         "y.vec2_static_loop_write_static_loop_read_vertex");
269 
270 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002896,
271         "dEQP-GLES2.functional.shaders.indexing.tmp_array",
272         ".vec2_static_loop_write_static_loop_read_fragment");
273 
274 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002897,
275         "dEQP-GLES2.functional.shaders.indexing.tmp_array",
276         ".vec2_static_loop_write_dynamic_loop_read_vertex");
277 
278 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002898,
279         "dEQP-GLES2.functional.shaders.indexing.tmp_array.",
280         "vec2_static_loop_write_dynamic_loop_read_fragment");
281 
282 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002899,
283         "dEQP-GLES2.functional.shaders.indexing.tmp_ar",
284         "ray.vec2_dynamic_loop_write_static_read_vertex");
285 
286 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002900,
287         "dEQP-GLES2.functional.shaders.indexing.tmp_arr",
288         "ay.vec2_dynamic_loop_write_static_read_fragment");
289 
290 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002901,
291         "dEQP-GLES2.functional.shaders.indexing.tmp_arr",
292         "ay.vec2_dynamic_loop_write_dynamic_read_vertex");
293 
294 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002902,
295         "dEQP-GLES2.functional.shaders.indexing.tmp_arra",
296         "y.vec2_dynamic_loop_write_dynamic_read_fragment");
297 
298 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002903,
299         "dEQP-GLES2.functional.shaders.indexing.tmp_array",
300         ".vec2_dynamic_loop_write_static_loop_read_vertex");
301 
302 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002904,
303         "dEQP-GLES2.functional.shaders.indexing.tmp_array.",
304         "vec2_dynamic_loop_write_static_loop_read_fragment");
305 
306 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002905,
307         "dEQP-GLES2.functional.shaders.indexing.tmp_array",
308         ".vec2_dynamic_loop_write_dynamic_loop_read_vertex");
309 
310 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002906,
311         "dEQP-GLES2.functional.shaders.indexing.tmp_array.",
312         "vec2_dynamic_loop_write_dynamic_loop_read_fragment");
313 
314 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002907,
315         "dEQP-GLES2.functional.shaders.indexing.tmp",
316         "_array.vec2_const_write_static_read_vertex");
317 
318 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002908,
319         "dEQP-GLES2.functional.shaders.indexing.tmp_",
320         "array.vec2_const_write_static_read_fragment");
321 
322 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002909,
323         "dEQP-GLES2.functional.shaders.indexing.tmp",
324         "_array.vec2_const_write_dynamic_read_vertex");
325 
326 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002910,
327         "dEQP-GLES2.functional.shaders.indexing.tmp_",
328         "array.vec2_const_write_dynamic_read_fragment");
329 
330 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002911,
331         "dEQP-GLES2.functional.shaders.indexing.tmp_a",
332         "rray.vec2_const_write_static_loop_read_vertex");
333 
334 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002912,
335         "dEQP-GLES2.functional.shaders.indexing.tmp_ar",
336         "ray.vec2_const_write_static_loop_read_fragment");
337 
338 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002913,
339         "dEQP-GLES2.functional.shaders.indexing.tmp_ar",
340         "ray.vec2_const_write_dynamic_loop_read_vertex");
341 
342 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002914,
343         "dEQP-GLES2.functional.shaders.indexing.tmp_arr",
344         "ay.vec2_const_write_dynamic_loop_read_fragment");
345 
346 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002915,
347         "dEQP-GLES2.functional.shaders.indexing.tmp",
348         "_array.vec3_static_write_static_read_vertex");
349 
350 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002916,
351         "dEQP-GLES2.functional.shaders.indexing.tmp_",
352         "array.vec3_static_write_static_read_fragment");
353 
354 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002917,
355         "dEQP-GLES2.functional.shaders.indexing.tmp_",
356         "array.vec3_static_write_dynamic_read_vertex");
357 
358 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002918,
359         "dEQP-GLES2.functional.shaders.indexing.tmp_a",
360         "rray.vec3_static_write_dynamic_read_fragment");
361 
362 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002919,
363         "dEQP-GLES2.functional.shaders.indexing.tmp_ar",
364         "ray.vec3_static_write_static_loop_read_vertex");
365 
366 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002920,
367         "dEQP-GLES2.functional.shaders.indexing.tmp_arr",
368         "ay.vec3_static_write_static_loop_read_fragment");
369 
370 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002921,
371         "dEQP-GLES2.functional.shaders.indexing.tmp_ar",
372         "ray.vec3_static_write_dynamic_loop_read_vertex");
373 
374 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002922,
375         "dEQP-GLES2.functional.shaders.indexing.tmp_arr",
376         "ay.vec3_static_write_dynamic_loop_read_fragment");
377 
378 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002923,
379         "dEQP-GLES2.functional.shaders.indexing.tmp_",
380         "array.vec3_dynamic_write_static_read_vertex");
381 
382 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002924,
383         "dEQP-GLES2.functional.shaders.indexing.tmp_a",
384         "rray.vec3_dynamic_write_static_read_fragment");
385 
386 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002925,
387         "dEQP-GLES2.functional.shaders.indexing.tmp_",
388         "array.vec3_dynamic_write_dynamic_read_vertex");
389 
390 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002926,
391         "dEQP-GLES2.functional.shaders.indexing.tmp_a",
392         "rray.vec3_dynamic_write_dynamic_read_fragment");
393 
394 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002927,
395         "dEQP-GLES2.functional.shaders.indexing.tmp_ar",
396         "ray.vec3_dynamic_write_static_loop_read_vertex");
397 
398 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002928,
399         "dEQP-GLES2.functional.shaders.indexing.tmp_arr",
400         "ay.vec3_dynamic_write_static_loop_read_fragment");
401 
402 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002929,
403         "dEQP-GLES2.functional.shaders.indexing.tmp_arr",
404         "ay.vec3_dynamic_write_dynamic_loop_read_vertex");
405 
406 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002930,
407         "dEQP-GLES2.functional.shaders.indexing.tmp_arra",
408         "y.vec3_dynamic_write_dynamic_loop_read_fragment");
409 
410 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002931,
411         "dEQP-GLES2.functional.shaders.indexing.tmp_ar",
412         "ray.vec3_static_loop_write_static_read_vertex");
413 
414 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002932,
415         "dEQP-GLES2.functional.shaders.indexing.tmp_arr",
416         "ay.vec3_static_loop_write_static_read_fragment");
417 
418 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002933,
419         "dEQP-GLES2.functional.shaders.indexing.tmp_ar",
420         "ray.vec3_static_loop_write_dynamic_read_vertex");
421 
422 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002934,
423         "dEQP-GLES2.functional.shaders.indexing.tmp_arr",
424         "ay.vec3_static_loop_write_dynamic_read_fragment");
425 
426 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002935,
427         "dEQP-GLES2.functional.shaders.indexing.tmp_arra",
428         "y.vec3_static_loop_write_static_loop_read_vertex");
429 
430 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002936,
431         "dEQP-GLES2.functional.shaders.indexing.tmp_array",
432         ".vec3_static_loop_write_static_loop_read_fragment");
433 
434 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002937,
435         "dEQP-GLES2.functional.shaders.indexing.tmp_array",
436         ".vec3_static_loop_write_dynamic_loop_read_vertex");
437 
438 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002938,
439         "dEQP-GLES2.functional.shaders.indexing.tmp_array.",
440         "vec3_static_loop_write_dynamic_loop_read_fragment");
441 
442 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002939,
443         "dEQP-GLES2.functional.shaders.indexing.tmp_ar",
444         "ray.vec3_dynamic_loop_write_static_read_vertex");
445 
446 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002940,
447         "dEQP-GLES2.functional.shaders.indexing.tmp_arr",
448         "ay.vec3_dynamic_loop_write_static_read_fragment");
449 
450 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002941,
451         "dEQP-GLES2.functional.shaders.indexing.tmp_arr",
452         "ay.vec3_dynamic_loop_write_dynamic_read_vertex");
453 
454 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002942,
455         "dEQP-GLES2.functional.shaders.indexing.tmp_arra",
456         "y.vec3_dynamic_loop_write_dynamic_read_fragment");
457 
458 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002943,
459         "dEQP-GLES2.functional.shaders.indexing.tmp_array",
460         ".vec3_dynamic_loop_write_static_loop_read_vertex");
461 
462 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002944,
463         "dEQP-GLES2.functional.shaders.indexing.tmp_array.",
464         "vec3_dynamic_loop_write_static_loop_read_fragment");
465 
466 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002945,
467         "dEQP-GLES2.functional.shaders.indexing.tmp_array",
468         ".vec3_dynamic_loop_write_dynamic_loop_read_vertex");
469 
470 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002946,
471         "dEQP-GLES2.functional.shaders.indexing.tmp_array.",
472         "vec3_dynamic_loop_write_dynamic_loop_read_fragment");
473 
474 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002947,
475         "dEQP-GLES2.functional.shaders.indexing.tmp",
476         "_array.vec3_const_write_static_read_vertex");
477 
478 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002948,
479         "dEQP-GLES2.functional.shaders.indexing.tmp_",
480         "array.vec3_const_write_static_read_fragment");
481 
482 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002949,
483         "dEQP-GLES2.functional.shaders.indexing.tmp",
484         "_array.vec3_const_write_dynamic_read_vertex");
485 
486 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002950,
487         "dEQP-GLES2.functional.shaders.indexing.tmp_",
488         "array.vec3_const_write_dynamic_read_fragment");
489 
490 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002951,
491         "dEQP-GLES2.functional.shaders.indexing.tmp_a",
492         "rray.vec3_const_write_static_loop_read_vertex");
493 
494 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002952,
495         "dEQP-GLES2.functional.shaders.indexing.tmp_ar",
496         "ray.vec3_const_write_static_loop_read_fragment");
497 
498 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002953,
499         "dEQP-GLES2.functional.shaders.indexing.tmp_ar",
500         "ray.vec3_const_write_dynamic_loop_read_vertex");
501 
502 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002954,
503         "dEQP-GLES2.functional.shaders.indexing.tmp_arr",
504         "ay.vec3_const_write_dynamic_loop_read_fragment");
505 
506 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002955,
507         "dEQP-GLES2.functional.shaders.indexing.tmp",
508         "_array.vec4_static_write_static_read_vertex");
509 
510 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002956,
511         "dEQP-GLES2.functional.shaders.indexing.tmp_",
512         "array.vec4_static_write_static_read_fragment");
513 
514 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002957,
515         "dEQP-GLES2.functional.shaders.indexing.tmp_",
516         "array.vec4_static_write_dynamic_read_vertex");
517 
518 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002958,
519         "dEQP-GLES2.functional.shaders.indexing.tmp_a",
520         "rray.vec4_static_write_dynamic_read_fragment");
521 
522 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002959,
523         "dEQP-GLES2.functional.shaders.indexing.tmp_ar",
524         "ray.vec4_static_write_static_loop_read_vertex");
525 
526 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002960,
527         "dEQP-GLES2.functional.shaders.indexing.tmp_arr",
528         "ay.vec4_static_write_static_loop_read_fragment");
529 
530 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002961,
531         "dEQP-GLES2.functional.shaders.indexing.tmp_ar",
532         "ray.vec4_static_write_dynamic_loop_read_vertex");
533 
534 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002962,
535         "dEQP-GLES2.functional.shaders.indexing.tmp_arr",
536         "ay.vec4_static_write_dynamic_loop_read_fragment");
537 
538 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002963,
539         "dEQP-GLES2.functional.shaders.indexing.tmp_",
540         "array.vec4_dynamic_write_static_read_vertex");
541 
542 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002964,
543         "dEQP-GLES2.functional.shaders.indexing.tmp_a",
544         "rray.vec4_dynamic_write_static_read_fragment");
545 
546 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002965,
547         "dEQP-GLES2.functional.shaders.indexing.tmp_",
548         "array.vec4_dynamic_write_dynamic_read_vertex");
549 
550 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002966,
551         "dEQP-GLES2.functional.shaders.indexing.tmp_a",
552         "rray.vec4_dynamic_write_dynamic_read_fragment");
553 
554 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002967,
555         "dEQP-GLES2.functional.shaders.indexing.tmp_ar",
556         "ray.vec4_dynamic_write_static_loop_read_vertex");
557 
558 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002968,
559         "dEQP-GLES2.functional.shaders.indexing.tmp_arr",
560         "ay.vec4_dynamic_write_static_loop_read_fragment");
561 
562 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002969,
563         "dEQP-GLES2.functional.shaders.indexing.tmp_arr",
564         "ay.vec4_dynamic_write_dynamic_loop_read_vertex");
565 
566 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002970,
567         "dEQP-GLES2.functional.shaders.indexing.tmp_arra",
568         "y.vec4_dynamic_write_dynamic_loop_read_fragment");
569 
570 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002971,
571         "dEQP-GLES2.functional.shaders.indexing.tmp_ar",
572         "ray.vec4_static_loop_write_static_read_vertex");
573 
574 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002972,
575         "dEQP-GLES2.functional.shaders.indexing.tmp_arr",
576         "ay.vec4_static_loop_write_static_read_fragment");
577 
578 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002973,
579         "dEQP-GLES2.functional.shaders.indexing.tmp_ar",
580         "ray.vec4_static_loop_write_dynamic_read_vertex");
581 
582 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002974,
583         "dEQP-GLES2.functional.shaders.indexing.tmp_arr",
584         "ay.vec4_static_loop_write_dynamic_read_fragment");
585 
586 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002975,
587         "dEQP-GLES2.functional.shaders.indexing.tmp_arra",
588         "y.vec4_static_loop_write_static_loop_read_vertex");
589 
590 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002976,
591         "dEQP-GLES2.functional.shaders.indexing.tmp_array",
592         ".vec4_static_loop_write_static_loop_read_fragment");
593 
594 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002977,
595         "dEQP-GLES2.functional.shaders.indexing.tmp_array",
596         ".vec4_static_loop_write_dynamic_loop_read_vertex");
597 
598 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002978,
599         "dEQP-GLES2.functional.shaders.indexing.tmp_array.",
600         "vec4_static_loop_write_dynamic_loop_read_fragment");
601 
602 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002979,
603         "dEQP-GLES2.functional.shaders.indexing.tmp_ar",
604         "ray.vec4_dynamic_loop_write_static_read_vertex");
605 
606 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002980,
607         "dEQP-GLES2.functional.shaders.indexing.tmp_arr",
608         "ay.vec4_dynamic_loop_write_static_read_fragment");
609 
610 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002981,
611         "dEQP-GLES2.functional.shaders.indexing.tmp_arr",
612         "ay.vec4_dynamic_loop_write_dynamic_read_vertex");
613 
614 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002982,
615         "dEQP-GLES2.functional.shaders.indexing.tmp_arra",
616         "y.vec4_dynamic_loop_write_dynamic_read_fragment");
617 
618 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002983,
619         "dEQP-GLES2.functional.shaders.indexing.tmp_array",
620         ".vec4_dynamic_loop_write_static_loop_read_vertex");
621 
622 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002984,
623         "dEQP-GLES2.functional.shaders.indexing.tmp_array.",
624         "vec4_dynamic_loop_write_static_loop_read_fragment");
625 
626 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002985,
627         "dEQP-GLES2.functional.shaders.indexing.tmp_array",
628         ".vec4_dynamic_loop_write_dynamic_loop_read_vertex");
629 
630 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002986,
631         "dEQP-GLES2.functional.shaders.indexing.tmp_array.",
632         "vec4_dynamic_loop_write_dynamic_loop_read_fragment");
633 
634 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002987,
635         "dEQP-GLES2.functional.shaders.indexing.tmp",
636         "_array.vec4_const_write_static_read_vertex");
637 
638 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002988,
639         "dEQP-GLES2.functional.shaders.indexing.tmp_",
640         "array.vec4_const_write_static_read_fragment");
641 
642 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002989,
643         "dEQP-GLES2.functional.shaders.indexing.tmp",
644         "_array.vec4_const_write_dynamic_read_vertex");
645 
646 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002990,
647         "dEQP-GLES2.functional.shaders.indexing.tmp_",
648         "array.vec4_const_write_dynamic_read_fragment");
649 
650 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002991,
651         "dEQP-GLES2.functional.shaders.indexing.tmp_a",
652         "rray.vec4_const_write_static_loop_read_vertex");
653 
654 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002992,
655         "dEQP-GLES2.functional.shaders.indexing.tmp_ar",
656         "ray.vec4_const_write_static_loop_read_fragment");
657 
658 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002993,
659         "dEQP-GLES2.functional.shaders.indexing.tmp_ar",
660         "ray.vec4_const_write_dynamic_loop_read_vertex");
661 
662 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002994,
663         "dEQP-GLES2.functional.shaders.indexing.tmp_arr",
664         "ay.vec4_const_write_dynamic_loop_read_fragment");
665