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 "../Deqpgles31BaseFunc.h"
19 #include "../ActsDeqpgles310002TestSuite.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(ActsDeqpgles310002TestSuite, TestCase_001953,
27         "dEQP-GLES31.functional.shaders.builtin_f",
28         "unctions.integer.findmsb.int_lowp_vertex");
29 
30 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001954,
31         "dEQP-GLES31.functional.shaders.builtin_fu",
32         "nctions.integer.findmsb.int_lowp_fragment");
33 
34 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001955,
35         "dEQP-GLES31.functional.shaders.builtin_fu",
36         "nctions.integer.findmsb.int_lowp_geometry");
37 
38 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001956,
39         "dEQP-GLES31.functional.shaders.builtin_func",
40         "tions.integer.findmsb.int_lowp_tess_control");
41 
42 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001957,
43         "dEQP-GLES31.functional.shaders.builtin_fu",
44         "nctions.integer.findmsb.int_lowp_tess_eval");
45 
46 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001958,
47         "dEQP-GLES31.functional.shaders.builtin_f",
48         "unctions.integer.findmsb.int_lowp_compute");
49 
50 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001959,
51         "dEQP-GLES31.functional.shaders.builtin_fu",
52         "nctions.integer.findmsb.int_mediump_vertex");
53 
54 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001960,
55         "dEQP-GLES31.functional.shaders.builtin_fun",
56         "ctions.integer.findmsb.int_mediump_fragment");
57 
58 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001961,
59         "dEQP-GLES31.functional.shaders.builtin_fun",
60         "ctions.integer.findmsb.int_mediump_geometry");
61 
62 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001962,
63         "dEQP-GLES31.functional.shaders.builtin_funct",
64         "ions.integer.findmsb.int_mediump_tess_control");
65 
66 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001963,
67         "dEQP-GLES31.functional.shaders.builtin_func",
68         "tions.integer.findmsb.int_mediump_tess_eval");
69 
70 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001964,
71         "dEQP-GLES31.functional.shaders.builtin_fun",
72         "ctions.integer.findmsb.int_mediump_compute");
73 
74 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001965,
75         "dEQP-GLES31.functional.shaders.builtin_f",
76         "unctions.integer.findmsb.int_highp_vertex");
77 
78 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001966,
79         "dEQP-GLES31.functional.shaders.builtin_fu",
80         "nctions.integer.findmsb.int_highp_fragment");
81 
82 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001967,
83         "dEQP-GLES31.functional.shaders.builtin_fu",
84         "nctions.integer.findmsb.int_highp_geometry");
85 
86 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001968,
87         "dEQP-GLES31.functional.shaders.builtin_func",
88         "tions.integer.findmsb.int_highp_tess_control");
89 
90 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001969,
91         "dEQP-GLES31.functional.shaders.builtin_fun",
92         "ctions.integer.findmsb.int_highp_tess_eval");
93 
94 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001970,
95         "dEQP-GLES31.functional.shaders.builtin_fu",
96         "nctions.integer.findmsb.int_highp_compute");
97 
98 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001971,
99         "dEQP-GLES31.functional.shaders.builtin_fu",
100         "nctions.integer.findmsb.ivec2_lowp_vertex");
101 
102 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001972,
103         "dEQP-GLES31.functional.shaders.builtin_fun",
104         "ctions.integer.findmsb.ivec2_lowp_fragment");
105 
106 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001973,
107         "dEQP-GLES31.functional.shaders.builtin_fun",
108         "ctions.integer.findmsb.ivec2_lowp_geometry");
109 
110 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001974,
111         "dEQP-GLES31.functional.shaders.builtin_funct",
112         "ions.integer.findmsb.ivec2_lowp_tess_control");
113 
114 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001975,
115         "dEQP-GLES31.functional.shaders.builtin_fun",
116         "ctions.integer.findmsb.ivec2_lowp_tess_eval");
117 
118 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001976,
119         "dEQP-GLES31.functional.shaders.builtin_fu",
120         "nctions.integer.findmsb.ivec2_lowp_compute");
121 
122 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001977,
123         "dEQP-GLES31.functional.shaders.builtin_fun",
124         "ctions.integer.findmsb.ivec2_mediump_vertex");
125 
126 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001978,
127         "dEQP-GLES31.functional.shaders.builtin_func",
128         "tions.integer.findmsb.ivec2_mediump_fragment");
129 
130 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001979,
131         "dEQP-GLES31.functional.shaders.builtin_func",
132         "tions.integer.findmsb.ivec2_mediump_geometry");
133 
134 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001980,
135         "dEQP-GLES31.functional.shaders.builtin_functi",
136         "ons.integer.findmsb.ivec2_mediump_tess_control");
137 
138 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001981,
139         "dEQP-GLES31.functional.shaders.builtin_funct",
140         "ions.integer.findmsb.ivec2_mediump_tess_eval");
141 
142 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001982,
143         "dEQP-GLES31.functional.shaders.builtin_func",
144         "tions.integer.findmsb.ivec2_mediump_compute");
145 
146 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001983,
147         "dEQP-GLES31.functional.shaders.builtin_fu",
148         "nctions.integer.findmsb.ivec2_highp_vertex");
149 
150 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001984,
151         "dEQP-GLES31.functional.shaders.builtin_fun",
152         "ctions.integer.findmsb.ivec2_highp_fragment");
153 
154 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001985,
155         "dEQP-GLES31.functional.shaders.builtin_fun",
156         "ctions.integer.findmsb.ivec2_highp_geometry");
157 
158 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001986,
159         "dEQP-GLES31.functional.shaders.builtin_funct",
160         "ions.integer.findmsb.ivec2_highp_tess_control");
161 
162 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001987,
163         "dEQP-GLES31.functional.shaders.builtin_func",
164         "tions.integer.findmsb.ivec2_highp_tess_eval");
165 
166 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001988,
167         "dEQP-GLES31.functional.shaders.builtin_fun",
168         "ctions.integer.findmsb.ivec2_highp_compute");
169 
170 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001989,
171         "dEQP-GLES31.functional.shaders.builtin_fu",
172         "nctions.integer.findmsb.ivec3_lowp_vertex");
173 
174 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001990,
175         "dEQP-GLES31.functional.shaders.builtin_fun",
176         "ctions.integer.findmsb.ivec3_lowp_fragment");
177 
178 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001991,
179         "dEQP-GLES31.functional.shaders.builtin_fun",
180         "ctions.integer.findmsb.ivec3_lowp_geometry");
181 
182 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001992,
183         "dEQP-GLES31.functional.shaders.builtin_funct",
184         "ions.integer.findmsb.ivec3_lowp_tess_control");
185 
186 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001993,
187         "dEQP-GLES31.functional.shaders.builtin_fun",
188         "ctions.integer.findmsb.ivec3_lowp_tess_eval");
189 
190 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001994,
191         "dEQP-GLES31.functional.shaders.builtin_fu",
192         "nctions.integer.findmsb.ivec3_lowp_compute");
193 
194 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001995,
195         "dEQP-GLES31.functional.shaders.builtin_fun",
196         "ctions.integer.findmsb.ivec3_mediump_vertex");
197 
198 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001996,
199         "dEQP-GLES31.functional.shaders.builtin_func",
200         "tions.integer.findmsb.ivec3_mediump_fragment");
201 
202 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001997,
203         "dEQP-GLES31.functional.shaders.builtin_func",
204         "tions.integer.findmsb.ivec3_mediump_geometry");
205 
206 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001998,
207         "dEQP-GLES31.functional.shaders.builtin_functi",
208         "ons.integer.findmsb.ivec3_mediump_tess_control");
209 
210 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001999,
211         "dEQP-GLES31.functional.shaders.builtin_funct",
212         "ions.integer.findmsb.ivec3_mediump_tess_eval");
213 
214 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002000,
215         "dEQP-GLES31.functional.shaders.builtin_func",
216         "tions.integer.findmsb.ivec3_mediump_compute");
217 
218 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002001,
219         "dEQP-GLES31.functional.shaders.builtin_fu",
220         "nctions.integer.findmsb.ivec3_highp_vertex");
221 
222 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002002,
223         "dEQP-GLES31.functional.shaders.builtin_fun",
224         "ctions.integer.findmsb.ivec3_highp_fragment");
225 
226 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002003,
227         "dEQP-GLES31.functional.shaders.builtin_fun",
228         "ctions.integer.findmsb.ivec3_highp_geometry");
229 
230 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002004,
231         "dEQP-GLES31.functional.shaders.builtin_funct",
232         "ions.integer.findmsb.ivec3_highp_tess_control");
233 
234 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002005,
235         "dEQP-GLES31.functional.shaders.builtin_func",
236         "tions.integer.findmsb.ivec3_highp_tess_eval");
237 
238 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002006,
239         "dEQP-GLES31.functional.shaders.builtin_fun",
240         "ctions.integer.findmsb.ivec3_highp_compute");
241 
242 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002007,
243         "dEQP-GLES31.functional.shaders.builtin_fu",
244         "nctions.integer.findmsb.ivec4_lowp_vertex");
245 
246 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002008,
247         "dEQP-GLES31.functional.shaders.builtin_fun",
248         "ctions.integer.findmsb.ivec4_lowp_fragment");
249 
250 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002009,
251         "dEQP-GLES31.functional.shaders.builtin_fun",
252         "ctions.integer.findmsb.ivec4_lowp_geometry");
253 
254 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002010,
255         "dEQP-GLES31.functional.shaders.builtin_funct",
256         "ions.integer.findmsb.ivec4_lowp_tess_control");
257 
258 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002011,
259         "dEQP-GLES31.functional.shaders.builtin_fun",
260         "ctions.integer.findmsb.ivec4_lowp_tess_eval");
261 
262 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002012,
263         "dEQP-GLES31.functional.shaders.builtin_fu",
264         "nctions.integer.findmsb.ivec4_lowp_compute");
265 
266 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002013,
267         "dEQP-GLES31.functional.shaders.builtin_fun",
268         "ctions.integer.findmsb.ivec4_mediump_vertex");
269 
270 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002014,
271         "dEQP-GLES31.functional.shaders.builtin_func",
272         "tions.integer.findmsb.ivec4_mediump_fragment");
273 
274 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002015,
275         "dEQP-GLES31.functional.shaders.builtin_func",
276         "tions.integer.findmsb.ivec4_mediump_geometry");
277 
278 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002016,
279         "dEQP-GLES31.functional.shaders.builtin_functi",
280         "ons.integer.findmsb.ivec4_mediump_tess_control");
281 
282 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002017,
283         "dEQP-GLES31.functional.shaders.builtin_funct",
284         "ions.integer.findmsb.ivec4_mediump_tess_eval");
285 
286 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002018,
287         "dEQP-GLES31.functional.shaders.builtin_func",
288         "tions.integer.findmsb.ivec4_mediump_compute");
289 
290 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002019,
291         "dEQP-GLES31.functional.shaders.builtin_fu",
292         "nctions.integer.findmsb.ivec4_highp_vertex");
293 
294 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002020,
295         "dEQP-GLES31.functional.shaders.builtin_fun",
296         "ctions.integer.findmsb.ivec4_highp_fragment");
297 
298 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002021,
299         "dEQP-GLES31.functional.shaders.builtin_fun",
300         "ctions.integer.findmsb.ivec4_highp_geometry");
301 
302 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002022,
303         "dEQP-GLES31.functional.shaders.builtin_funct",
304         "ions.integer.findmsb.ivec4_highp_tess_control");
305 
306 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002023,
307         "dEQP-GLES31.functional.shaders.builtin_func",
308         "tions.integer.findmsb.ivec4_highp_tess_eval");
309 
310 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002024,
311         "dEQP-GLES31.functional.shaders.builtin_fun",
312         "ctions.integer.findmsb.ivec4_highp_compute");
313 
314 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002025,
315         "dEQP-GLES31.functional.shaders.builtin_f",
316         "unctions.integer.findmsb.uint_lowp_vertex");
317 
318 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002026,
319         "dEQP-GLES31.functional.shaders.builtin_fu",
320         "nctions.integer.findmsb.uint_lowp_fragment");
321 
322 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002027,
323         "dEQP-GLES31.functional.shaders.builtin_fu",
324         "nctions.integer.findmsb.uint_lowp_geometry");
325 
326 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002028,
327         "dEQP-GLES31.functional.shaders.builtin_func",
328         "tions.integer.findmsb.uint_lowp_tess_control");
329 
330 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002029,
331         "dEQP-GLES31.functional.shaders.builtin_fun",
332         "ctions.integer.findmsb.uint_lowp_tess_eval");
333 
334 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002030,
335         "dEQP-GLES31.functional.shaders.builtin_fu",
336         "nctions.integer.findmsb.uint_lowp_compute");
337 
338 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002031,
339         "dEQP-GLES31.functional.shaders.builtin_fun",
340         "ctions.integer.findmsb.uint_mediump_vertex");
341 
342 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002032,
343         "dEQP-GLES31.functional.shaders.builtin_func",
344         "tions.integer.findmsb.uint_mediump_fragment");
345 
346 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002033,
347         "dEQP-GLES31.functional.shaders.builtin_func",
348         "tions.integer.findmsb.uint_mediump_geometry");
349 
350 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002034,
351         "dEQP-GLES31.functional.shaders.builtin_functi",
352         "ons.integer.findmsb.uint_mediump_tess_control");
353 
354 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002035,
355         "dEQP-GLES31.functional.shaders.builtin_func",
356         "tions.integer.findmsb.uint_mediump_tess_eval");
357 
358 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002036,
359         "dEQP-GLES31.functional.shaders.builtin_fun",
360         "ctions.integer.findmsb.uint_mediump_compute");
361 
362 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002037,
363         "dEQP-GLES31.functional.shaders.builtin_fu",
364         "nctions.integer.findmsb.uint_highp_vertex");
365 
366 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002038,
367         "dEQP-GLES31.functional.shaders.builtin_fun",
368         "ctions.integer.findmsb.uint_highp_fragment");
369 
370 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002039,
371         "dEQP-GLES31.functional.shaders.builtin_fun",
372         "ctions.integer.findmsb.uint_highp_geometry");
373 
374 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002040,
375         "dEQP-GLES31.functional.shaders.builtin_funct",
376         "ions.integer.findmsb.uint_highp_tess_control");
377 
378 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002041,
379         "dEQP-GLES31.functional.shaders.builtin_fun",
380         "ctions.integer.findmsb.uint_highp_tess_eval");
381 
382 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002042,
383         "dEQP-GLES31.functional.shaders.builtin_fu",
384         "nctions.integer.findmsb.uint_highp_compute");
385 
386 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002043,
387         "dEQP-GLES31.functional.shaders.builtin_fu",
388         "nctions.integer.findmsb.uvec2_lowp_vertex");
389 
390 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002044,
391         "dEQP-GLES31.functional.shaders.builtin_fun",
392         "ctions.integer.findmsb.uvec2_lowp_fragment");
393 
394 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002045,
395         "dEQP-GLES31.functional.shaders.builtin_fun",
396         "ctions.integer.findmsb.uvec2_lowp_geometry");
397 
398 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002046,
399         "dEQP-GLES31.functional.shaders.builtin_funct",
400         "ions.integer.findmsb.uvec2_lowp_tess_control");
401 
402 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002047,
403         "dEQP-GLES31.functional.shaders.builtin_fun",
404         "ctions.integer.findmsb.uvec2_lowp_tess_eval");
405 
406 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002048,
407         "dEQP-GLES31.functional.shaders.builtin_fu",
408         "nctions.integer.findmsb.uvec2_lowp_compute");
409 
410 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002049,
411         "dEQP-GLES31.functional.shaders.builtin_fun",
412         "ctions.integer.findmsb.uvec2_mediump_vertex");
413 
414 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002050,
415         "dEQP-GLES31.functional.shaders.builtin_func",
416         "tions.integer.findmsb.uvec2_mediump_fragment");
417 
418 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002051,
419         "dEQP-GLES31.functional.shaders.builtin_func",
420         "tions.integer.findmsb.uvec2_mediump_geometry");
421 
422 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002052,
423         "dEQP-GLES31.functional.shaders.builtin_functi",
424         "ons.integer.findmsb.uvec2_mediump_tess_control");
425 
426 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002053,
427         "dEQP-GLES31.functional.shaders.builtin_funct",
428         "ions.integer.findmsb.uvec2_mediump_tess_eval");
429 
430 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002054,
431         "dEQP-GLES31.functional.shaders.builtin_func",
432         "tions.integer.findmsb.uvec2_mediump_compute");
433 
434 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002055,
435         "dEQP-GLES31.functional.shaders.builtin_fu",
436         "nctions.integer.findmsb.uvec2_highp_vertex");
437 
438 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002056,
439         "dEQP-GLES31.functional.shaders.builtin_fun",
440         "ctions.integer.findmsb.uvec2_highp_fragment");
441 
442 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002057,
443         "dEQP-GLES31.functional.shaders.builtin_fun",
444         "ctions.integer.findmsb.uvec2_highp_geometry");
445 
446 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002058,
447         "dEQP-GLES31.functional.shaders.builtin_funct",
448         "ions.integer.findmsb.uvec2_highp_tess_control");
449 
450 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002059,
451         "dEQP-GLES31.functional.shaders.builtin_func",
452         "tions.integer.findmsb.uvec2_highp_tess_eval");
453 
454 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002060,
455         "dEQP-GLES31.functional.shaders.builtin_fun",
456         "ctions.integer.findmsb.uvec2_highp_compute");
457 
458 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002061,
459         "dEQP-GLES31.functional.shaders.builtin_fu",
460         "nctions.integer.findmsb.uvec3_lowp_vertex");
461 
462 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002062,
463         "dEQP-GLES31.functional.shaders.builtin_fun",
464         "ctions.integer.findmsb.uvec3_lowp_fragment");
465 
466 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002063,
467         "dEQP-GLES31.functional.shaders.builtin_fun",
468         "ctions.integer.findmsb.uvec3_lowp_geometry");
469 
470 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002064,
471         "dEQP-GLES31.functional.shaders.builtin_funct",
472         "ions.integer.findmsb.uvec3_lowp_tess_control");
473 
474 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002065,
475         "dEQP-GLES31.functional.shaders.builtin_fun",
476         "ctions.integer.findmsb.uvec3_lowp_tess_eval");
477 
478 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002066,
479         "dEQP-GLES31.functional.shaders.builtin_fu",
480         "nctions.integer.findmsb.uvec3_lowp_compute");
481 
482 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002067,
483         "dEQP-GLES31.functional.shaders.builtin_fun",
484         "ctions.integer.findmsb.uvec3_mediump_vertex");
485 
486 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002068,
487         "dEQP-GLES31.functional.shaders.builtin_func",
488         "tions.integer.findmsb.uvec3_mediump_fragment");
489 
490 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002069,
491         "dEQP-GLES31.functional.shaders.builtin_func",
492         "tions.integer.findmsb.uvec3_mediump_geometry");
493 
494 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002070,
495         "dEQP-GLES31.functional.shaders.builtin_functi",
496         "ons.integer.findmsb.uvec3_mediump_tess_control");
497 
498 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002071,
499         "dEQP-GLES31.functional.shaders.builtin_funct",
500         "ions.integer.findmsb.uvec3_mediump_tess_eval");
501 
502 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002072,
503         "dEQP-GLES31.functional.shaders.builtin_func",
504         "tions.integer.findmsb.uvec3_mediump_compute");
505 
506 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002073,
507         "dEQP-GLES31.functional.shaders.builtin_fu",
508         "nctions.integer.findmsb.uvec3_highp_vertex");
509 
510 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002074,
511         "dEQP-GLES31.functional.shaders.builtin_fun",
512         "ctions.integer.findmsb.uvec3_highp_fragment");
513 
514 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002075,
515         "dEQP-GLES31.functional.shaders.builtin_fun",
516         "ctions.integer.findmsb.uvec3_highp_geometry");
517 
518 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002076,
519         "dEQP-GLES31.functional.shaders.builtin_funct",
520         "ions.integer.findmsb.uvec3_highp_tess_control");
521 
522 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002077,
523         "dEQP-GLES31.functional.shaders.builtin_func",
524         "tions.integer.findmsb.uvec3_highp_tess_eval");
525 
526 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002078,
527         "dEQP-GLES31.functional.shaders.builtin_fun",
528         "ctions.integer.findmsb.uvec3_highp_compute");
529 
530 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002079,
531         "dEQP-GLES31.functional.shaders.builtin_fu",
532         "nctions.integer.findmsb.uvec4_lowp_vertex");
533 
534 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002080,
535         "dEQP-GLES31.functional.shaders.builtin_fun",
536         "ctions.integer.findmsb.uvec4_lowp_fragment");
537 
538 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002081,
539         "dEQP-GLES31.functional.shaders.builtin_fun",
540         "ctions.integer.findmsb.uvec4_lowp_geometry");
541 
542 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002082,
543         "dEQP-GLES31.functional.shaders.builtin_funct",
544         "ions.integer.findmsb.uvec4_lowp_tess_control");
545 
546 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002083,
547         "dEQP-GLES31.functional.shaders.builtin_fun",
548         "ctions.integer.findmsb.uvec4_lowp_tess_eval");
549 
550 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002084,
551         "dEQP-GLES31.functional.shaders.builtin_fu",
552         "nctions.integer.findmsb.uvec4_lowp_compute");
553 
554 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002085,
555         "dEQP-GLES31.functional.shaders.builtin_fun",
556         "ctions.integer.findmsb.uvec4_mediump_vertex");
557 
558 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002086,
559         "dEQP-GLES31.functional.shaders.builtin_func",
560         "tions.integer.findmsb.uvec4_mediump_fragment");
561 
562 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002087,
563         "dEQP-GLES31.functional.shaders.builtin_func",
564         "tions.integer.findmsb.uvec4_mediump_geometry");
565 
566 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002088,
567         "dEQP-GLES31.functional.shaders.builtin_functi",
568         "ons.integer.findmsb.uvec4_mediump_tess_control");
569 
570 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002089,
571         "dEQP-GLES31.functional.shaders.builtin_funct",
572         "ions.integer.findmsb.uvec4_mediump_tess_eval");
573 
574 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002090,
575         "dEQP-GLES31.functional.shaders.builtin_func",
576         "tions.integer.findmsb.uvec4_mediump_compute");
577 
578 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002091,
579         "dEQP-GLES31.functional.shaders.builtin_fu",
580         "nctions.integer.findmsb.uvec4_highp_vertex");
581 
582 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002092,
583         "dEQP-GLES31.functional.shaders.builtin_fun",
584         "ctions.integer.findmsb.uvec4_highp_fragment");
585 
586 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002093,
587         "dEQP-GLES31.functional.shaders.builtin_fun",
588         "ctions.integer.findmsb.uvec4_highp_geometry");
589 
590 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002094,
591         "dEQP-GLES31.functional.shaders.builtin_funct",
592         "ions.integer.findmsb.uvec4_highp_tess_control");
593 
594 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002095,
595         "dEQP-GLES31.functional.shaders.builtin_func",
596         "tions.integer.findmsb.uvec4_highp_tess_eval");
597 
598 static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002096,
599         "dEQP-GLES31.functional.shaders.builtin_fun",
600         "ctions.integer.findmsb.uvec4_highp_compute");
601