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 "../ActsDeqpgles30010TestSuite.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(ActsDeqpgles30010TestSuite, TestCase_009224, 27 "dEQP-GLES3.functional.shaders.operator.bina", 28 "ry_operator.left_shift.lowp_int_uint_vertex"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009225, 31 "dEQP-GLES3.functional.shaders.operator.binar", 32 "y_operator.left_shift.lowp_int_uint_fragment"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009226, 35 "dEQP-GLES3.functional.shaders.operator.binar", 36 "y_operator.left_shift.mediump_int_uint_vertex"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009227, 39 "dEQP-GLES3.functional.shaders.operator.binary", 40 "_operator.left_shift.mediump_int_uint_fragment"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009228, 43 "dEQP-GLES3.functional.shaders.operator.binar", 44 "y_operator.left_shift.lowp_ivec2_uvec2_vertex"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009229, 47 "dEQP-GLES3.functional.shaders.operator.binary", 48 "_operator.left_shift.lowp_ivec2_uvec2_fragment"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009230, 51 "dEQP-GLES3.functional.shaders.operator.binary_", 52 "operator.left_shift.mediump_ivec2_uvec2_vertex"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009231, 55 "dEQP-GLES3.functional.shaders.operator.binary_o", 56 "perator.left_shift.mediump_ivec2_uvec2_fragment"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009232, 59 "dEQP-GLES3.functional.shaders.operator.binar", 60 "y_operator.left_shift.lowp_ivec3_uvec3_vertex"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009233, 63 "dEQP-GLES3.functional.shaders.operator.binary", 64 "_operator.left_shift.lowp_ivec3_uvec3_fragment"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009234, 67 "dEQP-GLES3.functional.shaders.operator.binary_", 68 "operator.left_shift.mediump_ivec3_uvec3_vertex"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009235, 71 "dEQP-GLES3.functional.shaders.operator.binary_o", 72 "perator.left_shift.mediump_ivec3_uvec3_fragment"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009236, 75 "dEQP-GLES3.functional.shaders.operator.binar", 76 "y_operator.left_shift.lowp_ivec4_uvec4_vertex"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009237, 79 "dEQP-GLES3.functional.shaders.operator.binary", 80 "_operator.left_shift.lowp_ivec4_uvec4_fragment"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009238, 83 "dEQP-GLES3.functional.shaders.operator.binary_", 84 "operator.left_shift.mediump_ivec4_uvec4_vertex"); 85 86 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009239, 87 "dEQP-GLES3.functional.shaders.operator.binary_o", 88 "perator.left_shift.mediump_ivec4_uvec4_fragment"); 89 90 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009240, 91 "dEQP-GLES3.functional.shaders.operator.bina", 92 "ry_operator.left_shift.highp_int_uint_vertex"); 93 94 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009241, 95 "dEQP-GLES3.functional.shaders.operator.binar", 96 "y_operator.left_shift.highp_int_uint_fragment"); 97 98 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009242, 99 "dEQP-GLES3.functional.shaders.operator.binary", 100 "_operator.left_shift.highp_ivec2_uvec2_vertex"); 101 102 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009243, 103 "dEQP-GLES3.functional.shaders.operator.binary_", 104 "operator.left_shift.highp_ivec2_uvec2_fragment"); 105 106 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009244, 107 "dEQP-GLES3.functional.shaders.operator.binary", 108 "_operator.left_shift.highp_ivec3_uvec3_vertex"); 109 110 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009245, 111 "dEQP-GLES3.functional.shaders.operator.binary_", 112 "operator.left_shift.highp_ivec3_uvec3_fragment"); 113 114 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009246, 115 "dEQP-GLES3.functional.shaders.operator.binary", 116 "_operator.left_shift.highp_ivec4_uvec4_vertex"); 117 118 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009247, 119 "dEQP-GLES3.functional.shaders.operator.binary_", 120 "operator.left_shift.highp_ivec4_uvec4_fragment"); 121 122 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009248, 123 "dEQP-GLES3.functional.shaders.operator.bi", 124 "nary_operator.left_shift.lowp_uint_vertex"); 125 126 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009249, 127 "dEQP-GLES3.functional.shaders.operator.bin", 128 "ary_operator.left_shift.lowp_uint_fragment"); 129 130 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009250, 131 "dEQP-GLES3.functional.shaders.operator.bin", 132 "ary_operator.left_shift.mediump_uint_vertex"); 133 134 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009251, 135 "dEQP-GLES3.functional.shaders.operator.bina", 136 "ry_operator.left_shift.mediump_uint_fragment"); 137 138 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009252, 139 "dEQP-GLES3.functional.shaders.operator.bi", 140 "nary_operator.left_shift.lowp_uvec2_vertex"); 141 142 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009253, 143 "dEQP-GLES3.functional.shaders.operator.bin", 144 "ary_operator.left_shift.lowp_uvec2_fragment"); 145 146 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009254, 147 "dEQP-GLES3.functional.shaders.operator.bina", 148 "ry_operator.left_shift.mediump_uvec2_vertex"); 149 150 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009255, 151 "dEQP-GLES3.functional.shaders.operator.binar", 152 "y_operator.left_shift.mediump_uvec2_fragment"); 153 154 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009256, 155 "dEQP-GLES3.functional.shaders.operator.bi", 156 "nary_operator.left_shift.lowp_uvec3_vertex"); 157 158 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009257, 159 "dEQP-GLES3.functional.shaders.operator.bin", 160 "ary_operator.left_shift.lowp_uvec3_fragment"); 161 162 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009258, 163 "dEQP-GLES3.functional.shaders.operator.bina", 164 "ry_operator.left_shift.mediump_uvec3_vertex"); 165 166 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009259, 167 "dEQP-GLES3.functional.shaders.operator.binar", 168 "y_operator.left_shift.mediump_uvec3_fragment"); 169 170 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009260, 171 "dEQP-GLES3.functional.shaders.operator.bi", 172 "nary_operator.left_shift.lowp_uvec4_vertex"); 173 174 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009261, 175 "dEQP-GLES3.functional.shaders.operator.bin", 176 "ary_operator.left_shift.lowp_uvec4_fragment"); 177 178 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009262, 179 "dEQP-GLES3.functional.shaders.operator.bina", 180 "ry_operator.left_shift.mediump_uvec4_vertex"); 181 182 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009263, 183 "dEQP-GLES3.functional.shaders.operator.binar", 184 "y_operator.left_shift.mediump_uvec4_fragment"); 185 186 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009264, 187 "dEQP-GLES3.functional.shaders.operator.bi", 188 "nary_operator.left_shift.highp_uint_vertex"); 189 190 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009265, 191 "dEQP-GLES3.functional.shaders.operator.bin", 192 "ary_operator.left_shift.highp_uint_fragment"); 193 194 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009266, 195 "dEQP-GLES3.functional.shaders.operator.bin", 196 "ary_operator.left_shift.highp_uvec2_vertex"); 197 198 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009267, 199 "dEQP-GLES3.functional.shaders.operator.bina", 200 "ry_operator.left_shift.highp_uvec2_fragment"); 201 202 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009268, 203 "dEQP-GLES3.functional.shaders.operator.bin", 204 "ary_operator.left_shift.highp_uvec3_vertex"); 205 206 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009269, 207 "dEQP-GLES3.functional.shaders.operator.bina", 208 "ry_operator.left_shift.highp_uvec3_fragment"); 209 210 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009270, 211 "dEQP-GLES3.functional.shaders.operator.bin", 212 "ary_operator.left_shift.highp_uvec4_vertex"); 213 214 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009271, 215 "dEQP-GLES3.functional.shaders.operator.bina", 216 "ry_operator.left_shift.highp_uvec4_fragment"); 217 218 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009272, 219 "dEQP-GLES3.functional.shaders.operator.binar", 220 "y_operator.left_shift.lowp_ivec2_uint_vertex"); 221 222 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009273, 223 "dEQP-GLES3.functional.shaders.operator.binary", 224 "_operator.left_shift.lowp_ivec2_uint_fragment"); 225 226 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009274, 227 "dEQP-GLES3.functional.shaders.operator.binary", 228 "_operator.left_shift.mediump_ivec2_uint_vertex"); 229 230 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009275, 231 "dEQP-GLES3.functional.shaders.operator.binary_", 232 "operator.left_shift.mediump_ivec2_uint_fragment"); 233 234 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009276, 235 "dEQP-GLES3.functional.shaders.operator.binar", 236 "y_operator.left_shift.lowp_ivec3_uint_vertex"); 237 238 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009277, 239 "dEQP-GLES3.functional.shaders.operator.binary", 240 "_operator.left_shift.lowp_ivec3_uint_fragment"); 241 242 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009278, 243 "dEQP-GLES3.functional.shaders.operator.binary", 244 "_operator.left_shift.mediump_ivec3_uint_vertex"); 245 246 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009279, 247 "dEQP-GLES3.functional.shaders.operator.binary_", 248 "operator.left_shift.mediump_ivec3_uint_fragment"); 249 250 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009280, 251 "dEQP-GLES3.functional.shaders.operator.binar", 252 "y_operator.left_shift.lowp_ivec4_uint_vertex"); 253 254 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009281, 255 "dEQP-GLES3.functional.shaders.operator.binary", 256 "_operator.left_shift.lowp_ivec4_uint_fragment"); 257 258 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009282, 259 "dEQP-GLES3.functional.shaders.operator.binary", 260 "_operator.left_shift.mediump_ivec4_uint_vertex"); 261 262 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009283, 263 "dEQP-GLES3.functional.shaders.operator.binary_", 264 "operator.left_shift.mediump_ivec4_uint_fragment"); 265 266 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009284, 267 "dEQP-GLES3.functional.shaders.operator.binar", 268 "y_operator.left_shift.highp_ivec2_uint_vertex"); 269 270 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009285, 271 "dEQP-GLES3.functional.shaders.operator.binary", 272 "_operator.left_shift.highp_ivec2_uint_fragment"); 273 274 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009286, 275 "dEQP-GLES3.functional.shaders.operator.binar", 276 "y_operator.left_shift.highp_ivec3_uint_vertex"); 277 278 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009287, 279 "dEQP-GLES3.functional.shaders.operator.binary", 280 "_operator.left_shift.highp_ivec3_uint_fragment"); 281 282 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009288, 283 "dEQP-GLES3.functional.shaders.operator.binar", 284 "y_operator.left_shift.highp_ivec4_uint_vertex"); 285 286 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009289, 287 "dEQP-GLES3.functional.shaders.operator.binary", 288 "_operator.left_shift.highp_ivec4_uint_fragment"); 289 290 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009290, 291 "dEQP-GLES3.functional.shaders.operator.binar", 292 "y_operator.left_shift.lowp_uvec2_uint_vertex"); 293 294 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009291, 295 "dEQP-GLES3.functional.shaders.operator.binary", 296 "_operator.left_shift.lowp_uvec2_uint_fragment"); 297 298 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009292, 299 "dEQP-GLES3.functional.shaders.operator.binary", 300 "_operator.left_shift.mediump_uvec2_uint_vertex"); 301 302 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009293, 303 "dEQP-GLES3.functional.shaders.operator.binary_", 304 "operator.left_shift.mediump_uvec2_uint_fragment"); 305 306 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009294, 307 "dEQP-GLES3.functional.shaders.operator.binar", 308 "y_operator.left_shift.lowp_uvec3_uint_vertex"); 309 310 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009295, 311 "dEQP-GLES3.functional.shaders.operator.binary", 312 "_operator.left_shift.lowp_uvec3_uint_fragment"); 313 314 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009296, 315 "dEQP-GLES3.functional.shaders.operator.binary", 316 "_operator.left_shift.mediump_uvec3_uint_vertex"); 317 318 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009297, 319 "dEQP-GLES3.functional.shaders.operator.binary_", 320 "operator.left_shift.mediump_uvec3_uint_fragment"); 321 322 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009298, 323 "dEQP-GLES3.functional.shaders.operator.binar", 324 "y_operator.left_shift.lowp_uvec4_uint_vertex"); 325 326 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009299, 327 "dEQP-GLES3.functional.shaders.operator.binary", 328 "_operator.left_shift.lowp_uvec4_uint_fragment"); 329 330 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009300, 331 "dEQP-GLES3.functional.shaders.operator.binary", 332 "_operator.left_shift.mediump_uvec4_uint_vertex"); 333 334 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009301, 335 "dEQP-GLES3.functional.shaders.operator.binary_", 336 "operator.left_shift.mediump_uvec4_uint_fragment"); 337 338 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009302, 339 "dEQP-GLES3.functional.shaders.operator.binar", 340 "y_operator.left_shift.highp_uvec2_uint_vertex"); 341 342 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009303, 343 "dEQP-GLES3.functional.shaders.operator.binary", 344 "_operator.left_shift.highp_uvec2_uint_fragment"); 345 346 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009304, 347 "dEQP-GLES3.functional.shaders.operator.binar", 348 "y_operator.left_shift.highp_uvec3_uint_vertex"); 349 350 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009305, 351 "dEQP-GLES3.functional.shaders.operator.binary", 352 "_operator.left_shift.highp_uvec3_uint_fragment"); 353 354 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009306, 355 "dEQP-GLES3.functional.shaders.operator.binar", 356 "y_operator.left_shift.highp_uvec4_uint_vertex"); 357 358 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009307, 359 "dEQP-GLES3.functional.shaders.operator.binary", 360 "_operator.left_shift.highp_uvec4_uint_fragment"); 361 362 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009308, 363 "dEQP-GLES3.functional.shaders.operator.b", 364 "inary_operator.left_shift.lowp_int_vertex"); 365 366 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009309, 367 "dEQP-GLES3.functional.shaders.operator.bi", 368 "nary_operator.left_shift.lowp_int_fragment"); 369 370 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009310, 371 "dEQP-GLES3.functional.shaders.operator.bin", 372 "ary_operator.left_shift.mediump_int_vertex"); 373 374 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009311, 375 "dEQP-GLES3.functional.shaders.operator.bina", 376 "ry_operator.left_shift.mediump_int_fragment"); 377 378 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009312, 379 "dEQP-GLES3.functional.shaders.operator.bi", 380 "nary_operator.left_shift.lowp_ivec2_vertex"); 381 382 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009313, 383 "dEQP-GLES3.functional.shaders.operator.bin", 384 "ary_operator.left_shift.lowp_ivec2_fragment"); 385 386 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009314, 387 "dEQP-GLES3.functional.shaders.operator.bina", 388 "ry_operator.left_shift.mediump_ivec2_vertex"); 389 390 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009315, 391 "dEQP-GLES3.functional.shaders.operator.binar", 392 "y_operator.left_shift.mediump_ivec2_fragment"); 393 394 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009316, 395 "dEQP-GLES3.functional.shaders.operator.bi", 396 "nary_operator.left_shift.lowp_ivec3_vertex"); 397 398 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009317, 399 "dEQP-GLES3.functional.shaders.operator.bin", 400 "ary_operator.left_shift.lowp_ivec3_fragment"); 401 402 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009318, 403 "dEQP-GLES3.functional.shaders.operator.bina", 404 "ry_operator.left_shift.mediump_ivec3_vertex"); 405 406 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009319, 407 "dEQP-GLES3.functional.shaders.operator.binar", 408 "y_operator.left_shift.mediump_ivec3_fragment"); 409 410 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009320, 411 "dEQP-GLES3.functional.shaders.operator.bi", 412 "nary_operator.left_shift.lowp_ivec4_vertex"); 413 414 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009321, 415 "dEQP-GLES3.functional.shaders.operator.bin", 416 "ary_operator.left_shift.lowp_ivec4_fragment"); 417 418 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009322, 419 "dEQP-GLES3.functional.shaders.operator.bina", 420 "ry_operator.left_shift.mediump_ivec4_vertex"); 421 422 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009323, 423 "dEQP-GLES3.functional.shaders.operator.binar", 424 "y_operator.left_shift.mediump_ivec4_fragment"); 425 426 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009324, 427 "dEQP-GLES3.functional.shaders.operator.bi", 428 "nary_operator.left_shift.highp_int_vertex"); 429 430 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009325, 431 "dEQP-GLES3.functional.shaders.operator.bin", 432 "ary_operator.left_shift.highp_int_fragment"); 433 434 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009326, 435 "dEQP-GLES3.functional.shaders.operator.bin", 436 "ary_operator.left_shift.highp_ivec2_vertex"); 437 438 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009327, 439 "dEQP-GLES3.functional.shaders.operator.bina", 440 "ry_operator.left_shift.highp_ivec2_fragment"); 441 442 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009328, 443 "dEQP-GLES3.functional.shaders.operator.bin", 444 "ary_operator.left_shift.highp_ivec3_vertex"); 445 446 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009329, 447 "dEQP-GLES3.functional.shaders.operator.bina", 448 "ry_operator.left_shift.highp_ivec3_fragment"); 449 450 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009330, 451 "dEQP-GLES3.functional.shaders.operator.bin", 452 "ary_operator.left_shift.highp_ivec4_vertex"); 453 454 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009331, 455 "dEQP-GLES3.functional.shaders.operator.bina", 456 "ry_operator.left_shift.highp_ivec4_fragment"); 457 458 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009332, 459 "dEQP-GLES3.functional.shaders.operator.bina", 460 "ry_operator.left_shift.lowp_uint_int_vertex"); 461 462 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009333, 463 "dEQP-GLES3.functional.shaders.operator.binar", 464 "y_operator.left_shift.lowp_uint_int_fragment"); 465 466 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009334, 467 "dEQP-GLES3.functional.shaders.operator.binar", 468 "y_operator.left_shift.mediump_uint_int_vertex"); 469 470 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009335, 471 "dEQP-GLES3.functional.shaders.operator.binary", 472 "_operator.left_shift.mediump_uint_int_fragment"); 473 474 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009336, 475 "dEQP-GLES3.functional.shaders.operator.binar", 476 "y_operator.left_shift.lowp_uvec2_ivec2_vertex"); 477 478 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009337, 479 "dEQP-GLES3.functional.shaders.operator.binary", 480 "_operator.left_shift.lowp_uvec2_ivec2_fragment"); 481 482 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009338, 483 "dEQP-GLES3.functional.shaders.operator.binary_", 484 "operator.left_shift.mediump_uvec2_ivec2_vertex"); 485 486 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009339, 487 "dEQP-GLES3.functional.shaders.operator.binary_o", 488 "perator.left_shift.mediump_uvec2_ivec2_fragment"); 489 490 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009340, 491 "dEQP-GLES3.functional.shaders.operator.binar", 492 "y_operator.left_shift.lowp_uvec3_ivec3_vertex"); 493 494 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009341, 495 "dEQP-GLES3.functional.shaders.operator.binary", 496 "_operator.left_shift.lowp_uvec3_ivec3_fragment"); 497 498 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009342, 499 "dEQP-GLES3.functional.shaders.operator.binary_", 500 "operator.left_shift.mediump_uvec3_ivec3_vertex"); 501 502 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009343, 503 "dEQP-GLES3.functional.shaders.operator.binary_o", 504 "perator.left_shift.mediump_uvec3_ivec3_fragment"); 505 506 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009344, 507 "dEQP-GLES3.functional.shaders.operator.binar", 508 "y_operator.left_shift.lowp_uvec4_ivec4_vertex"); 509 510 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009345, 511 "dEQP-GLES3.functional.shaders.operator.binary", 512 "_operator.left_shift.lowp_uvec4_ivec4_fragment"); 513 514 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009346, 515 "dEQP-GLES3.functional.shaders.operator.binary_", 516 "operator.left_shift.mediump_uvec4_ivec4_vertex"); 517 518 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009347, 519 "dEQP-GLES3.functional.shaders.operator.binary_o", 520 "perator.left_shift.mediump_uvec4_ivec4_fragment"); 521 522 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009348, 523 "dEQP-GLES3.functional.shaders.operator.bina", 524 "ry_operator.left_shift.highp_uint_int_vertex"); 525 526 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009349, 527 "dEQP-GLES3.functional.shaders.operator.binar", 528 "y_operator.left_shift.highp_uint_int_fragment"); 529 530 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009350, 531 "dEQP-GLES3.functional.shaders.operator.binary", 532 "_operator.left_shift.highp_uvec2_ivec2_vertex"); 533 534 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009351, 535 "dEQP-GLES3.functional.shaders.operator.binary_", 536 "operator.left_shift.highp_uvec2_ivec2_fragment"); 537 538 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009352, 539 "dEQP-GLES3.functional.shaders.operator.binary", 540 "_operator.left_shift.highp_uvec3_ivec3_vertex"); 541 542 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009353, 543 "dEQP-GLES3.functional.shaders.operator.binary_", 544 "operator.left_shift.highp_uvec3_ivec3_fragment"); 545 546 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009354, 547 "dEQP-GLES3.functional.shaders.operator.binary", 548 "_operator.left_shift.highp_uvec4_ivec4_vertex"); 549 550 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009355, 551 "dEQP-GLES3.functional.shaders.operator.binary_", 552 "operator.left_shift.highp_uvec4_ivec4_fragment"); 553 554 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009356, 555 "dEQP-GLES3.functional.shaders.operator.bina", 556 "ry_operator.left_shift.lowp_ivec2_int_vertex"); 557 558 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009357, 559 "dEQP-GLES3.functional.shaders.operator.binar", 560 "y_operator.left_shift.lowp_ivec2_int_fragment"); 561 562 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009358, 563 "dEQP-GLES3.functional.shaders.operator.binary", 564 "_operator.left_shift.mediump_ivec2_int_vertex"); 565 566 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009359, 567 "dEQP-GLES3.functional.shaders.operator.binary_", 568 "operator.left_shift.mediump_ivec2_int_fragment"); 569 570 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009360, 571 "dEQP-GLES3.functional.shaders.operator.bina", 572 "ry_operator.left_shift.lowp_ivec3_int_vertex"); 573 574 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009361, 575 "dEQP-GLES3.functional.shaders.operator.binar", 576 "y_operator.left_shift.lowp_ivec3_int_fragment"); 577 578 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009362, 579 "dEQP-GLES3.functional.shaders.operator.binary", 580 "_operator.left_shift.mediump_ivec3_int_vertex"); 581 582 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009363, 583 "dEQP-GLES3.functional.shaders.operator.binary_", 584 "operator.left_shift.mediump_ivec3_int_fragment"); 585 586 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009364, 587 "dEQP-GLES3.functional.shaders.operator.bina", 588 "ry_operator.left_shift.lowp_ivec4_int_vertex"); 589 590 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009365, 591 "dEQP-GLES3.functional.shaders.operator.binar", 592 "y_operator.left_shift.lowp_ivec4_int_fragment"); 593 594 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009366, 595 "dEQP-GLES3.functional.shaders.operator.binary", 596 "_operator.left_shift.mediump_ivec4_int_vertex"); 597 598 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009367, 599 "dEQP-GLES3.functional.shaders.operator.binary_", 600 "operator.left_shift.mediump_ivec4_int_fragment"); 601 602 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009368, 603 "dEQP-GLES3.functional.shaders.operator.binar", 604 "y_operator.left_shift.highp_ivec2_int_vertex"); 605 606 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009369, 607 "dEQP-GLES3.functional.shaders.operator.binary", 608 "_operator.left_shift.highp_ivec2_int_fragment"); 609 610 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009370, 611 "dEQP-GLES3.functional.shaders.operator.binar", 612 "y_operator.left_shift.highp_ivec3_int_vertex"); 613 614 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009371, 615 "dEQP-GLES3.functional.shaders.operator.binary", 616 "_operator.left_shift.highp_ivec3_int_fragment"); 617 618 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009372, 619 "dEQP-GLES3.functional.shaders.operator.binar", 620 "y_operator.left_shift.highp_ivec4_int_vertex"); 621 622 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009373, 623 "dEQP-GLES3.functional.shaders.operator.binary", 624 "_operator.left_shift.highp_ivec4_int_fragment"); 625 626 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009374, 627 "dEQP-GLES3.functional.shaders.operator.bina", 628 "ry_operator.left_shift.lowp_uvec2_int_vertex"); 629 630 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009375, 631 "dEQP-GLES3.functional.shaders.operator.binar", 632 "y_operator.left_shift.lowp_uvec2_int_fragment"); 633 634 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009376, 635 "dEQP-GLES3.functional.shaders.operator.binary", 636 "_operator.left_shift.mediump_uvec2_int_vertex"); 637 638 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009377, 639 "dEQP-GLES3.functional.shaders.operator.binary_", 640 "operator.left_shift.mediump_uvec2_int_fragment"); 641 642 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009378, 643 "dEQP-GLES3.functional.shaders.operator.bina", 644 "ry_operator.left_shift.lowp_uvec3_int_vertex"); 645 646 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009379, 647 "dEQP-GLES3.functional.shaders.operator.binar", 648 "y_operator.left_shift.lowp_uvec3_int_fragment"); 649 650 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009380, 651 "dEQP-GLES3.functional.shaders.operator.binary", 652 "_operator.left_shift.mediump_uvec3_int_vertex"); 653 654 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009381, 655 "dEQP-GLES3.functional.shaders.operator.binary_", 656 "operator.left_shift.mediump_uvec3_int_fragment"); 657 658 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009382, 659 "dEQP-GLES3.functional.shaders.operator.bina", 660 "ry_operator.left_shift.lowp_uvec4_int_vertex"); 661 662 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009383, 663 "dEQP-GLES3.functional.shaders.operator.binar", 664 "y_operator.left_shift.lowp_uvec4_int_fragment"); 665 666 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009384, 667 "dEQP-GLES3.functional.shaders.operator.binary", 668 "_operator.left_shift.mediump_uvec4_int_vertex"); 669 670 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009385, 671 "dEQP-GLES3.functional.shaders.operator.binary_", 672 "operator.left_shift.mediump_uvec4_int_fragment"); 673 674 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009386, 675 "dEQP-GLES3.functional.shaders.operator.binar", 676 "y_operator.left_shift.highp_uvec2_int_vertex"); 677 678 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009387, 679 "dEQP-GLES3.functional.shaders.operator.binary", 680 "_operator.left_shift.highp_uvec2_int_fragment"); 681 682 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009388, 683 "dEQP-GLES3.functional.shaders.operator.binar", 684 "y_operator.left_shift.highp_uvec3_int_vertex"); 685 686 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009389, 687 "dEQP-GLES3.functional.shaders.operator.binary", 688 "_operator.left_shift.highp_uvec3_int_fragment"); 689 690 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009390, 691 "dEQP-GLES3.functional.shaders.operator.binar", 692 "y_operator.left_shift.highp_uvec4_int_vertex"); 693 694 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009391, 695 "dEQP-GLES3.functional.shaders.operator.binary", 696 "_operator.left_shift.highp_uvec4_int_fragment"); 697