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_009332, 27 "dEQP-GLES31.functional.ssbo.la", 28 "yout.3_level_array.shared.float"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009333, 31 "dEQP-GLES31.functional.ssbo.la", 32 "yout.3_level_array.shared.vec2"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009334, 35 "dEQP-GLES31.functional.ssbo.la", 36 "yout.3_level_array.shared.vec3"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009335, 39 "dEQP-GLES31.functional.ssbo.la", 40 "yout.3_level_array.shared.vec4"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009336, 43 "dEQP-GLES31.functional.ssbo.l", 44 "ayout.3_level_array.shared.int"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009337, 47 "dEQP-GLES31.functional.ssbo.la", 48 "yout.3_level_array.shared.ivec2"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009338, 51 "dEQP-GLES31.functional.ssbo.la", 52 "yout.3_level_array.shared.ivec3"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009339, 55 "dEQP-GLES31.functional.ssbo.la", 56 "yout.3_level_array.shared.ivec4"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009340, 59 "dEQP-GLES31.functional.ssbo.la", 60 "yout.3_level_array.shared.uint"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009341, 63 "dEQP-GLES31.functional.ssbo.la", 64 "yout.3_level_array.shared.uvec2"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009342, 67 "dEQP-GLES31.functional.ssbo.la", 68 "yout.3_level_array.shared.uvec3"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009343, 71 "dEQP-GLES31.functional.ssbo.la", 72 "yout.3_level_array.shared.uvec4"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009344, 75 "dEQP-GLES31.functional.ssbo.la", 76 "yout.3_level_array.shared.bool"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009345, 79 "dEQP-GLES31.functional.ssbo.la", 80 "yout.3_level_array.shared.bvec2"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009346, 83 "dEQP-GLES31.functional.ssbo.la", 84 "yout.3_level_array.shared.bvec3"); 85 86 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009347, 87 "dEQP-GLES31.functional.ssbo.la", 88 "yout.3_level_array.shared.bvec4"); 89 90 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009348, 91 "dEQP-GLES31.functional.ssbo.la", 92 "yout.3_level_array.shared.mat2"); 93 94 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009349, 95 "dEQP-GLES31.functional.ssbo.layout.", 96 "3_level_array.shared.row_major_mat2"); 97 98 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009350, 99 "dEQP-GLES31.functional.ssbo.layout.3", 100 "_level_array.shared.column_major_mat2"); 101 102 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009351, 103 "dEQP-GLES31.functional.ssbo.la", 104 "yout.3_level_array.shared.mat3"); 105 106 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009352, 107 "dEQP-GLES31.functional.ssbo.layout.", 108 "3_level_array.shared.row_major_mat3"); 109 110 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009353, 111 "dEQP-GLES31.functional.ssbo.layout.3", 112 "_level_array.shared.column_major_mat3"); 113 114 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009354, 115 "dEQP-GLES31.functional.ssbo.la", 116 "yout.3_level_array.shared.mat4"); 117 118 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009355, 119 "dEQP-GLES31.functional.ssbo.layout.", 120 "3_level_array.shared.row_major_mat4"); 121 122 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009356, 123 "dEQP-GLES31.functional.ssbo.layout.3", 124 "_level_array.shared.column_major_mat4"); 125 126 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009357, 127 "dEQP-GLES31.functional.ssbo.lay", 128 "out.3_level_array.shared.mat2x3"); 129 130 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009358, 131 "dEQP-GLES31.functional.ssbo.layout.3", 132 "_level_array.shared.row_major_mat2x3"); 133 134 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009359, 135 "dEQP-GLES31.functional.ssbo.layout.3_", 136 "level_array.shared.column_major_mat2x3"); 137 138 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009360, 139 "dEQP-GLES31.functional.ssbo.lay", 140 "out.3_level_array.shared.mat2x4"); 141 142 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009361, 143 "dEQP-GLES31.functional.ssbo.layout.3", 144 "_level_array.shared.row_major_mat2x4"); 145 146 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009362, 147 "dEQP-GLES31.functional.ssbo.layout.3_", 148 "level_array.shared.column_major_mat2x4"); 149 150 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009363, 151 "dEQP-GLES31.functional.ssbo.lay", 152 "out.3_level_array.shared.mat3x2"); 153 154 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009364, 155 "dEQP-GLES31.functional.ssbo.layout.3", 156 "_level_array.shared.row_major_mat3x2"); 157 158 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009365, 159 "dEQP-GLES31.functional.ssbo.layout.3_", 160 "level_array.shared.column_major_mat3x2"); 161 162 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009366, 163 "dEQP-GLES31.functional.ssbo.lay", 164 "out.3_level_array.shared.mat3x4"); 165 166 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009367, 167 "dEQP-GLES31.functional.ssbo.layout.3", 168 "_level_array.shared.row_major_mat3x4"); 169 170 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009368, 171 "dEQP-GLES31.functional.ssbo.layout.3_", 172 "level_array.shared.column_major_mat3x4"); 173 174 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009369, 175 "dEQP-GLES31.functional.ssbo.lay", 176 "out.3_level_array.shared.mat4x2"); 177 178 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009370, 179 "dEQP-GLES31.functional.ssbo.layout.3", 180 "_level_array.shared.row_major_mat4x2"); 181 182 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009371, 183 "dEQP-GLES31.functional.ssbo.layout.3_", 184 "level_array.shared.column_major_mat4x2"); 185 186 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009372, 187 "dEQP-GLES31.functional.ssbo.lay", 188 "out.3_level_array.shared.mat4x3"); 189 190 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009373, 191 "dEQP-GLES31.functional.ssbo.layout.3", 192 "_level_array.shared.row_major_mat4x3"); 193 194 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009374, 195 "dEQP-GLES31.functional.ssbo.layout.3_", 196 "level_array.shared.column_major_mat4x3"); 197 198 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010737, 199 "dEQP-GLES31.functional.ubo.3_l", 200 "evel_array.shared.float_vertex"); 201 202 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010738, 203 "dEQP-GLES31.functional.ubo.3_le", 204 "vel_array.shared.float_fragment"); 205 206 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010739, 207 "dEQP-GLES31.functional.ubo.3_", 208 "level_array.shared.float_both"); 209 210 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010740, 211 "dEQP-GLES31.functional.ubo.3_", 212 "level_array.shared.vec2_vertex"); 213 214 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010741, 215 "dEQP-GLES31.functional.ubo.3_l", 216 "evel_array.shared.vec2_fragment"); 217 218 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010742, 219 "dEQP-GLES31.functional.ubo.3", 220 "_level_array.shared.vec2_both"); 221 222 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010743, 223 "dEQP-GLES31.functional.ubo.3_", 224 "level_array.shared.vec3_vertex"); 225 226 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010744, 227 "dEQP-GLES31.functional.ubo.3_l", 228 "evel_array.shared.vec3_fragment"); 229 230 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010745, 231 "dEQP-GLES31.functional.ubo.3", 232 "_level_array.shared.vec3_both"); 233 234 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010746, 235 "dEQP-GLES31.functional.ubo.3_", 236 "level_array.shared.vec4_vertex"); 237 238 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010747, 239 "dEQP-GLES31.functional.ubo.3_l", 240 "evel_array.shared.vec4_fragment"); 241 242 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010748, 243 "dEQP-GLES31.functional.ubo.3", 244 "_level_array.shared.vec4_both"); 245 246 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010749, 247 "dEQP-GLES31.functional.ubo.3_", 248 "level_array.shared.int_vertex"); 249 250 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010750, 251 "dEQP-GLES31.functional.ubo.3_l", 252 "evel_array.shared.int_fragment"); 253 254 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010751, 255 "dEQP-GLES31.functional.ubo.3", 256 "_level_array.shared.int_both"); 257 258 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010752, 259 "dEQP-GLES31.functional.ubo.3_l", 260 "evel_array.shared.ivec2_vertex"); 261 262 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010753, 263 "dEQP-GLES31.functional.ubo.3_le", 264 "vel_array.shared.ivec2_fragment"); 265 266 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010754, 267 "dEQP-GLES31.functional.ubo.3_", 268 "level_array.shared.ivec2_both"); 269 270 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010755, 271 "dEQP-GLES31.functional.ubo.3_l", 272 "evel_array.shared.ivec3_vertex"); 273 274 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010756, 275 "dEQP-GLES31.functional.ubo.3_le", 276 "vel_array.shared.ivec3_fragment"); 277 278 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010757, 279 "dEQP-GLES31.functional.ubo.3_", 280 "level_array.shared.ivec3_both"); 281 282 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010758, 283 "dEQP-GLES31.functional.ubo.3_l", 284 "evel_array.shared.ivec4_vertex"); 285 286 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010759, 287 "dEQP-GLES31.functional.ubo.3_le", 288 "vel_array.shared.ivec4_fragment"); 289 290 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010760, 291 "dEQP-GLES31.functional.ubo.3_", 292 "level_array.shared.ivec4_both"); 293 294 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010761, 295 "dEQP-GLES31.functional.ubo.3_", 296 "level_array.shared.uint_vertex"); 297 298 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010762, 299 "dEQP-GLES31.functional.ubo.3_l", 300 "evel_array.shared.uint_fragment"); 301 302 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010763, 303 "dEQP-GLES31.functional.ubo.3", 304 "_level_array.shared.uint_both"); 305 306 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010764, 307 "dEQP-GLES31.functional.ubo.3_l", 308 "evel_array.shared.uvec2_vertex"); 309 310 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010765, 311 "dEQP-GLES31.functional.ubo.3_le", 312 "vel_array.shared.uvec2_fragment"); 313 314 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010766, 315 "dEQP-GLES31.functional.ubo.3_", 316 "level_array.shared.uvec2_both"); 317 318 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010767, 319 "dEQP-GLES31.functional.ubo.3_l", 320 "evel_array.shared.uvec3_vertex"); 321 322 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010768, 323 "dEQP-GLES31.functional.ubo.3_le", 324 "vel_array.shared.uvec3_fragment"); 325 326 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010769, 327 "dEQP-GLES31.functional.ubo.3_", 328 "level_array.shared.uvec3_both"); 329 330 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010770, 331 "dEQP-GLES31.functional.ubo.3_l", 332 "evel_array.shared.uvec4_vertex"); 333 334 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010771, 335 "dEQP-GLES31.functional.ubo.3_le", 336 "vel_array.shared.uvec4_fragment"); 337 338 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010772, 339 "dEQP-GLES31.functional.ubo.3_", 340 "level_array.shared.uvec4_both"); 341 342 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010773, 343 "dEQP-GLES31.functional.ubo.3_", 344 "level_array.shared.bool_vertex"); 345 346 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010774, 347 "dEQP-GLES31.functional.ubo.3_l", 348 "evel_array.shared.bool_fragment"); 349 350 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010775, 351 "dEQP-GLES31.functional.ubo.3", 352 "_level_array.shared.bool_both"); 353 354 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010776, 355 "dEQP-GLES31.functional.ubo.3_l", 356 "evel_array.shared.bvec2_vertex"); 357 358 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010777, 359 "dEQP-GLES31.functional.ubo.3_le", 360 "vel_array.shared.bvec2_fragment"); 361 362 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010778, 363 "dEQP-GLES31.functional.ubo.3_", 364 "level_array.shared.bvec2_both"); 365 366 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010779, 367 "dEQP-GLES31.functional.ubo.3_l", 368 "evel_array.shared.bvec3_vertex"); 369 370 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010780, 371 "dEQP-GLES31.functional.ubo.3_le", 372 "vel_array.shared.bvec3_fragment"); 373 374 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010781, 375 "dEQP-GLES31.functional.ubo.3_", 376 "level_array.shared.bvec3_both"); 377 378 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010782, 379 "dEQP-GLES31.functional.ubo.3_l", 380 "evel_array.shared.bvec4_vertex"); 381 382 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010783, 383 "dEQP-GLES31.functional.ubo.3_le", 384 "vel_array.shared.bvec4_fragment"); 385 386 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010784, 387 "dEQP-GLES31.functional.ubo.3_", 388 "level_array.shared.bvec4_both"); 389 390 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010785, 391 "dEQP-GLES31.functional.ubo.3_", 392 "level_array.shared.mat2_vertex"); 393 394 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010786, 395 "dEQP-GLES31.functional.ubo.3_l", 396 "evel_array.shared.mat2_fragment"); 397 398 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010787, 399 "dEQP-GLES31.functional.ubo.3", 400 "_level_array.shared.mat2_both"); 401 402 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010788, 403 "dEQP-GLES31.functional.ubo.3_level", 404 "_array.shared.row_major_mat2_vertex"); 405 406 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010789, 407 "dEQP-GLES31.functional.ubo.3_level_", 408 "array.shared.row_major_mat2_fragment"); 409 410 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010790, 411 "dEQP-GLES31.functional.ubo.3_leve", 412 "l_array.shared.row_major_mat2_both"); 413 414 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010791, 415 "dEQP-GLES31.functional.ubo.3_level_a", 416 "rray.shared.column_major_mat2_vertex"); 417 418 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010792, 419 "dEQP-GLES31.functional.ubo.3_level_ar", 420 "ray.shared.column_major_mat2_fragment"); 421 422 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010793, 423 "dEQP-GLES31.functional.ubo.3_level_", 424 "array.shared.column_major_mat2_both"); 425 426 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010794, 427 "dEQP-GLES31.functional.ubo.3_", 428 "level_array.shared.mat3_vertex"); 429 430 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010795, 431 "dEQP-GLES31.functional.ubo.3_l", 432 "evel_array.shared.mat3_fragment"); 433 434 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010796, 435 "dEQP-GLES31.functional.ubo.3", 436 "_level_array.shared.mat3_both"); 437 438 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010797, 439 "dEQP-GLES31.functional.ubo.3_level", 440 "_array.shared.row_major_mat3_vertex"); 441 442 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010798, 443 "dEQP-GLES31.functional.ubo.3_level_", 444 "array.shared.row_major_mat3_fragment"); 445 446 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010799, 447 "dEQP-GLES31.functional.ubo.3_leve", 448 "l_array.shared.row_major_mat3_both"); 449 450 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010800, 451 "dEQP-GLES31.functional.ubo.3_level_a", 452 "rray.shared.column_major_mat3_vertex"); 453 454 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010801, 455 "dEQP-GLES31.functional.ubo.3_level_ar", 456 "ray.shared.column_major_mat3_fragment"); 457 458 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010802, 459 "dEQP-GLES31.functional.ubo.3_level_", 460 "array.shared.column_major_mat3_both"); 461 462 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010803, 463 "dEQP-GLES31.functional.ubo.3_", 464 "level_array.shared.mat4_vertex"); 465 466 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010804, 467 "dEQP-GLES31.functional.ubo.3_l", 468 "evel_array.shared.mat4_fragment"); 469 470 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010805, 471 "dEQP-GLES31.functional.ubo.3", 472 "_level_array.shared.mat4_both"); 473 474 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010806, 475 "dEQP-GLES31.functional.ubo.3_level", 476 "_array.shared.row_major_mat4_vertex"); 477 478 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010807, 479 "dEQP-GLES31.functional.ubo.3_level_", 480 "array.shared.row_major_mat4_fragment"); 481 482 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010808, 483 "dEQP-GLES31.functional.ubo.3_leve", 484 "l_array.shared.row_major_mat4_both"); 485 486 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010809, 487 "dEQP-GLES31.functional.ubo.3_level_a", 488 "rray.shared.column_major_mat4_vertex"); 489 490 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010810, 491 "dEQP-GLES31.functional.ubo.3_level_ar", 492 "ray.shared.column_major_mat4_fragment"); 493 494 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010811, 495 "dEQP-GLES31.functional.ubo.3_level_", 496 "array.shared.column_major_mat4_both"); 497 498 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010812, 499 "dEQP-GLES31.functional.ubo.3_l", 500 "evel_array.shared.mat2x3_vertex"); 501 502 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010813, 503 "dEQP-GLES31.functional.ubo.3_le", 504 "vel_array.shared.mat2x3_fragment"); 505 506 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010814, 507 "dEQP-GLES31.functional.ubo.3_", 508 "level_array.shared.mat2x3_both"); 509 510 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010815, 511 "dEQP-GLES31.functional.ubo.3_level_", 512 "array.shared.row_major_mat2x3_vertex"); 513 514 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010816, 515 "dEQP-GLES31.functional.ubo.3_level_a", 516 "rray.shared.row_major_mat2x3_fragment"); 517 518 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010817, 519 "dEQP-GLES31.functional.ubo.3_level", 520 "_array.shared.row_major_mat2x3_both"); 521 522 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010818, 523 "dEQP-GLES31.functional.ubo.3_level_ar", 524 "ray.shared.column_major_mat2x3_vertex"); 525 526 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010819, 527 "dEQP-GLES31.functional.ubo.3_level_arr", 528 "ay.shared.column_major_mat2x3_fragment"); 529 530 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010820, 531 "dEQP-GLES31.functional.ubo.3_level_a", 532 "rray.shared.column_major_mat2x3_both"); 533 534 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010821, 535 "dEQP-GLES31.functional.ubo.3_l", 536 "evel_array.shared.mat2x4_vertex"); 537 538 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010822, 539 "dEQP-GLES31.functional.ubo.3_le", 540 "vel_array.shared.mat2x4_fragment"); 541 542 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010823, 543 "dEQP-GLES31.functional.ubo.3_", 544 "level_array.shared.mat2x4_both"); 545 546 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010824, 547 "dEQP-GLES31.functional.ubo.3_level_", 548 "array.shared.row_major_mat2x4_vertex"); 549 550 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010825, 551 "dEQP-GLES31.functional.ubo.3_level_a", 552 "rray.shared.row_major_mat2x4_fragment"); 553 554 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010826, 555 "dEQP-GLES31.functional.ubo.3_level", 556 "_array.shared.row_major_mat2x4_both"); 557 558 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010827, 559 "dEQP-GLES31.functional.ubo.3_level_ar", 560 "ray.shared.column_major_mat2x4_vertex"); 561 562 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010828, 563 "dEQP-GLES31.functional.ubo.3_level_arr", 564 "ay.shared.column_major_mat2x4_fragment"); 565 566 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010829, 567 "dEQP-GLES31.functional.ubo.3_level_a", 568 "rray.shared.column_major_mat2x4_both"); 569 570 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010830, 571 "dEQP-GLES31.functional.ubo.3_l", 572 "evel_array.shared.mat3x2_vertex"); 573 574 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010831, 575 "dEQP-GLES31.functional.ubo.3_le", 576 "vel_array.shared.mat3x2_fragment"); 577 578 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010832, 579 "dEQP-GLES31.functional.ubo.3_", 580 "level_array.shared.mat3x2_both"); 581 582 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010833, 583 "dEQP-GLES31.functional.ubo.3_level_", 584 "array.shared.row_major_mat3x2_vertex"); 585 586 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010834, 587 "dEQP-GLES31.functional.ubo.3_level_a", 588 "rray.shared.row_major_mat3x2_fragment"); 589 590 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010835, 591 "dEQP-GLES31.functional.ubo.3_level", 592 "_array.shared.row_major_mat3x2_both"); 593 594 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010836, 595 "dEQP-GLES31.functional.ubo.3_level_ar", 596 "ray.shared.column_major_mat3x2_vertex"); 597 598 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010837, 599 "dEQP-GLES31.functional.ubo.3_level_arr", 600 "ay.shared.column_major_mat3x2_fragment"); 601 602 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010838, 603 "dEQP-GLES31.functional.ubo.3_level_a", 604 "rray.shared.column_major_mat3x2_both"); 605 606 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010839, 607 "dEQP-GLES31.functional.ubo.3_l", 608 "evel_array.shared.mat3x4_vertex"); 609 610 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010840, 611 "dEQP-GLES31.functional.ubo.3_le", 612 "vel_array.shared.mat3x4_fragment"); 613 614 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010841, 615 "dEQP-GLES31.functional.ubo.3_", 616 "level_array.shared.mat3x4_both"); 617 618 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010842, 619 "dEQP-GLES31.functional.ubo.3_level_", 620 "array.shared.row_major_mat3x4_vertex"); 621 622 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010843, 623 "dEQP-GLES31.functional.ubo.3_level_a", 624 "rray.shared.row_major_mat3x4_fragment"); 625 626 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010844, 627 "dEQP-GLES31.functional.ubo.3_level", 628 "_array.shared.row_major_mat3x4_both"); 629 630 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010845, 631 "dEQP-GLES31.functional.ubo.3_level_ar", 632 "ray.shared.column_major_mat3x4_vertex"); 633 634 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010846, 635 "dEQP-GLES31.functional.ubo.3_level_arr", 636 "ay.shared.column_major_mat3x4_fragment"); 637 638 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010847, 639 "dEQP-GLES31.functional.ubo.3_level_a", 640 "rray.shared.column_major_mat3x4_both"); 641 642 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010848, 643 "dEQP-GLES31.functional.ubo.3_l", 644 "evel_array.shared.mat4x2_vertex"); 645 646 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010849, 647 "dEQP-GLES31.functional.ubo.3_le", 648 "vel_array.shared.mat4x2_fragment"); 649 650 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010850, 651 "dEQP-GLES31.functional.ubo.3_", 652 "level_array.shared.mat4x2_both"); 653 654 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010851, 655 "dEQP-GLES31.functional.ubo.3_level_", 656 "array.shared.row_major_mat4x2_vertex"); 657 658 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010852, 659 "dEQP-GLES31.functional.ubo.3_level_a", 660 "rray.shared.row_major_mat4x2_fragment"); 661 662 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010853, 663 "dEQP-GLES31.functional.ubo.3_level", 664 "_array.shared.row_major_mat4x2_both"); 665 666 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010854, 667 "dEQP-GLES31.functional.ubo.3_level_ar", 668 "ray.shared.column_major_mat4x2_vertex"); 669 670 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010855, 671 "dEQP-GLES31.functional.ubo.3_level_arr", 672 "ay.shared.column_major_mat4x2_fragment"); 673 674 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010856, 675 "dEQP-GLES31.functional.ubo.3_level_a", 676 "rray.shared.column_major_mat4x2_both"); 677 678 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010857, 679 "dEQP-GLES31.functional.ubo.3_l", 680 "evel_array.shared.mat4x3_vertex"); 681 682 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010858, 683 "dEQP-GLES31.functional.ubo.3_le", 684 "vel_array.shared.mat4x3_fragment"); 685 686 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010859, 687 "dEQP-GLES31.functional.ubo.3_", 688 "level_array.shared.mat4x3_both"); 689 690 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010860, 691 "dEQP-GLES31.functional.ubo.3_level_", 692 "array.shared.row_major_mat4x3_vertex"); 693 694 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010861, 695 "dEQP-GLES31.functional.ubo.3_level_a", 696 "rray.shared.row_major_mat4x3_fragment"); 697 698 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010862, 699 "dEQP-GLES31.functional.ubo.3_level", 700 "_array.shared.row_major_mat4x3_both"); 701 702 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010863, 703 "dEQP-GLES31.functional.ubo.3_level_ar", 704 "ray.shared.column_major_mat4x3_vertex"); 705 706 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010864, 707 "dEQP-GLES31.functional.ubo.3_level_arr", 708 "ay.shared.column_major_mat4x3_fragment"); 709 710 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010865, 711 "dEQP-GLES31.functional.ubo.3_level_a", 712 "rray.shared.column_major_mat4x3_both"); 713