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_009392, 27 "dEQP-GLES3.functional.shaders.operator.bina", 28 "ry_operator.right_shift.lowp_int_uint_vertex"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009393, 31 "dEQP-GLES3.functional.shaders.operator.binar", 32 "y_operator.right_shift.lowp_int_uint_fragment"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009394, 35 "dEQP-GLES3.functional.shaders.operator.binary", 36 "_operator.right_shift.mediump_int_uint_vertex"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009395, 39 "dEQP-GLES3.functional.shaders.operator.binary_", 40 "operator.right_shift.mediump_int_uint_fragment"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009396, 43 "dEQP-GLES3.functional.shaders.operator.binary", 44 "_operator.right_shift.lowp_ivec2_uvec2_vertex"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009397, 47 "dEQP-GLES3.functional.shaders.operator.binary_", 48 "operator.right_shift.lowp_ivec2_uvec2_fragment"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009398, 51 "dEQP-GLES3.functional.shaders.operator.binary_", 52 "operator.right_shift.mediump_ivec2_uvec2_vertex"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009399, 55 "dEQP-GLES3.functional.shaders.operator.binary_o", 56 "perator.right_shift.mediump_ivec2_uvec2_fragment"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009400, 59 "dEQP-GLES3.functional.shaders.operator.binary", 60 "_operator.right_shift.lowp_ivec3_uvec3_vertex"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009401, 63 "dEQP-GLES3.functional.shaders.operator.binary_", 64 "operator.right_shift.lowp_ivec3_uvec3_fragment"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009402, 67 "dEQP-GLES3.functional.shaders.operator.binary_", 68 "operator.right_shift.mediump_ivec3_uvec3_vertex"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009403, 71 "dEQP-GLES3.functional.shaders.operator.binary_o", 72 "perator.right_shift.mediump_ivec3_uvec3_fragment"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009404, 75 "dEQP-GLES3.functional.shaders.operator.binary", 76 "_operator.right_shift.lowp_ivec4_uvec4_vertex"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009405, 79 "dEQP-GLES3.functional.shaders.operator.binary_", 80 "operator.right_shift.lowp_ivec4_uvec4_fragment"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009406, 83 "dEQP-GLES3.functional.shaders.operator.binary_", 84 "operator.right_shift.mediump_ivec4_uvec4_vertex"); 85 86 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009407, 87 "dEQP-GLES3.functional.shaders.operator.binary_o", 88 "perator.right_shift.mediump_ivec4_uvec4_fragment"); 89 90 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009408, 91 "dEQP-GLES3.functional.shaders.operator.binar", 92 "y_operator.right_shift.highp_int_uint_vertex"); 93 94 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009409, 95 "dEQP-GLES3.functional.shaders.operator.binary", 96 "_operator.right_shift.highp_int_uint_fragment"); 97 98 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009410, 99 "dEQP-GLES3.functional.shaders.operator.binary", 100 "_operator.right_shift.highp_ivec2_uvec2_vertex"); 101 102 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009411, 103 "dEQP-GLES3.functional.shaders.operator.binary_", 104 "operator.right_shift.highp_ivec2_uvec2_fragment"); 105 106 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009412, 107 "dEQP-GLES3.functional.shaders.operator.binary", 108 "_operator.right_shift.highp_ivec3_uvec3_vertex"); 109 110 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009413, 111 "dEQP-GLES3.functional.shaders.operator.binary_", 112 "operator.right_shift.highp_ivec3_uvec3_fragment"); 113 114 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009414, 115 "dEQP-GLES3.functional.shaders.operator.binary", 116 "_operator.right_shift.highp_ivec4_uvec4_vertex"); 117 118 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009415, 119 "dEQP-GLES3.functional.shaders.operator.binary_", 120 "operator.right_shift.highp_ivec4_uvec4_fragment"); 121 122 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009416, 123 "dEQP-GLES3.functional.shaders.operator.bi", 124 "nary_operator.right_shift.lowp_uint_vertex"); 125 126 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009417, 127 "dEQP-GLES3.functional.shaders.operator.bin", 128 "ary_operator.right_shift.lowp_uint_fragment"); 129 130 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009418, 131 "dEQP-GLES3.functional.shaders.operator.bina", 132 "ry_operator.right_shift.mediump_uint_vertex"); 133 134 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009419, 135 "dEQP-GLES3.functional.shaders.operator.binar", 136 "y_operator.right_shift.mediump_uint_fragment"); 137 138 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009420, 139 "dEQP-GLES3.functional.shaders.operator.bin", 140 "ary_operator.right_shift.lowp_uvec2_vertex"); 141 142 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009421, 143 "dEQP-GLES3.functional.shaders.operator.bina", 144 "ry_operator.right_shift.lowp_uvec2_fragment"); 145 146 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009422, 147 "dEQP-GLES3.functional.shaders.operator.bina", 148 "ry_operator.right_shift.mediump_uvec2_vertex"); 149 150 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009423, 151 "dEQP-GLES3.functional.shaders.operator.binar", 152 "y_operator.right_shift.mediump_uvec2_fragment"); 153 154 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009424, 155 "dEQP-GLES3.functional.shaders.operator.bin", 156 "ary_operator.right_shift.lowp_uvec3_vertex"); 157 158 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009425, 159 "dEQP-GLES3.functional.shaders.operator.bina", 160 "ry_operator.right_shift.lowp_uvec3_fragment"); 161 162 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009426, 163 "dEQP-GLES3.functional.shaders.operator.bina", 164 "ry_operator.right_shift.mediump_uvec3_vertex"); 165 166 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009427, 167 "dEQP-GLES3.functional.shaders.operator.binar", 168 "y_operator.right_shift.mediump_uvec3_fragment"); 169 170 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009428, 171 "dEQP-GLES3.functional.shaders.operator.bin", 172 "ary_operator.right_shift.lowp_uvec4_vertex"); 173 174 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009429, 175 "dEQP-GLES3.functional.shaders.operator.bina", 176 "ry_operator.right_shift.lowp_uvec4_fragment"); 177 178 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009430, 179 "dEQP-GLES3.functional.shaders.operator.bina", 180 "ry_operator.right_shift.mediump_uvec4_vertex"); 181 182 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009431, 183 "dEQP-GLES3.functional.shaders.operator.binar", 184 "y_operator.right_shift.mediump_uvec4_fragment"); 185 186 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009432, 187 "dEQP-GLES3.functional.shaders.operator.bin", 188 "ary_operator.right_shift.highp_uint_vertex"); 189 190 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009433, 191 "dEQP-GLES3.functional.shaders.operator.bina", 192 "ry_operator.right_shift.highp_uint_fragment"); 193 194 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009434, 195 "dEQP-GLES3.functional.shaders.operator.bin", 196 "ary_operator.right_shift.highp_uvec2_vertex"); 197 198 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009435, 199 "dEQP-GLES3.functional.shaders.operator.bina", 200 "ry_operator.right_shift.highp_uvec2_fragment"); 201 202 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009436, 203 "dEQP-GLES3.functional.shaders.operator.bin", 204 "ary_operator.right_shift.highp_uvec3_vertex"); 205 206 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009437, 207 "dEQP-GLES3.functional.shaders.operator.bina", 208 "ry_operator.right_shift.highp_uvec3_fragment"); 209 210 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009438, 211 "dEQP-GLES3.functional.shaders.operator.bin", 212 "ary_operator.right_shift.highp_uvec4_vertex"); 213 214 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009439, 215 "dEQP-GLES3.functional.shaders.operator.bina", 216 "ry_operator.right_shift.highp_uvec4_fragment"); 217 218 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009440, 219 "dEQP-GLES3.functional.shaders.operator.binar", 220 "y_operator.right_shift.lowp_ivec2_uint_vertex"); 221 222 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009441, 223 "dEQP-GLES3.functional.shaders.operator.binary", 224 "_operator.right_shift.lowp_ivec2_uint_fragment"); 225 226 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009442, 227 "dEQP-GLES3.functional.shaders.operator.binary_", 228 "operator.right_shift.mediump_ivec2_uint_vertex"); 229 230 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009443, 231 "dEQP-GLES3.functional.shaders.operator.binary_o", 232 "perator.right_shift.mediump_ivec2_uint_fragment"); 233 234 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009444, 235 "dEQP-GLES3.functional.shaders.operator.binar", 236 "y_operator.right_shift.lowp_ivec3_uint_vertex"); 237 238 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009445, 239 "dEQP-GLES3.functional.shaders.operator.binary", 240 "_operator.right_shift.lowp_ivec3_uint_fragment"); 241 242 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009446, 243 "dEQP-GLES3.functional.shaders.operator.binary_", 244 "operator.right_shift.mediump_ivec3_uint_vertex"); 245 246 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009447, 247 "dEQP-GLES3.functional.shaders.operator.binary_o", 248 "perator.right_shift.mediump_ivec3_uint_fragment"); 249 250 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009448, 251 "dEQP-GLES3.functional.shaders.operator.binar", 252 "y_operator.right_shift.lowp_ivec4_uint_vertex"); 253 254 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009449, 255 "dEQP-GLES3.functional.shaders.operator.binary", 256 "_operator.right_shift.lowp_ivec4_uint_fragment"); 257 258 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009450, 259 "dEQP-GLES3.functional.shaders.operator.binary_", 260 "operator.right_shift.mediump_ivec4_uint_vertex"); 261 262 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009451, 263 "dEQP-GLES3.functional.shaders.operator.binary_o", 264 "perator.right_shift.mediump_ivec4_uint_fragment"); 265 266 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009452, 267 "dEQP-GLES3.functional.shaders.operator.binary", 268 "_operator.right_shift.highp_ivec2_uint_vertex"); 269 270 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009453, 271 "dEQP-GLES3.functional.shaders.operator.binary_", 272 "operator.right_shift.highp_ivec2_uint_fragment"); 273 274 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009454, 275 "dEQP-GLES3.functional.shaders.operator.binary", 276 "_operator.right_shift.highp_ivec3_uint_vertex"); 277 278 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009455, 279 "dEQP-GLES3.functional.shaders.operator.binary_", 280 "operator.right_shift.highp_ivec3_uint_fragment"); 281 282 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009456, 283 "dEQP-GLES3.functional.shaders.operator.binary", 284 "_operator.right_shift.highp_ivec4_uint_vertex"); 285 286 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009457, 287 "dEQP-GLES3.functional.shaders.operator.binary_", 288 "operator.right_shift.highp_ivec4_uint_fragment"); 289 290 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009458, 291 "dEQP-GLES3.functional.shaders.operator.binar", 292 "y_operator.right_shift.lowp_uvec2_uint_vertex"); 293 294 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009459, 295 "dEQP-GLES3.functional.shaders.operator.binary", 296 "_operator.right_shift.lowp_uvec2_uint_fragment"); 297 298 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009460, 299 "dEQP-GLES3.functional.shaders.operator.binary_", 300 "operator.right_shift.mediump_uvec2_uint_vertex"); 301 302 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009461, 303 "dEQP-GLES3.functional.shaders.operator.binary_o", 304 "perator.right_shift.mediump_uvec2_uint_fragment"); 305 306 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009462, 307 "dEQP-GLES3.functional.shaders.operator.binar", 308 "y_operator.right_shift.lowp_uvec3_uint_vertex"); 309 310 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009463, 311 "dEQP-GLES3.functional.shaders.operator.binary", 312 "_operator.right_shift.lowp_uvec3_uint_fragment"); 313 314 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009464, 315 "dEQP-GLES3.functional.shaders.operator.binary_", 316 "operator.right_shift.mediump_uvec3_uint_vertex"); 317 318 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009465, 319 "dEQP-GLES3.functional.shaders.operator.binary_o", 320 "perator.right_shift.mediump_uvec3_uint_fragment"); 321 322 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009466, 323 "dEQP-GLES3.functional.shaders.operator.binar", 324 "y_operator.right_shift.lowp_uvec4_uint_vertex"); 325 326 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009467, 327 "dEQP-GLES3.functional.shaders.operator.binary", 328 "_operator.right_shift.lowp_uvec4_uint_fragment"); 329 330 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009468, 331 "dEQP-GLES3.functional.shaders.operator.binary_", 332 "operator.right_shift.mediump_uvec4_uint_vertex"); 333 334 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009469, 335 "dEQP-GLES3.functional.shaders.operator.binary_o", 336 "perator.right_shift.mediump_uvec4_uint_fragment"); 337 338 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009470, 339 "dEQP-GLES3.functional.shaders.operator.binary", 340 "_operator.right_shift.highp_uvec2_uint_vertex"); 341 342 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009471, 343 "dEQP-GLES3.functional.shaders.operator.binary_", 344 "operator.right_shift.highp_uvec2_uint_fragment"); 345 346 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009472, 347 "dEQP-GLES3.functional.shaders.operator.binary", 348 "_operator.right_shift.highp_uvec3_uint_vertex"); 349 350 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009473, 351 "dEQP-GLES3.functional.shaders.operator.binary_", 352 "operator.right_shift.highp_uvec3_uint_fragment"); 353 354 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009474, 355 "dEQP-GLES3.functional.shaders.operator.binary", 356 "_operator.right_shift.highp_uvec4_uint_vertex"); 357 358 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009475, 359 "dEQP-GLES3.functional.shaders.operator.binary_", 360 "operator.right_shift.highp_uvec4_uint_fragment"); 361 362 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009476, 363 "dEQP-GLES3.functional.shaders.operator.bi", 364 "nary_operator.right_shift.lowp_int_vertex"); 365 366 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009477, 367 "dEQP-GLES3.functional.shaders.operator.bin", 368 "ary_operator.right_shift.lowp_int_fragment"); 369 370 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009478, 371 "dEQP-GLES3.functional.shaders.operator.bin", 372 "ary_operator.right_shift.mediump_int_vertex"); 373 374 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009479, 375 "dEQP-GLES3.functional.shaders.operator.bina", 376 "ry_operator.right_shift.mediump_int_fragment"); 377 378 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009480, 379 "dEQP-GLES3.functional.shaders.operator.bin", 380 "ary_operator.right_shift.lowp_ivec2_vertex"); 381 382 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009481, 383 "dEQP-GLES3.functional.shaders.operator.bina", 384 "ry_operator.right_shift.lowp_ivec2_fragment"); 385 386 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009482, 387 "dEQP-GLES3.functional.shaders.operator.bina", 388 "ry_operator.right_shift.mediump_ivec2_vertex"); 389 390 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009483, 391 "dEQP-GLES3.functional.shaders.operator.binar", 392 "y_operator.right_shift.mediump_ivec2_fragment"); 393 394 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009484, 395 "dEQP-GLES3.functional.shaders.operator.bin", 396 "ary_operator.right_shift.lowp_ivec3_vertex"); 397 398 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009485, 399 "dEQP-GLES3.functional.shaders.operator.bina", 400 "ry_operator.right_shift.lowp_ivec3_fragment"); 401 402 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009486, 403 "dEQP-GLES3.functional.shaders.operator.bina", 404 "ry_operator.right_shift.mediump_ivec3_vertex"); 405 406 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009487, 407 "dEQP-GLES3.functional.shaders.operator.binar", 408 "y_operator.right_shift.mediump_ivec3_fragment"); 409 410 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009488, 411 "dEQP-GLES3.functional.shaders.operator.bin", 412 "ary_operator.right_shift.lowp_ivec4_vertex"); 413 414 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009489, 415 "dEQP-GLES3.functional.shaders.operator.bina", 416 "ry_operator.right_shift.lowp_ivec4_fragment"); 417 418 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009490, 419 "dEQP-GLES3.functional.shaders.operator.bina", 420 "ry_operator.right_shift.mediump_ivec4_vertex"); 421 422 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009491, 423 "dEQP-GLES3.functional.shaders.operator.binar", 424 "y_operator.right_shift.mediump_ivec4_fragment"); 425 426 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009492, 427 "dEQP-GLES3.functional.shaders.operator.bi", 428 "nary_operator.right_shift.highp_int_vertex"); 429 430 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009493, 431 "dEQP-GLES3.functional.shaders.operator.bin", 432 "ary_operator.right_shift.highp_int_fragment"); 433 434 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009494, 435 "dEQP-GLES3.functional.shaders.operator.bin", 436 "ary_operator.right_shift.highp_ivec2_vertex"); 437 438 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009495, 439 "dEQP-GLES3.functional.shaders.operator.bina", 440 "ry_operator.right_shift.highp_ivec2_fragment"); 441 442 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009496, 443 "dEQP-GLES3.functional.shaders.operator.bin", 444 "ary_operator.right_shift.highp_ivec3_vertex"); 445 446 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009497, 447 "dEQP-GLES3.functional.shaders.operator.bina", 448 "ry_operator.right_shift.highp_ivec3_fragment"); 449 450 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009498, 451 "dEQP-GLES3.functional.shaders.operator.bin", 452 "ary_operator.right_shift.highp_ivec4_vertex"); 453 454 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009499, 455 "dEQP-GLES3.functional.shaders.operator.bina", 456 "ry_operator.right_shift.highp_ivec4_fragment"); 457 458 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009500, 459 "dEQP-GLES3.functional.shaders.operator.bina", 460 "ry_operator.right_shift.lowp_uint_int_vertex"); 461 462 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009501, 463 "dEQP-GLES3.functional.shaders.operator.binar", 464 "y_operator.right_shift.lowp_uint_int_fragment"); 465 466 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009502, 467 "dEQP-GLES3.functional.shaders.operator.binary", 468 "_operator.right_shift.mediump_uint_int_vertex"); 469 470 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009503, 471 "dEQP-GLES3.functional.shaders.operator.binary_", 472 "operator.right_shift.mediump_uint_int_fragment"); 473 474 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009504, 475 "dEQP-GLES3.functional.shaders.operator.binary", 476 "_operator.right_shift.lowp_uvec2_ivec2_vertex"); 477 478 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009505, 479 "dEQP-GLES3.functional.shaders.operator.binary_", 480 "operator.right_shift.lowp_uvec2_ivec2_fragment"); 481 482 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009506, 483 "dEQP-GLES3.functional.shaders.operator.binary_", 484 "operator.right_shift.mediump_uvec2_ivec2_vertex"); 485 486 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009507, 487 "dEQP-GLES3.functional.shaders.operator.binary_o", 488 "perator.right_shift.mediump_uvec2_ivec2_fragment"); 489 490 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009508, 491 "dEQP-GLES3.functional.shaders.operator.binary", 492 "_operator.right_shift.lowp_uvec3_ivec3_vertex"); 493 494 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009509, 495 "dEQP-GLES3.functional.shaders.operator.binary_", 496 "operator.right_shift.lowp_uvec3_ivec3_fragment"); 497 498 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009510, 499 "dEQP-GLES3.functional.shaders.operator.binary_", 500 "operator.right_shift.mediump_uvec3_ivec3_vertex"); 501 502 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009511, 503 "dEQP-GLES3.functional.shaders.operator.binary_o", 504 "perator.right_shift.mediump_uvec3_ivec3_fragment"); 505 506 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009512, 507 "dEQP-GLES3.functional.shaders.operator.binary", 508 "_operator.right_shift.lowp_uvec4_ivec4_vertex"); 509 510 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009513, 511 "dEQP-GLES3.functional.shaders.operator.binary_", 512 "operator.right_shift.lowp_uvec4_ivec4_fragment"); 513 514 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009514, 515 "dEQP-GLES3.functional.shaders.operator.binary_", 516 "operator.right_shift.mediump_uvec4_ivec4_vertex"); 517 518 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009515, 519 "dEQP-GLES3.functional.shaders.operator.binary_o", 520 "perator.right_shift.mediump_uvec4_ivec4_fragment"); 521 522 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009516, 523 "dEQP-GLES3.functional.shaders.operator.binar", 524 "y_operator.right_shift.highp_uint_int_vertex"); 525 526 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009517, 527 "dEQP-GLES3.functional.shaders.operator.binary", 528 "_operator.right_shift.highp_uint_int_fragment"); 529 530 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009518, 531 "dEQP-GLES3.functional.shaders.operator.binary", 532 "_operator.right_shift.highp_uvec2_ivec2_vertex"); 533 534 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009519, 535 "dEQP-GLES3.functional.shaders.operator.binary_", 536 "operator.right_shift.highp_uvec2_ivec2_fragment"); 537 538 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009520, 539 "dEQP-GLES3.functional.shaders.operator.binary", 540 "_operator.right_shift.highp_uvec3_ivec3_vertex"); 541 542 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009521, 543 "dEQP-GLES3.functional.shaders.operator.binary_", 544 "operator.right_shift.highp_uvec3_ivec3_fragment"); 545 546 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009522, 547 "dEQP-GLES3.functional.shaders.operator.binary", 548 "_operator.right_shift.highp_uvec4_ivec4_vertex"); 549 550 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009523, 551 "dEQP-GLES3.functional.shaders.operator.binary_", 552 "operator.right_shift.highp_uvec4_ivec4_fragment"); 553 554 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009524, 555 "dEQP-GLES3.functional.shaders.operator.binar", 556 "y_operator.right_shift.lowp_ivec2_int_vertex"); 557 558 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009525, 559 "dEQP-GLES3.functional.shaders.operator.binary", 560 "_operator.right_shift.lowp_ivec2_int_fragment"); 561 562 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009526, 563 "dEQP-GLES3.functional.shaders.operator.binary", 564 "_operator.right_shift.mediump_ivec2_int_vertex"); 565 566 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009527, 567 "dEQP-GLES3.functional.shaders.operator.binary_", 568 "operator.right_shift.mediump_ivec2_int_fragment"); 569 570 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009528, 571 "dEQP-GLES3.functional.shaders.operator.binar", 572 "y_operator.right_shift.lowp_ivec3_int_vertex"); 573 574 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009529, 575 "dEQP-GLES3.functional.shaders.operator.binary", 576 "_operator.right_shift.lowp_ivec3_int_fragment"); 577 578 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009530, 579 "dEQP-GLES3.functional.shaders.operator.binary", 580 "_operator.right_shift.mediump_ivec3_int_vertex"); 581 582 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009531, 583 "dEQP-GLES3.functional.shaders.operator.binary_", 584 "operator.right_shift.mediump_ivec3_int_fragment"); 585 586 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009532, 587 "dEQP-GLES3.functional.shaders.operator.binar", 588 "y_operator.right_shift.lowp_ivec4_int_vertex"); 589 590 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009533, 591 "dEQP-GLES3.functional.shaders.operator.binary", 592 "_operator.right_shift.lowp_ivec4_int_fragment"); 593 594 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009534, 595 "dEQP-GLES3.functional.shaders.operator.binary", 596 "_operator.right_shift.mediump_ivec4_int_vertex"); 597 598 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009535, 599 "dEQP-GLES3.functional.shaders.operator.binary_", 600 "operator.right_shift.mediump_ivec4_int_fragment"); 601 602 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009536, 603 "dEQP-GLES3.functional.shaders.operator.binar", 604 "y_operator.right_shift.highp_ivec2_int_vertex"); 605 606 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009537, 607 "dEQP-GLES3.functional.shaders.operator.binary", 608 "_operator.right_shift.highp_ivec2_int_fragment"); 609 610 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009538, 611 "dEQP-GLES3.functional.shaders.operator.binar", 612 "y_operator.right_shift.highp_ivec3_int_vertex"); 613 614 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009539, 615 "dEQP-GLES3.functional.shaders.operator.binary", 616 "_operator.right_shift.highp_ivec3_int_fragment"); 617 618 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009540, 619 "dEQP-GLES3.functional.shaders.operator.binar", 620 "y_operator.right_shift.highp_ivec4_int_vertex"); 621 622 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009541, 623 "dEQP-GLES3.functional.shaders.operator.binary", 624 "_operator.right_shift.highp_ivec4_int_fragment"); 625 626 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009542, 627 "dEQP-GLES3.functional.shaders.operator.binar", 628 "y_operator.right_shift.lowp_uvec2_int_vertex"); 629 630 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009543, 631 "dEQP-GLES3.functional.shaders.operator.binary", 632 "_operator.right_shift.lowp_uvec2_int_fragment"); 633 634 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009544, 635 "dEQP-GLES3.functional.shaders.operator.binary", 636 "_operator.right_shift.mediump_uvec2_int_vertex"); 637 638 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009545, 639 "dEQP-GLES3.functional.shaders.operator.binary_", 640 "operator.right_shift.mediump_uvec2_int_fragment"); 641 642 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009546, 643 "dEQP-GLES3.functional.shaders.operator.binar", 644 "y_operator.right_shift.lowp_uvec3_int_vertex"); 645 646 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009547, 647 "dEQP-GLES3.functional.shaders.operator.binary", 648 "_operator.right_shift.lowp_uvec3_int_fragment"); 649 650 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009548, 651 "dEQP-GLES3.functional.shaders.operator.binary", 652 "_operator.right_shift.mediump_uvec3_int_vertex"); 653 654 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009549, 655 "dEQP-GLES3.functional.shaders.operator.binary_", 656 "operator.right_shift.mediump_uvec3_int_fragment"); 657 658 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009550, 659 "dEQP-GLES3.functional.shaders.operator.binar", 660 "y_operator.right_shift.lowp_uvec4_int_vertex"); 661 662 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009551, 663 "dEQP-GLES3.functional.shaders.operator.binary", 664 "_operator.right_shift.lowp_uvec4_int_fragment"); 665 666 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009552, 667 "dEQP-GLES3.functional.shaders.operator.binary", 668 "_operator.right_shift.mediump_uvec4_int_vertex"); 669 670 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009553, 671 "dEQP-GLES3.functional.shaders.operator.binary_", 672 "operator.right_shift.mediump_uvec4_int_fragment"); 673 674 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009554, 675 "dEQP-GLES3.functional.shaders.operator.binar", 676 "y_operator.right_shift.highp_uvec2_int_vertex"); 677 678 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009555, 679 "dEQP-GLES3.functional.shaders.operator.binary", 680 "_operator.right_shift.highp_uvec2_int_fragment"); 681 682 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009556, 683 "dEQP-GLES3.functional.shaders.operator.binar", 684 "y_operator.right_shift.highp_uvec3_int_vertex"); 685 686 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009557, 687 "dEQP-GLES3.functional.shaders.operator.binary", 688 "_operator.right_shift.highp_uvec3_int_fragment"); 689 690 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009558, 691 "dEQP-GLES3.functional.shaders.operator.binar", 692 "y_operator.right_shift.highp_uvec4_int_vertex"); 693 694 static SHRINK_HWTEST_F(ActsDeqpgles30010TestSuite, TestCase_009559, 695 "dEQP-GLES3.functional.shaders.operator.binary", 696 "_operator.right_shift.highp_uvec4_int_fragment"); 697