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 "../ActsDeqpgles30027TestSuite.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(ActsDeqpgles30027TestSuite, TestCase_026830,
27         "dEQP-GLES3.functional.texture.specificat",
28         "ion.texstorage3d.format.rgba32f_2d_array");
29 
30 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026831,
31         "dEQP-GLES3.functional.texture.specifi",
32         "cation.texstorage3d.format.rgba32f_3d");
33 
34 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026832,
35         "dEQP-GLES3.functional.texture.specificat",
36         "ion.texstorage3d.format.rgba32i_2d_array");
37 
38 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026833,
39         "dEQP-GLES3.functional.texture.specifi",
40         "cation.texstorage3d.format.rgba32i_3d");
41 
42 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026834,
43         "dEQP-GLES3.functional.texture.specificat",
44         "ion.texstorage3d.format.rgba32ui_2d_array");
45 
46 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026835,
47         "dEQP-GLES3.functional.texture.specifi",
48         "cation.texstorage3d.format.rgba32ui_3d");
49 
50 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026836,
51         "dEQP-GLES3.functional.texture.specificat",
52         "ion.texstorage3d.format.rgba16f_2d_array");
53 
54 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026837,
55         "dEQP-GLES3.functional.texture.specifi",
56         "cation.texstorage3d.format.rgba16f_3d");
57 
58 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026838,
59         "dEQP-GLES3.functional.texture.specificat",
60         "ion.texstorage3d.format.rgba16i_2d_array");
61 
62 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026839,
63         "dEQP-GLES3.functional.texture.specifi",
64         "cation.texstorage3d.format.rgba16i_3d");
65 
66 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026840,
67         "dEQP-GLES3.functional.texture.specificat",
68         "ion.texstorage3d.format.rgba16ui_2d_array");
69 
70 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026841,
71         "dEQP-GLES3.functional.texture.specifi",
72         "cation.texstorage3d.format.rgba16ui_3d");
73 
74 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026842,
75         "dEQP-GLES3.functional.texture.specifica",
76         "tion.texstorage3d.format.rgba8_2d_array");
77 
78 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026843,
79         "dEQP-GLES3.functional.texture.specif",
80         "ication.texstorage3d.format.rgba8_3d");
81 
82 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026844,
83         "dEQP-GLES3.functional.texture.specifica",
84         "tion.texstorage3d.format.rgba8i_2d_array");
85 
86 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026845,
87         "dEQP-GLES3.functional.texture.specif",
88         "ication.texstorage3d.format.rgba8i_3d");
89 
90 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026846,
91         "dEQP-GLES3.functional.texture.specificat",
92         "ion.texstorage3d.format.rgba8ui_2d_array");
93 
94 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026847,
95         "dEQP-GLES3.functional.texture.specifi",
96         "cation.texstorage3d.format.rgba8ui_3d");
97 
98 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026848,
99         "dEQP-GLES3.functional.texture.specificatio",
100         "n.texstorage3d.format.srgb8_alpha8_2d_array");
101 
102 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026849,
103         "dEQP-GLES3.functional.texture.specifica",
104         "tion.texstorage3d.format.srgb8_alpha8_3d");
105 
106 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026850,
107         "dEQP-GLES3.functional.texture.specificat",
108         "ion.texstorage3d.format.rgb10_a2_2d_array");
109 
110 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026851,
111         "dEQP-GLES3.functional.texture.specifi",
112         "cation.texstorage3d.format.rgb10_a2_3d");
113 
114 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026852,
115         "dEQP-GLES3.functional.texture.specificati",
116         "on.texstorage3d.format.rgb10_a2ui_2d_array");
117 
118 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026853,
119         "dEQP-GLES3.functional.texture.specific",
120         "ation.texstorage3d.format.rgb10_a2ui_3d");
121 
122 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026854,
123         "dEQP-GLES3.functional.texture.specifica",
124         "tion.texstorage3d.format.rgba4_2d_array");
125 
126 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026855,
127         "dEQP-GLES3.functional.texture.specif",
128         "ication.texstorage3d.format.rgba4_3d");
129 
130 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026856,
131         "dEQP-GLES3.functional.texture.specificat",
132         "ion.texstorage3d.format.rgb5_a1_2d_array");
133 
134 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026857,
135         "dEQP-GLES3.functional.texture.specifi",
136         "cation.texstorage3d.format.rgb5_a1_3d");
137 
138 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026858,
139         "dEQP-GLES3.functional.texture.specificatio",
140         "n.texstorage3d.format.rgba8_snorm_2d_array");
141 
142 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026859,
143         "dEQP-GLES3.functional.texture.specifica",
144         "tion.texstorage3d.format.rgba8_snorm_3d");
145 
146 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026860,
147         "dEQP-GLES3.functional.texture.specific",
148         "ation.texstorage3d.format.rgb8_2d_array");
149 
150 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026861,
151         "dEQP-GLES3.functional.texture.speci",
152         "fication.texstorage3d.format.rgb8_3d");
153 
154 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026862,
155         "dEQP-GLES3.functional.texture.specifica",
156         "tion.texstorage3d.format.rgb565_2d_array");
157 
158 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026863,
159         "dEQP-GLES3.functional.texture.specif",
160         "ication.texstorage3d.format.rgb565_3d");
161 
162 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026864,
163         "dEQP-GLES3.functional.texture.specification",
164         ".texstorage3d.format.r11f_g11f_b10f_2d_array");
165 
166 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026865,
167         "dEQP-GLES3.functional.texture.specificat",
168         "ion.texstorage3d.format.r11f_g11f_b10f_3d");
169 
170 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026866,
171         "dEQP-GLES3.functional.texture.specifica",
172         "tion.texstorage3d.format.rgb32f_2d_array");
173 
174 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026867,
175         "dEQP-GLES3.functional.texture.specif",
176         "ication.texstorage3d.format.rgb32f_3d");
177 
178 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026868,
179         "dEQP-GLES3.functional.texture.specifica",
180         "tion.texstorage3d.format.rgb32i_2d_array");
181 
182 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026869,
183         "dEQP-GLES3.functional.texture.specif",
184         "ication.texstorage3d.format.rgb32i_3d");
185 
186 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026870,
187         "dEQP-GLES3.functional.texture.specificat",
188         "ion.texstorage3d.format.rgb32ui_2d_array");
189 
190 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026871,
191         "dEQP-GLES3.functional.texture.specifi",
192         "cation.texstorage3d.format.rgb32ui_3d");
193 
194 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026872,
195         "dEQP-GLES3.functional.texture.specifica",
196         "tion.texstorage3d.format.rgb16f_2d_array");
197 
198 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026873,
199         "dEQP-GLES3.functional.texture.specif",
200         "ication.texstorage3d.format.rgb16f_3d");
201 
202 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026874,
203         "dEQP-GLES3.functional.texture.specifica",
204         "tion.texstorage3d.format.rgb16i_2d_array");
205 
206 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026875,
207         "dEQP-GLES3.functional.texture.specif",
208         "ication.texstorage3d.format.rgb16i_3d");
209 
210 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026876,
211         "dEQP-GLES3.functional.texture.specificat",
212         "ion.texstorage3d.format.rgb16ui_2d_array");
213 
214 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026877,
215         "dEQP-GLES3.functional.texture.specifi",
216         "cation.texstorage3d.format.rgb16ui_3d");
217 
218 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026878,
219         "dEQP-GLES3.functional.texture.specificati",
220         "on.texstorage3d.format.rgb8_snorm_2d_array");
221 
222 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026879,
223         "dEQP-GLES3.functional.texture.specific",
224         "ation.texstorage3d.format.rgb8_snorm_3d");
225 
226 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026880,
227         "dEQP-GLES3.functional.texture.specifica",
228         "tion.texstorage3d.format.rgb8i_2d_array");
229 
230 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026881,
231         "dEQP-GLES3.functional.texture.specif",
232         "ication.texstorage3d.format.rgb8i_3d");
233 
234 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026882,
235         "dEQP-GLES3.functional.texture.specifica",
236         "tion.texstorage3d.format.rgb8ui_2d_array");
237 
238 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026883,
239         "dEQP-GLES3.functional.texture.specif",
240         "ication.texstorage3d.format.rgb8ui_3d");
241 
242 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026884,
243         "dEQP-GLES3.functional.texture.specifica",
244         "tion.texstorage3d.format.srgb8_2d_array");
245 
246 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026885,
247         "dEQP-GLES3.functional.texture.specif",
248         "ication.texstorage3d.format.srgb8_3d");
249 
250 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026886,
251         "dEQP-GLES3.functional.texture.specificat",
252         "ion.texstorage3d.format.rgb9_e5_2d_array");
253 
254 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026887,
255         "dEQP-GLES3.functional.texture.specifi",
256         "cation.texstorage3d.format.rgb9_e5_3d");
257 
258 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026888,
259         "dEQP-GLES3.functional.texture.specifica",
260         "tion.texstorage3d.format.rg32f_2d_array");
261 
262 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026889,
263         "dEQP-GLES3.functional.texture.specif",
264         "ication.texstorage3d.format.rg32f_3d");
265 
266 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026890,
267         "dEQP-GLES3.functional.texture.specifica",
268         "tion.texstorage3d.format.rg32i_2d_array");
269 
270 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026891,
271         "dEQP-GLES3.functional.texture.specif",
272         "ication.texstorage3d.format.rg32i_3d");
273 
274 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026892,
275         "dEQP-GLES3.functional.texture.specifica",
276         "tion.texstorage3d.format.rg32ui_2d_array");
277 
278 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026893,
279         "dEQP-GLES3.functional.texture.specif",
280         "ication.texstorage3d.format.rg32ui_3d");
281 
282 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026894,
283         "dEQP-GLES3.functional.texture.specifica",
284         "tion.texstorage3d.format.rg16f_2d_array");
285 
286 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026895,
287         "dEQP-GLES3.functional.texture.specif",
288         "ication.texstorage3d.format.rg16f_3d");
289 
290 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026896,
291         "dEQP-GLES3.functional.texture.specifica",
292         "tion.texstorage3d.format.rg16i_2d_array");
293 
294 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026897,
295         "dEQP-GLES3.functional.texture.specif",
296         "ication.texstorage3d.format.rg16i_3d");
297 
298 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026898,
299         "dEQP-GLES3.functional.texture.specifica",
300         "tion.texstorage3d.format.rg16ui_2d_array");
301 
302 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026899,
303         "dEQP-GLES3.functional.texture.specif",
304         "ication.texstorage3d.format.rg16ui_3d");
305 
306 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026900,
307         "dEQP-GLES3.functional.texture.specific",
308         "ation.texstorage3d.format.rg8_2d_array");
309 
310 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026901,
311         "dEQP-GLES3.functional.texture.speci",
312         "fication.texstorage3d.format.rg8_3d");
313 
314 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026902,
315         "dEQP-GLES3.functional.texture.specific",
316         "ation.texstorage3d.format.rg8i_2d_array");
317 
318 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026903,
319         "dEQP-GLES3.functional.texture.speci",
320         "fication.texstorage3d.format.rg8i_3d");
321 
322 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026904,
323         "dEQP-GLES3.functional.texture.specifica",
324         "tion.texstorage3d.format.rg8ui_2d_array");
325 
326 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026905,
327         "dEQP-GLES3.functional.texture.specif",
328         "ication.texstorage3d.format.rg8ui_3d");
329 
330 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026906,
331         "dEQP-GLES3.functional.texture.specificati",
332         "on.texstorage3d.format.rg8_snorm_2d_array");
333 
334 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026907,
335         "dEQP-GLES3.functional.texture.specific",
336         "ation.texstorage3d.format.rg8_snorm_3d");
337 
338 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026908,
339         "dEQP-GLES3.functional.texture.specific",
340         "ation.texstorage3d.format.r32f_2d_array");
341 
342 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026909,
343         "dEQP-GLES3.functional.texture.speci",
344         "fication.texstorage3d.format.r32f_3d");
345 
346 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026910,
347         "dEQP-GLES3.functional.texture.specific",
348         "ation.texstorage3d.format.r32i_2d_array");
349 
350 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026911,
351         "dEQP-GLES3.functional.texture.speci",
352         "fication.texstorage3d.format.r32i_3d");
353 
354 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026912,
355         "dEQP-GLES3.functional.texture.specifica",
356         "tion.texstorage3d.format.r32ui_2d_array");
357 
358 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026913,
359         "dEQP-GLES3.functional.texture.specif",
360         "ication.texstorage3d.format.r32ui_3d");
361 
362 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026914,
363         "dEQP-GLES3.functional.texture.specific",
364         "ation.texstorage3d.format.r16f_2d_array");
365 
366 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026915,
367         "dEQP-GLES3.functional.texture.speci",
368         "fication.texstorage3d.format.r16f_3d");
369 
370 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026916,
371         "dEQP-GLES3.functional.texture.specific",
372         "ation.texstorage3d.format.r16i_2d_array");
373 
374 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026917,
375         "dEQP-GLES3.functional.texture.speci",
376         "fication.texstorage3d.format.r16i_3d");
377 
378 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026918,
379         "dEQP-GLES3.functional.texture.specifica",
380         "tion.texstorage3d.format.r16ui_2d_array");
381 
382 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026919,
383         "dEQP-GLES3.functional.texture.specif",
384         "ication.texstorage3d.format.r16ui_3d");
385 
386 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026920,
387         "dEQP-GLES3.functional.texture.specifi",
388         "cation.texstorage3d.format.r8_2d_array");
389 
390 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026921,
391         "dEQP-GLES3.functional.texture.spec",
392         "ification.texstorage3d.format.r8_3d");
393 
394 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026922,
395         "dEQP-GLES3.functional.texture.specific",
396         "ation.texstorage3d.format.r8i_2d_array");
397 
398 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026923,
399         "dEQP-GLES3.functional.texture.speci",
400         "fication.texstorage3d.format.r8i_3d");
401 
402 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026924,
403         "dEQP-GLES3.functional.texture.specific",
404         "ation.texstorage3d.format.r8ui_2d_array");
405 
406 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026925,
407         "dEQP-GLES3.functional.texture.speci",
408         "fication.texstorage3d.format.r8ui_3d");
409 
410 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026926,
411         "dEQP-GLES3.functional.texture.specificat",
412         "ion.texstorage3d.format.r8_snorm_2d_array");
413 
414 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026927,
415         "dEQP-GLES3.functional.texture.specifi",
416         "cation.texstorage3d.format.r8_snorm_3d");
417 
418 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026928,
419         "dEQP-GLES3.functional.texture.specification.t",
420         "exstorage3d.format.depth_component32f_2d_array");
421 
422 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026929,
423         "dEQP-GLES3.functional.texture.specification.t",
424         "exstorage3d.format.depth_component24_2d_array");
425 
426 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026930,
427         "dEQP-GLES3.functional.texture.specification.t",
428         "exstorage3d.format.depth_component16_2d_array");
429 
430 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026931,
431         "dEQP-GLES3.functional.texture.specification.t",
432         "exstorage3d.format.depth32f_stencil8_2d_array");
433 
434 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026932,
435         "dEQP-GLES3.functional.texture.specification.",
436         "texstorage3d.format.depth24_stencil8_2d_array");
437