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 "../ActsDeqpgles310010TestSuite.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(ActsDeqpgles310010TestSuite, TestCase_009160, 27 "dEQP-GLES31.functional.ssbo.la", 28 "yout.2_level_array.shared.float"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009161, 31 "dEQP-GLES31.functional.ssbo.la", 32 "yout.2_level_array.shared.vec2"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009162, 35 "dEQP-GLES31.functional.ssbo.la", 36 "yout.2_level_array.shared.vec3"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009163, 39 "dEQP-GLES31.functional.ssbo.la", 40 "yout.2_level_array.shared.vec4"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009164, 43 "dEQP-GLES31.functional.ssbo.l", 44 "ayout.2_level_array.shared.int"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009165, 47 "dEQP-GLES31.functional.ssbo.la", 48 "yout.2_level_array.shared.ivec2"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009166, 51 "dEQP-GLES31.functional.ssbo.la", 52 "yout.2_level_array.shared.ivec3"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009167, 55 "dEQP-GLES31.functional.ssbo.la", 56 "yout.2_level_array.shared.ivec4"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009168, 59 "dEQP-GLES31.functional.ssbo.la", 60 "yout.2_level_array.shared.uint"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009169, 63 "dEQP-GLES31.functional.ssbo.la", 64 "yout.2_level_array.shared.uvec2"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009170, 67 "dEQP-GLES31.functional.ssbo.la", 68 "yout.2_level_array.shared.uvec3"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009171, 71 "dEQP-GLES31.functional.ssbo.la", 72 "yout.2_level_array.shared.uvec4"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009172, 75 "dEQP-GLES31.functional.ssbo.la", 76 "yout.2_level_array.shared.bool"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009173, 79 "dEQP-GLES31.functional.ssbo.la", 80 "yout.2_level_array.shared.bvec2"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009174, 83 "dEQP-GLES31.functional.ssbo.la", 84 "yout.2_level_array.shared.bvec3"); 85 86 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009175, 87 "dEQP-GLES31.functional.ssbo.la", 88 "yout.2_level_array.shared.bvec4"); 89 90 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009176, 91 "dEQP-GLES31.functional.ssbo.la", 92 "yout.2_level_array.shared.mat2"); 93 94 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009177, 95 "dEQP-GLES31.functional.ssbo.layout.", 96 "2_level_array.shared.row_major_mat2"); 97 98 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009178, 99 "dEQP-GLES31.functional.ssbo.layout.2", 100 "_level_array.shared.column_major_mat2"); 101 102 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009179, 103 "dEQP-GLES31.functional.ssbo.la", 104 "yout.2_level_array.shared.mat3"); 105 106 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009180, 107 "dEQP-GLES31.functional.ssbo.layout.", 108 "2_level_array.shared.row_major_mat3"); 109 110 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009181, 111 "dEQP-GLES31.functional.ssbo.layout.2", 112 "_level_array.shared.column_major_mat3"); 113 114 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009182, 115 "dEQP-GLES31.functional.ssbo.la", 116 "yout.2_level_array.shared.mat4"); 117 118 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009183, 119 "dEQP-GLES31.functional.ssbo.layout.", 120 "2_level_array.shared.row_major_mat4"); 121 122 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009184, 123 "dEQP-GLES31.functional.ssbo.layout.2", 124 "_level_array.shared.column_major_mat4"); 125 126 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009185, 127 "dEQP-GLES31.functional.ssbo.lay", 128 "out.2_level_array.shared.mat2x3"); 129 130 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009186, 131 "dEQP-GLES31.functional.ssbo.layout.2", 132 "_level_array.shared.row_major_mat2x3"); 133 134 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009187, 135 "dEQP-GLES31.functional.ssbo.layout.2_", 136 "level_array.shared.column_major_mat2x3"); 137 138 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009188, 139 "dEQP-GLES31.functional.ssbo.lay", 140 "out.2_level_array.shared.mat2x4"); 141 142 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009189, 143 "dEQP-GLES31.functional.ssbo.layout.2", 144 "_level_array.shared.row_major_mat2x4"); 145 146 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009190, 147 "dEQP-GLES31.functional.ssbo.layout.2_", 148 "level_array.shared.column_major_mat2x4"); 149 150 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009191, 151 "dEQP-GLES31.functional.ssbo.lay", 152 "out.2_level_array.shared.mat3x2"); 153 154 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009192, 155 "dEQP-GLES31.functional.ssbo.layout.2", 156 "_level_array.shared.row_major_mat3x2"); 157 158 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009193, 159 "dEQP-GLES31.functional.ssbo.layout.2_", 160 "level_array.shared.column_major_mat3x2"); 161 162 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009194, 163 "dEQP-GLES31.functional.ssbo.lay", 164 "out.2_level_array.shared.mat3x4"); 165 166 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009195, 167 "dEQP-GLES31.functional.ssbo.layout.2", 168 "_level_array.shared.row_major_mat3x4"); 169 170 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009196, 171 "dEQP-GLES31.functional.ssbo.layout.2_", 172 "level_array.shared.column_major_mat3x4"); 173 174 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009197, 175 "dEQP-GLES31.functional.ssbo.lay", 176 "out.2_level_array.shared.mat4x2"); 177 178 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009198, 179 "dEQP-GLES31.functional.ssbo.layout.2", 180 "_level_array.shared.row_major_mat4x2"); 181 182 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009199, 183 "dEQP-GLES31.functional.ssbo.layout.2_", 184 "level_array.shared.column_major_mat4x2"); 185 186 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009200, 187 "dEQP-GLES31.functional.ssbo.lay", 188 "out.2_level_array.shared.mat4x3"); 189 190 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009201, 191 "dEQP-GLES31.functional.ssbo.layout.2", 192 "_level_array.shared.row_major_mat4x3"); 193 194 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009202, 195 "dEQP-GLES31.functional.ssbo.layout.2_", 196 "level_array.shared.column_major_mat4x3"); 197 198 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010393, 199 "dEQP-GLES31.functional.ubo.2_l", 200 "evel_array.shared.float_vertex"); 201 202 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010394, 203 "dEQP-GLES31.functional.ubo.2_le", 204 "vel_array.shared.float_fragment"); 205 206 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010395, 207 "dEQP-GLES31.functional.ubo.2_", 208 "level_array.shared.float_both"); 209 210 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010396, 211 "dEQP-GLES31.functional.ubo.2_", 212 "level_array.shared.vec2_vertex"); 213 214 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010397, 215 "dEQP-GLES31.functional.ubo.2_l", 216 "evel_array.shared.vec2_fragment"); 217 218 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010398, 219 "dEQP-GLES31.functional.ubo.2", 220 "_level_array.shared.vec2_both"); 221 222 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010399, 223 "dEQP-GLES31.functional.ubo.2_", 224 "level_array.shared.vec3_vertex"); 225 226 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010400, 227 "dEQP-GLES31.functional.ubo.2_l", 228 "evel_array.shared.vec3_fragment"); 229 230 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010401, 231 "dEQP-GLES31.functional.ubo.2", 232 "_level_array.shared.vec3_both"); 233 234 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010402, 235 "dEQP-GLES31.functional.ubo.2_", 236 "level_array.shared.vec4_vertex"); 237 238 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010403, 239 "dEQP-GLES31.functional.ubo.2_l", 240 "evel_array.shared.vec4_fragment"); 241 242 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010404, 243 "dEQP-GLES31.functional.ubo.2", 244 "_level_array.shared.vec4_both"); 245 246 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010405, 247 "dEQP-GLES31.functional.ubo.2_", 248 "level_array.shared.int_vertex"); 249 250 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010406, 251 "dEQP-GLES31.functional.ubo.2_l", 252 "evel_array.shared.int_fragment"); 253 254 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010407, 255 "dEQP-GLES31.functional.ubo.2", 256 "_level_array.shared.int_both"); 257 258 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010408, 259 "dEQP-GLES31.functional.ubo.2_l", 260 "evel_array.shared.ivec2_vertex"); 261 262 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010409, 263 "dEQP-GLES31.functional.ubo.2_le", 264 "vel_array.shared.ivec2_fragment"); 265 266 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010410, 267 "dEQP-GLES31.functional.ubo.2_", 268 "level_array.shared.ivec2_both"); 269 270 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010411, 271 "dEQP-GLES31.functional.ubo.2_l", 272 "evel_array.shared.ivec3_vertex"); 273 274 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010412, 275 "dEQP-GLES31.functional.ubo.2_le", 276 "vel_array.shared.ivec3_fragment"); 277 278 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010413, 279 "dEQP-GLES31.functional.ubo.2_", 280 "level_array.shared.ivec3_both"); 281 282 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010414, 283 "dEQP-GLES31.functional.ubo.2_l", 284 "evel_array.shared.ivec4_vertex"); 285 286 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010415, 287 "dEQP-GLES31.functional.ubo.2_le", 288 "vel_array.shared.ivec4_fragment"); 289 290 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010416, 291 "dEQP-GLES31.functional.ubo.2_", 292 "level_array.shared.ivec4_both"); 293 294 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010417, 295 "dEQP-GLES31.functional.ubo.2_", 296 "level_array.shared.uint_vertex"); 297 298 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010418, 299 "dEQP-GLES31.functional.ubo.2_l", 300 "evel_array.shared.uint_fragment"); 301 302 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010419, 303 "dEQP-GLES31.functional.ubo.2", 304 "_level_array.shared.uint_both"); 305 306 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010420, 307 "dEQP-GLES31.functional.ubo.2_l", 308 "evel_array.shared.uvec2_vertex"); 309 310 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010421, 311 "dEQP-GLES31.functional.ubo.2_le", 312 "vel_array.shared.uvec2_fragment"); 313 314 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010422, 315 "dEQP-GLES31.functional.ubo.2_", 316 "level_array.shared.uvec2_both"); 317 318 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010423, 319 "dEQP-GLES31.functional.ubo.2_l", 320 "evel_array.shared.uvec3_vertex"); 321 322 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010424, 323 "dEQP-GLES31.functional.ubo.2_le", 324 "vel_array.shared.uvec3_fragment"); 325 326 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010425, 327 "dEQP-GLES31.functional.ubo.2_", 328 "level_array.shared.uvec3_both"); 329 330 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010426, 331 "dEQP-GLES31.functional.ubo.2_l", 332 "evel_array.shared.uvec4_vertex"); 333 334 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010427, 335 "dEQP-GLES31.functional.ubo.2_le", 336 "vel_array.shared.uvec4_fragment"); 337 338 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010428, 339 "dEQP-GLES31.functional.ubo.2_", 340 "level_array.shared.uvec4_both"); 341 342 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010429, 343 "dEQP-GLES31.functional.ubo.2_", 344 "level_array.shared.bool_vertex"); 345 346 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010430, 347 "dEQP-GLES31.functional.ubo.2_l", 348 "evel_array.shared.bool_fragment"); 349 350 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010431, 351 "dEQP-GLES31.functional.ubo.2", 352 "_level_array.shared.bool_both"); 353 354 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010432, 355 "dEQP-GLES31.functional.ubo.2_l", 356 "evel_array.shared.bvec2_vertex"); 357 358 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010433, 359 "dEQP-GLES31.functional.ubo.2_le", 360 "vel_array.shared.bvec2_fragment"); 361 362 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010434, 363 "dEQP-GLES31.functional.ubo.2_", 364 "level_array.shared.bvec2_both"); 365 366 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010435, 367 "dEQP-GLES31.functional.ubo.2_l", 368 "evel_array.shared.bvec3_vertex"); 369 370 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010436, 371 "dEQP-GLES31.functional.ubo.2_le", 372 "vel_array.shared.bvec3_fragment"); 373 374 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010437, 375 "dEQP-GLES31.functional.ubo.2_", 376 "level_array.shared.bvec3_both"); 377 378 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010438, 379 "dEQP-GLES31.functional.ubo.2_l", 380 "evel_array.shared.bvec4_vertex"); 381 382 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010439, 383 "dEQP-GLES31.functional.ubo.2_le", 384 "vel_array.shared.bvec4_fragment"); 385 386 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010440, 387 "dEQP-GLES31.functional.ubo.2_", 388 "level_array.shared.bvec4_both"); 389 390 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010441, 391 "dEQP-GLES31.functional.ubo.2_", 392 "level_array.shared.mat2_vertex"); 393 394 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010442, 395 "dEQP-GLES31.functional.ubo.2_l", 396 "evel_array.shared.mat2_fragment"); 397 398 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010443, 399 "dEQP-GLES31.functional.ubo.2", 400 "_level_array.shared.mat2_both"); 401 402 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010444, 403 "dEQP-GLES31.functional.ubo.2_level", 404 "_array.shared.row_major_mat2_vertex"); 405 406 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010445, 407 "dEQP-GLES31.functional.ubo.2_level_", 408 "array.shared.row_major_mat2_fragment"); 409 410 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010446, 411 "dEQP-GLES31.functional.ubo.2_leve", 412 "l_array.shared.row_major_mat2_both"); 413 414 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010447, 415 "dEQP-GLES31.functional.ubo.2_level_a", 416 "rray.shared.column_major_mat2_vertex"); 417 418 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010448, 419 "dEQP-GLES31.functional.ubo.2_level_ar", 420 "ray.shared.column_major_mat2_fragment"); 421 422 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010449, 423 "dEQP-GLES31.functional.ubo.2_level_", 424 "array.shared.column_major_mat2_both"); 425 426 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010450, 427 "dEQP-GLES31.functional.ubo.2_", 428 "level_array.shared.mat3_vertex"); 429 430 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010451, 431 "dEQP-GLES31.functional.ubo.2_l", 432 "evel_array.shared.mat3_fragment"); 433 434 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010452, 435 "dEQP-GLES31.functional.ubo.2", 436 "_level_array.shared.mat3_both"); 437 438 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010453, 439 "dEQP-GLES31.functional.ubo.2_level", 440 "_array.shared.row_major_mat3_vertex"); 441 442 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010454, 443 "dEQP-GLES31.functional.ubo.2_level_", 444 "array.shared.row_major_mat3_fragment"); 445 446 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010455, 447 "dEQP-GLES31.functional.ubo.2_leve", 448 "l_array.shared.row_major_mat3_both"); 449 450 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010456, 451 "dEQP-GLES31.functional.ubo.2_level_a", 452 "rray.shared.column_major_mat3_vertex"); 453 454 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010457, 455 "dEQP-GLES31.functional.ubo.2_level_ar", 456 "ray.shared.column_major_mat3_fragment"); 457 458 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010458, 459 "dEQP-GLES31.functional.ubo.2_level_", 460 "array.shared.column_major_mat3_both"); 461 462 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010459, 463 "dEQP-GLES31.functional.ubo.2_", 464 "level_array.shared.mat4_vertex"); 465 466 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010460, 467 "dEQP-GLES31.functional.ubo.2_l", 468 "evel_array.shared.mat4_fragment"); 469 470 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010461, 471 "dEQP-GLES31.functional.ubo.2", 472 "_level_array.shared.mat4_both"); 473 474 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010462, 475 "dEQP-GLES31.functional.ubo.2_level", 476 "_array.shared.row_major_mat4_vertex"); 477 478 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010463, 479 "dEQP-GLES31.functional.ubo.2_level_", 480 "array.shared.row_major_mat4_fragment"); 481 482 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010464, 483 "dEQP-GLES31.functional.ubo.2_leve", 484 "l_array.shared.row_major_mat4_both"); 485 486 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010465, 487 "dEQP-GLES31.functional.ubo.2_level_a", 488 "rray.shared.column_major_mat4_vertex"); 489 490 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010466, 491 "dEQP-GLES31.functional.ubo.2_level_ar", 492 "ray.shared.column_major_mat4_fragment"); 493 494 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010467, 495 "dEQP-GLES31.functional.ubo.2_level_", 496 "array.shared.column_major_mat4_both"); 497 498 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010468, 499 "dEQP-GLES31.functional.ubo.2_l", 500 "evel_array.shared.mat2x3_vertex"); 501 502 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010469, 503 "dEQP-GLES31.functional.ubo.2_le", 504 "vel_array.shared.mat2x3_fragment"); 505 506 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010470, 507 "dEQP-GLES31.functional.ubo.2_", 508 "level_array.shared.mat2x3_both"); 509 510 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010471, 511 "dEQP-GLES31.functional.ubo.2_level_", 512 "array.shared.row_major_mat2x3_vertex"); 513 514 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010472, 515 "dEQP-GLES31.functional.ubo.2_level_a", 516 "rray.shared.row_major_mat2x3_fragment"); 517 518 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010473, 519 "dEQP-GLES31.functional.ubo.2_level", 520 "_array.shared.row_major_mat2x3_both"); 521 522 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010474, 523 "dEQP-GLES31.functional.ubo.2_level_ar", 524 "ray.shared.column_major_mat2x3_vertex"); 525 526 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010475, 527 "dEQP-GLES31.functional.ubo.2_level_arr", 528 "ay.shared.column_major_mat2x3_fragment"); 529 530 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010476, 531 "dEQP-GLES31.functional.ubo.2_level_a", 532 "rray.shared.column_major_mat2x3_both"); 533 534 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010477, 535 "dEQP-GLES31.functional.ubo.2_l", 536 "evel_array.shared.mat2x4_vertex"); 537 538 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010478, 539 "dEQP-GLES31.functional.ubo.2_le", 540 "vel_array.shared.mat2x4_fragment"); 541 542 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010479, 543 "dEQP-GLES31.functional.ubo.2_", 544 "level_array.shared.mat2x4_both"); 545 546 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010480, 547 "dEQP-GLES31.functional.ubo.2_level_", 548 "array.shared.row_major_mat2x4_vertex"); 549 550 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010481, 551 "dEQP-GLES31.functional.ubo.2_level_a", 552 "rray.shared.row_major_mat2x4_fragment"); 553 554 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010482, 555 "dEQP-GLES31.functional.ubo.2_level", 556 "_array.shared.row_major_mat2x4_both"); 557 558 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010483, 559 "dEQP-GLES31.functional.ubo.2_level_ar", 560 "ray.shared.column_major_mat2x4_vertex"); 561 562 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010484, 563 "dEQP-GLES31.functional.ubo.2_level_arr", 564 "ay.shared.column_major_mat2x4_fragment"); 565 566 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010485, 567 "dEQP-GLES31.functional.ubo.2_level_a", 568 "rray.shared.column_major_mat2x4_both"); 569 570 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010486, 571 "dEQP-GLES31.functional.ubo.2_l", 572 "evel_array.shared.mat3x2_vertex"); 573 574 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010487, 575 "dEQP-GLES31.functional.ubo.2_le", 576 "vel_array.shared.mat3x2_fragment"); 577 578 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010488, 579 "dEQP-GLES31.functional.ubo.2_", 580 "level_array.shared.mat3x2_both"); 581 582 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010489, 583 "dEQP-GLES31.functional.ubo.2_level_", 584 "array.shared.row_major_mat3x2_vertex"); 585 586 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010490, 587 "dEQP-GLES31.functional.ubo.2_level_a", 588 "rray.shared.row_major_mat3x2_fragment"); 589 590 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010491, 591 "dEQP-GLES31.functional.ubo.2_level", 592 "_array.shared.row_major_mat3x2_both"); 593 594 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010492, 595 "dEQP-GLES31.functional.ubo.2_level_ar", 596 "ray.shared.column_major_mat3x2_vertex"); 597 598 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010493, 599 "dEQP-GLES31.functional.ubo.2_level_arr", 600 "ay.shared.column_major_mat3x2_fragment"); 601 602 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010494, 603 "dEQP-GLES31.functional.ubo.2_level_a", 604 "rray.shared.column_major_mat3x2_both"); 605 606 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010495, 607 "dEQP-GLES31.functional.ubo.2_l", 608 "evel_array.shared.mat3x4_vertex"); 609 610 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010496, 611 "dEQP-GLES31.functional.ubo.2_le", 612 "vel_array.shared.mat3x4_fragment"); 613 614 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010497, 615 "dEQP-GLES31.functional.ubo.2_", 616 "level_array.shared.mat3x4_both"); 617 618 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010498, 619 "dEQP-GLES31.functional.ubo.2_level_", 620 "array.shared.row_major_mat3x4_vertex"); 621 622 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010499, 623 "dEQP-GLES31.functional.ubo.2_level_a", 624 "rray.shared.row_major_mat3x4_fragment"); 625 626 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010500, 627 "dEQP-GLES31.functional.ubo.2_level", 628 "_array.shared.row_major_mat3x4_both"); 629 630 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010501, 631 "dEQP-GLES31.functional.ubo.2_level_ar", 632 "ray.shared.column_major_mat3x4_vertex"); 633 634 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010502, 635 "dEQP-GLES31.functional.ubo.2_level_arr", 636 "ay.shared.column_major_mat3x4_fragment"); 637 638 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010503, 639 "dEQP-GLES31.functional.ubo.2_level_a", 640 "rray.shared.column_major_mat3x4_both"); 641 642 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010504, 643 "dEQP-GLES31.functional.ubo.2_l", 644 "evel_array.shared.mat4x2_vertex"); 645 646 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010505, 647 "dEQP-GLES31.functional.ubo.2_le", 648 "vel_array.shared.mat4x2_fragment"); 649 650 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010506, 651 "dEQP-GLES31.functional.ubo.2_", 652 "level_array.shared.mat4x2_both"); 653 654 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010507, 655 "dEQP-GLES31.functional.ubo.2_level_", 656 "array.shared.row_major_mat4x2_vertex"); 657 658 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010508, 659 "dEQP-GLES31.functional.ubo.2_level_a", 660 "rray.shared.row_major_mat4x2_fragment"); 661 662 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010509, 663 "dEQP-GLES31.functional.ubo.2_level", 664 "_array.shared.row_major_mat4x2_both"); 665 666 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010510, 667 "dEQP-GLES31.functional.ubo.2_level_ar", 668 "ray.shared.column_major_mat4x2_vertex"); 669 670 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010511, 671 "dEQP-GLES31.functional.ubo.2_level_arr", 672 "ay.shared.column_major_mat4x2_fragment"); 673 674 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010512, 675 "dEQP-GLES31.functional.ubo.2_level_a", 676 "rray.shared.column_major_mat4x2_both"); 677 678 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010513, 679 "dEQP-GLES31.functional.ubo.2_l", 680 "evel_array.shared.mat4x3_vertex"); 681 682 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010514, 683 "dEQP-GLES31.functional.ubo.2_le", 684 "vel_array.shared.mat4x3_fragment"); 685 686 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010515, 687 "dEQP-GLES31.functional.ubo.2_", 688 "level_array.shared.mat4x3_both"); 689 690 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010516, 691 "dEQP-GLES31.functional.ubo.2_level_", 692 "array.shared.row_major_mat4x3_vertex"); 693 694 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010517, 695 "dEQP-GLES31.functional.ubo.2_level_a", 696 "rray.shared.row_major_mat4x3_fragment"); 697 698 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010518, 699 "dEQP-GLES31.functional.ubo.2_level", 700 "_array.shared.row_major_mat4x3_both"); 701 702 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010519, 703 "dEQP-GLES31.functional.ubo.2_level_ar", 704 "ray.shared.column_major_mat4x3_vertex"); 705 706 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010520, 707 "dEQP-GLES31.functional.ubo.2_level_arr", 708 "ay.shared.column_major_mat4x3_fragment"); 709 710 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010521, 711 "dEQP-GLES31.functional.ubo.2_level_a", 712 "rray.shared.column_major_mat4x3_both"); 713