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_008744, 27 "dEQP-GLES3.functional.shaders.operato", 28 "r.binary_operator.mod.lowp_int_vertex"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008745, 31 "dEQP-GLES3.functional.shaders.operator", 32 ".binary_operator.mod.lowp_int_fragment"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008746, 35 "dEQP-GLES3.functional.shaders.operator", 36 ".binary_operator.mod.mediump_int_vertex"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008747, 39 "dEQP-GLES3.functional.shaders.operator.", 40 "binary_operator.mod.mediump_int_fragment"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008748, 43 "dEQP-GLES3.functional.shaders.operator", 44 ".binary_operator.mod.lowp_ivec2_vertex"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008749, 47 "dEQP-GLES3.functional.shaders.operator.", 48 "binary_operator.mod.lowp_ivec2_fragment"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008750, 51 "dEQP-GLES3.functional.shaders.operator.", 52 "binary_operator.mod.mediump_ivec2_vertex"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008751, 55 "dEQP-GLES3.functional.shaders.operator.b", 56 "inary_operator.mod.mediump_ivec2_fragment"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008752, 59 "dEQP-GLES3.functional.shaders.operator", 60 ".binary_operator.mod.lowp_ivec3_vertex"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008753, 63 "dEQP-GLES3.functional.shaders.operator.", 64 "binary_operator.mod.lowp_ivec3_fragment"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008754, 67 "dEQP-GLES3.functional.shaders.operator.", 68 "binary_operator.mod.mediump_ivec3_vertex"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008755, 71 "dEQP-GLES3.functional.shaders.operator.b", 72 "inary_operator.mod.mediump_ivec3_fragment"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008756, 75 "dEQP-GLES3.functional.shaders.operator", 76 ".binary_operator.mod.lowp_ivec4_vertex"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008757, 79 "dEQP-GLES3.functional.shaders.operator.", 80 "binary_operator.mod.lowp_ivec4_fragment"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008758, 83 "dEQP-GLES3.functional.shaders.operator.", 84 "binary_operator.mod.mediump_ivec4_vertex"); 85 86 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008759, 87 "dEQP-GLES3.functional.shaders.operator.b", 88 "inary_operator.mod.mediump_ivec4_fragment"); 89 90 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008760, 91 "dEQP-GLES3.functional.shaders.operato", 92 "r.binary_operator.mod.highp_int_vertex"); 93 94 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008761, 95 "dEQP-GLES3.functional.shaders.operator", 96 ".binary_operator.mod.highp_int_fragment"); 97 98 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008762, 99 "dEQP-GLES3.functional.shaders.operator", 100 ".binary_operator.mod.highp_ivec2_vertex"); 101 102 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008763, 103 "dEQP-GLES3.functional.shaders.operator.", 104 "binary_operator.mod.highp_ivec2_fragment"); 105 106 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008764, 107 "dEQP-GLES3.functional.shaders.operator", 108 ".binary_operator.mod.highp_ivec3_vertex"); 109 110 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008765, 111 "dEQP-GLES3.functional.shaders.operator.", 112 "binary_operator.mod.highp_ivec3_fragment"); 113 114 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008766, 115 "dEQP-GLES3.functional.shaders.operator", 116 ".binary_operator.mod.highp_ivec4_vertex"); 117 118 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008767, 119 "dEQP-GLES3.functional.shaders.operator.", 120 "binary_operator.mod.highp_ivec4_fragment"); 121 122 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008768, 123 "dEQP-GLES3.functional.shaders.operato", 124 "r.binary_operator.mod.lowp_uint_vertex"); 125 126 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008769, 127 "dEQP-GLES3.functional.shaders.operator", 128 ".binary_operator.mod.lowp_uint_fragment"); 129 130 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008770, 131 "dEQP-GLES3.functional.shaders.operator.", 132 "binary_operator.mod.mediump_uint_vertex"); 133 134 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008771, 135 "dEQP-GLES3.functional.shaders.operator.b", 136 "inary_operator.mod.mediump_uint_fragment"); 137 138 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008772, 139 "dEQP-GLES3.functional.shaders.operator", 140 ".binary_operator.mod.lowp_uvec2_vertex"); 141 142 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008773, 143 "dEQP-GLES3.functional.shaders.operator.", 144 "binary_operator.mod.lowp_uvec2_fragment"); 145 146 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008774, 147 "dEQP-GLES3.functional.shaders.operator.", 148 "binary_operator.mod.mediump_uvec2_vertex"); 149 150 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008775, 151 "dEQP-GLES3.functional.shaders.operator.b", 152 "inary_operator.mod.mediump_uvec2_fragment"); 153 154 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008776, 155 "dEQP-GLES3.functional.shaders.operator", 156 ".binary_operator.mod.lowp_uvec3_vertex"); 157 158 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008777, 159 "dEQP-GLES3.functional.shaders.operator.", 160 "binary_operator.mod.lowp_uvec3_fragment"); 161 162 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008778, 163 "dEQP-GLES3.functional.shaders.operator.", 164 "binary_operator.mod.mediump_uvec3_vertex"); 165 166 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008779, 167 "dEQP-GLES3.functional.shaders.operator.b", 168 "inary_operator.mod.mediump_uvec3_fragment"); 169 170 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008780, 171 "dEQP-GLES3.functional.shaders.operator", 172 ".binary_operator.mod.lowp_uvec4_vertex"); 173 174 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008781, 175 "dEQP-GLES3.functional.shaders.operator.", 176 "binary_operator.mod.lowp_uvec4_fragment"); 177 178 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008782, 179 "dEQP-GLES3.functional.shaders.operator.", 180 "binary_operator.mod.mediump_uvec4_vertex"); 181 182 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008783, 183 "dEQP-GLES3.functional.shaders.operator.b", 184 "inary_operator.mod.mediump_uvec4_fragment"); 185 186 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008784, 187 "dEQP-GLES3.functional.shaders.operator", 188 ".binary_operator.mod.highp_uint_vertex"); 189 190 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008785, 191 "dEQP-GLES3.functional.shaders.operator.", 192 "binary_operator.mod.highp_uint_fragment"); 193 194 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008786, 195 "dEQP-GLES3.functional.shaders.operator", 196 ".binary_operator.mod.highp_uvec2_vertex"); 197 198 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008787, 199 "dEQP-GLES3.functional.shaders.operator.", 200 "binary_operator.mod.highp_uvec2_fragment"); 201 202 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008788, 203 "dEQP-GLES3.functional.shaders.operator", 204 ".binary_operator.mod.highp_uvec3_vertex"); 205 206 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008789, 207 "dEQP-GLES3.functional.shaders.operator.", 208 "binary_operator.mod.highp_uvec3_fragment"); 209 210 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008790, 211 "dEQP-GLES3.functional.shaders.operator", 212 ".binary_operator.mod.highp_uvec4_vertex"); 213 214 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008791, 215 "dEQP-GLES3.functional.shaders.operator.", 216 "binary_operator.mod.highp_uvec4_fragment"); 217 218 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008792, 219 "dEQP-GLES3.functional.shaders.operator.b", 220 "inary_operator.mod.lowp_ivec2_int_vertex"); 221 222 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008793, 223 "dEQP-GLES3.functional.shaders.operator.bi", 224 "nary_operator.mod.lowp_ivec2_int_fragment"); 225 226 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008794, 227 "dEQP-GLES3.functional.shaders.operator.bi", 228 "nary_operator.mod.mediump_ivec2_int_vertex"); 229 230 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008795, 231 "dEQP-GLES3.functional.shaders.operator.bin", 232 "ary_operator.mod.mediump_ivec2_int_fragment"); 233 234 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008796, 235 "dEQP-GLES3.functional.shaders.operator.b", 236 "inary_operator.mod.lowp_ivec3_int_vertex"); 237 238 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008797, 239 "dEQP-GLES3.functional.shaders.operator.bi", 240 "nary_operator.mod.lowp_ivec3_int_fragment"); 241 242 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008798, 243 "dEQP-GLES3.functional.shaders.operator.bi", 244 "nary_operator.mod.mediump_ivec3_int_vertex"); 245 246 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008799, 247 "dEQP-GLES3.functional.shaders.operator.bin", 248 "ary_operator.mod.mediump_ivec3_int_fragment"); 249 250 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008800, 251 "dEQP-GLES3.functional.shaders.operator.b", 252 "inary_operator.mod.lowp_ivec4_int_vertex"); 253 254 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008801, 255 "dEQP-GLES3.functional.shaders.operator.bi", 256 "nary_operator.mod.lowp_ivec4_int_fragment"); 257 258 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008802, 259 "dEQP-GLES3.functional.shaders.operator.bi", 260 "nary_operator.mod.mediump_ivec4_int_vertex"); 261 262 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008803, 263 "dEQP-GLES3.functional.shaders.operator.bin", 264 "ary_operator.mod.mediump_ivec4_int_fragment"); 265 266 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008804, 267 "dEQP-GLES3.functional.shaders.operator.b", 268 "inary_operator.mod.highp_ivec2_int_vertex"); 269 270 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008805, 271 "dEQP-GLES3.functional.shaders.operator.bi", 272 "nary_operator.mod.highp_ivec2_int_fragment"); 273 274 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008806, 275 "dEQP-GLES3.functional.shaders.operator.b", 276 "inary_operator.mod.highp_ivec3_int_vertex"); 277 278 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008807, 279 "dEQP-GLES3.functional.shaders.operator.bi", 280 "nary_operator.mod.highp_ivec3_int_fragment"); 281 282 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008808, 283 "dEQP-GLES3.functional.shaders.operator.b", 284 "inary_operator.mod.highp_ivec4_int_vertex"); 285 286 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008809, 287 "dEQP-GLES3.functional.shaders.operator.bi", 288 "nary_operator.mod.highp_ivec4_int_fragment"); 289 290 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008810, 291 "dEQP-GLES3.functional.shaders.operator.b", 292 "inary_operator.mod.lowp_uvec2_uint_vertex"); 293 294 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008811, 295 "dEQP-GLES3.functional.shaders.operator.bi", 296 "nary_operator.mod.lowp_uvec2_uint_fragment"); 297 298 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008812, 299 "dEQP-GLES3.functional.shaders.operator.bin", 300 "ary_operator.mod.mediump_uvec2_uint_vertex"); 301 302 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008813, 303 "dEQP-GLES3.functional.shaders.operator.bina", 304 "ry_operator.mod.mediump_uvec2_uint_fragment"); 305 306 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008814, 307 "dEQP-GLES3.functional.shaders.operator.b", 308 "inary_operator.mod.lowp_uvec3_uint_vertex"); 309 310 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008815, 311 "dEQP-GLES3.functional.shaders.operator.bi", 312 "nary_operator.mod.lowp_uvec3_uint_fragment"); 313 314 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008816, 315 "dEQP-GLES3.functional.shaders.operator.bin", 316 "ary_operator.mod.mediump_uvec3_uint_vertex"); 317 318 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008817, 319 "dEQP-GLES3.functional.shaders.operator.bina", 320 "ry_operator.mod.mediump_uvec3_uint_fragment"); 321 322 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008818, 323 "dEQP-GLES3.functional.shaders.operator.b", 324 "inary_operator.mod.lowp_uvec4_uint_vertex"); 325 326 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008819, 327 "dEQP-GLES3.functional.shaders.operator.bi", 328 "nary_operator.mod.lowp_uvec4_uint_fragment"); 329 330 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008820, 331 "dEQP-GLES3.functional.shaders.operator.bin", 332 "ary_operator.mod.mediump_uvec4_uint_vertex"); 333 334 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008821, 335 "dEQP-GLES3.functional.shaders.operator.bina", 336 "ry_operator.mod.mediump_uvec4_uint_fragment"); 337 338 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008822, 339 "dEQP-GLES3.functional.shaders.operator.bi", 340 "nary_operator.mod.highp_uvec2_uint_vertex"); 341 342 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008823, 343 "dEQP-GLES3.functional.shaders.operator.bin", 344 "ary_operator.mod.highp_uvec2_uint_fragment"); 345 346 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008824, 347 "dEQP-GLES3.functional.shaders.operator.bi", 348 "nary_operator.mod.highp_uvec3_uint_vertex"); 349 350 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008825, 351 "dEQP-GLES3.functional.shaders.operator.bin", 352 "ary_operator.mod.highp_uvec3_uint_fragment"); 353 354 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008826, 355 "dEQP-GLES3.functional.shaders.operator.bi", 356 "nary_operator.mod.highp_uvec4_uint_vertex"); 357 358 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008827, 359 "dEQP-GLES3.functional.shaders.operator.bin", 360 "ary_operator.mod.highp_uvec4_uint_fragment"); 361 362 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008828, 363 "dEQP-GLES3.functional.shaders.operator.b", 364 "inary_operator.mod.lowp_int_ivec2_vertex"); 365 366 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008829, 367 "dEQP-GLES3.functional.shaders.operator.bi", 368 "nary_operator.mod.lowp_int_ivec2_fragment"); 369 370 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008830, 371 "dEQP-GLES3.functional.shaders.operator.bi", 372 "nary_operator.mod.mediump_int_ivec2_vertex"); 373 374 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008831, 375 "dEQP-GLES3.functional.shaders.operator.bin", 376 "ary_operator.mod.mediump_int_ivec2_fragment"); 377 378 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008832, 379 "dEQP-GLES3.functional.shaders.operator.b", 380 "inary_operator.mod.lowp_int_ivec3_vertex"); 381 382 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008833, 383 "dEQP-GLES3.functional.shaders.operator.bi", 384 "nary_operator.mod.lowp_int_ivec3_fragment"); 385 386 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008834, 387 "dEQP-GLES3.functional.shaders.operator.bi", 388 "nary_operator.mod.mediump_int_ivec3_vertex"); 389 390 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008835, 391 "dEQP-GLES3.functional.shaders.operator.bin", 392 "ary_operator.mod.mediump_int_ivec3_fragment"); 393 394 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008836, 395 "dEQP-GLES3.functional.shaders.operator.b", 396 "inary_operator.mod.lowp_int_ivec4_vertex"); 397 398 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008837, 399 "dEQP-GLES3.functional.shaders.operator.bi", 400 "nary_operator.mod.lowp_int_ivec4_fragment"); 401 402 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008838, 403 "dEQP-GLES3.functional.shaders.operator.bi", 404 "nary_operator.mod.mediump_int_ivec4_vertex"); 405 406 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008839, 407 "dEQP-GLES3.functional.shaders.operator.bin", 408 "ary_operator.mod.mediump_int_ivec4_fragment"); 409 410 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008840, 411 "dEQP-GLES3.functional.shaders.operator.b", 412 "inary_operator.mod.highp_int_ivec2_vertex"); 413 414 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008841, 415 "dEQP-GLES3.functional.shaders.operator.bi", 416 "nary_operator.mod.highp_int_ivec2_fragment"); 417 418 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008842, 419 "dEQP-GLES3.functional.shaders.operator.b", 420 "inary_operator.mod.highp_int_ivec3_vertex"); 421 422 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008843, 423 "dEQP-GLES3.functional.shaders.operator.bi", 424 "nary_operator.mod.highp_int_ivec3_fragment"); 425 426 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008844, 427 "dEQP-GLES3.functional.shaders.operator.b", 428 "inary_operator.mod.highp_int_ivec4_vertex"); 429 430 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008845, 431 "dEQP-GLES3.functional.shaders.operator.bi", 432 "nary_operator.mod.highp_int_ivec4_fragment"); 433 434 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008846, 435 "dEQP-GLES3.functional.shaders.operator.b", 436 "inary_operator.mod.lowp_uint_uvec2_vertex"); 437 438 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008847, 439 "dEQP-GLES3.functional.shaders.operator.bi", 440 "nary_operator.mod.lowp_uint_uvec2_fragment"); 441 442 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008848, 443 "dEQP-GLES3.functional.shaders.operator.bin", 444 "ary_operator.mod.mediump_uint_uvec2_vertex"); 445 446 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008849, 447 "dEQP-GLES3.functional.shaders.operator.bina", 448 "ry_operator.mod.mediump_uint_uvec2_fragment"); 449 450 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008850, 451 "dEQP-GLES3.functional.shaders.operator.b", 452 "inary_operator.mod.lowp_uint_uvec3_vertex"); 453 454 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008851, 455 "dEQP-GLES3.functional.shaders.operator.bi", 456 "nary_operator.mod.lowp_uint_uvec3_fragment"); 457 458 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008852, 459 "dEQP-GLES3.functional.shaders.operator.bin", 460 "ary_operator.mod.mediump_uint_uvec3_vertex"); 461 462 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008853, 463 "dEQP-GLES3.functional.shaders.operator.bina", 464 "ry_operator.mod.mediump_uint_uvec3_fragment"); 465 466 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008854, 467 "dEQP-GLES3.functional.shaders.operator.b", 468 "inary_operator.mod.lowp_uint_uvec4_vertex"); 469 470 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008855, 471 "dEQP-GLES3.functional.shaders.operator.bi", 472 "nary_operator.mod.lowp_uint_uvec4_fragment"); 473 474 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008856, 475 "dEQP-GLES3.functional.shaders.operator.bin", 476 "ary_operator.mod.mediump_uint_uvec4_vertex"); 477 478 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008857, 479 "dEQP-GLES3.functional.shaders.operator.bina", 480 "ry_operator.mod.mediump_uint_uvec4_fragment"); 481 482 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008858, 483 "dEQP-GLES3.functional.shaders.operator.bi", 484 "nary_operator.mod.highp_uint_uvec2_vertex"); 485 486 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008859, 487 "dEQP-GLES3.functional.shaders.operator.bin", 488 "ary_operator.mod.highp_uint_uvec2_fragment"); 489 490 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008860, 491 "dEQP-GLES3.functional.shaders.operator.bi", 492 "nary_operator.mod.highp_uint_uvec3_vertex"); 493 494 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008861, 495 "dEQP-GLES3.functional.shaders.operator.bin", 496 "ary_operator.mod.highp_uint_uvec3_fragment"); 497 498 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008862, 499 "dEQP-GLES3.functional.shaders.operator.bi", 500 "nary_operator.mod.highp_uint_uvec4_vertex"); 501 502 static SHRINK_HWTEST_F(ActsDeqpgles30009TestSuite, TestCase_008863, 503 "dEQP-GLES3.functional.shaders.operator.bin", 504 "ary_operator.mod.highp_uint_uvec4_fragment"); 505