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_009203, 27 "dEQP-GLES31.functional.ssbo.la", 28 "yout.2_level_array.packed.float"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009204, 31 "dEQP-GLES31.functional.ssbo.la", 32 "yout.2_level_array.packed.vec2"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009205, 35 "dEQP-GLES31.functional.ssbo.la", 36 "yout.2_level_array.packed.vec3"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009206, 39 "dEQP-GLES31.functional.ssbo.la", 40 "yout.2_level_array.packed.vec4"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009207, 43 "dEQP-GLES31.functional.ssbo.l", 44 "ayout.2_level_array.packed.int"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009208, 47 "dEQP-GLES31.functional.ssbo.la", 48 "yout.2_level_array.packed.ivec2"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009209, 51 "dEQP-GLES31.functional.ssbo.la", 52 "yout.2_level_array.packed.ivec3"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009210, 55 "dEQP-GLES31.functional.ssbo.la", 56 "yout.2_level_array.packed.ivec4"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009211, 59 "dEQP-GLES31.functional.ssbo.la", 60 "yout.2_level_array.packed.uint"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009212, 63 "dEQP-GLES31.functional.ssbo.la", 64 "yout.2_level_array.packed.uvec2"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009213, 67 "dEQP-GLES31.functional.ssbo.la", 68 "yout.2_level_array.packed.uvec3"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009214, 71 "dEQP-GLES31.functional.ssbo.la", 72 "yout.2_level_array.packed.uvec4"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009215, 75 "dEQP-GLES31.functional.ssbo.la", 76 "yout.2_level_array.packed.bool"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009216, 79 "dEQP-GLES31.functional.ssbo.la", 80 "yout.2_level_array.packed.bvec2"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009217, 83 "dEQP-GLES31.functional.ssbo.la", 84 "yout.2_level_array.packed.bvec3"); 85 86 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009218, 87 "dEQP-GLES31.functional.ssbo.la", 88 "yout.2_level_array.packed.bvec4"); 89 90 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009219, 91 "dEQP-GLES31.functional.ssbo.la", 92 "yout.2_level_array.packed.mat2"); 93 94 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009220, 95 "dEQP-GLES31.functional.ssbo.layout.", 96 "2_level_array.packed.row_major_mat2"); 97 98 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009221, 99 "dEQP-GLES31.functional.ssbo.layout.2", 100 "_level_array.packed.column_major_mat2"); 101 102 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009222, 103 "dEQP-GLES31.functional.ssbo.la", 104 "yout.2_level_array.packed.mat3"); 105 106 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009223, 107 "dEQP-GLES31.functional.ssbo.layout.", 108 "2_level_array.packed.row_major_mat3"); 109 110 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009224, 111 "dEQP-GLES31.functional.ssbo.layout.2", 112 "_level_array.packed.column_major_mat3"); 113 114 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009225, 115 "dEQP-GLES31.functional.ssbo.la", 116 "yout.2_level_array.packed.mat4"); 117 118 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009226, 119 "dEQP-GLES31.functional.ssbo.layout.", 120 "2_level_array.packed.row_major_mat4"); 121 122 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009227, 123 "dEQP-GLES31.functional.ssbo.layout.2", 124 "_level_array.packed.column_major_mat4"); 125 126 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009228, 127 "dEQP-GLES31.functional.ssbo.lay", 128 "out.2_level_array.packed.mat2x3"); 129 130 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009229, 131 "dEQP-GLES31.functional.ssbo.layout.2", 132 "_level_array.packed.row_major_mat2x3"); 133 134 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009230, 135 "dEQP-GLES31.functional.ssbo.layout.2_", 136 "level_array.packed.column_major_mat2x3"); 137 138 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009231, 139 "dEQP-GLES31.functional.ssbo.lay", 140 "out.2_level_array.packed.mat2x4"); 141 142 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009232, 143 "dEQP-GLES31.functional.ssbo.layout.2", 144 "_level_array.packed.row_major_mat2x4"); 145 146 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009233, 147 "dEQP-GLES31.functional.ssbo.layout.2_", 148 "level_array.packed.column_major_mat2x4"); 149 150 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009234, 151 "dEQP-GLES31.functional.ssbo.lay", 152 "out.2_level_array.packed.mat3x2"); 153 154 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009235, 155 "dEQP-GLES31.functional.ssbo.layout.2", 156 "_level_array.packed.row_major_mat3x2"); 157 158 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009236, 159 "dEQP-GLES31.functional.ssbo.layout.2_", 160 "level_array.packed.column_major_mat3x2"); 161 162 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009237, 163 "dEQP-GLES31.functional.ssbo.lay", 164 "out.2_level_array.packed.mat3x4"); 165 166 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009238, 167 "dEQP-GLES31.functional.ssbo.layout.2", 168 "_level_array.packed.row_major_mat3x4"); 169 170 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009239, 171 "dEQP-GLES31.functional.ssbo.layout.2_", 172 "level_array.packed.column_major_mat3x4"); 173 174 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009240, 175 "dEQP-GLES31.functional.ssbo.lay", 176 "out.2_level_array.packed.mat4x2"); 177 178 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009241, 179 "dEQP-GLES31.functional.ssbo.layout.2", 180 "_level_array.packed.row_major_mat4x2"); 181 182 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009242, 183 "dEQP-GLES31.functional.ssbo.layout.2_", 184 "level_array.packed.column_major_mat4x2"); 185 186 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009243, 187 "dEQP-GLES31.functional.ssbo.lay", 188 "out.2_level_array.packed.mat4x3"); 189 190 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009244, 191 "dEQP-GLES31.functional.ssbo.layout.2", 192 "_level_array.packed.row_major_mat4x3"); 193 194 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009245, 195 "dEQP-GLES31.functional.ssbo.layout.2_", 196 "level_array.packed.column_major_mat4x3"); 197 198 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010522, 199 "dEQP-GLES31.functional.ubo.2_l", 200 "evel_array.packed.float_vertex"); 201 202 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010523, 203 "dEQP-GLES31.functional.ubo.2_le", 204 "vel_array.packed.float_fragment"); 205 206 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010524, 207 "dEQP-GLES31.functional.ubo.2_", 208 "level_array.packed.vec2_vertex"); 209 210 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010525, 211 "dEQP-GLES31.functional.ubo.2_l", 212 "evel_array.packed.vec2_fragment"); 213 214 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010526, 215 "dEQP-GLES31.functional.ubo.2_", 216 "level_array.packed.vec3_vertex"); 217 218 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010527, 219 "dEQP-GLES31.functional.ubo.2_l", 220 "evel_array.packed.vec3_fragment"); 221 222 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010528, 223 "dEQP-GLES31.functional.ubo.2_", 224 "level_array.packed.vec4_vertex"); 225 226 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010529, 227 "dEQP-GLES31.functional.ubo.2_l", 228 "evel_array.packed.vec4_fragment"); 229 230 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010530, 231 "dEQP-GLES31.functional.ubo.2_", 232 "level_array.packed.int_vertex"); 233 234 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010531, 235 "dEQP-GLES31.functional.ubo.2_l", 236 "evel_array.packed.int_fragment"); 237 238 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010532, 239 "dEQP-GLES31.functional.ubo.2_l", 240 "evel_array.packed.ivec2_vertex"); 241 242 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010533, 243 "dEQP-GLES31.functional.ubo.2_le", 244 "vel_array.packed.ivec2_fragment"); 245 246 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010534, 247 "dEQP-GLES31.functional.ubo.2_l", 248 "evel_array.packed.ivec3_vertex"); 249 250 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010535, 251 "dEQP-GLES31.functional.ubo.2_le", 252 "vel_array.packed.ivec3_fragment"); 253 254 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010536, 255 "dEQP-GLES31.functional.ubo.2_l", 256 "evel_array.packed.ivec4_vertex"); 257 258 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010537, 259 "dEQP-GLES31.functional.ubo.2_le", 260 "vel_array.packed.ivec4_fragment"); 261 262 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010538, 263 "dEQP-GLES31.functional.ubo.2_", 264 "level_array.packed.uint_vertex"); 265 266 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010539, 267 "dEQP-GLES31.functional.ubo.2_l", 268 "evel_array.packed.uint_fragment"); 269 270 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010540, 271 "dEQP-GLES31.functional.ubo.2_l", 272 "evel_array.packed.uvec2_vertex"); 273 274 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010541, 275 "dEQP-GLES31.functional.ubo.2_le", 276 "vel_array.packed.uvec2_fragment"); 277 278 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010542, 279 "dEQP-GLES31.functional.ubo.2_l", 280 "evel_array.packed.uvec3_vertex"); 281 282 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010543, 283 "dEQP-GLES31.functional.ubo.2_le", 284 "vel_array.packed.uvec3_fragment"); 285 286 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010544, 287 "dEQP-GLES31.functional.ubo.2_l", 288 "evel_array.packed.uvec4_vertex"); 289 290 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010545, 291 "dEQP-GLES31.functional.ubo.2_le", 292 "vel_array.packed.uvec4_fragment"); 293 294 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010546, 295 "dEQP-GLES31.functional.ubo.2_", 296 "level_array.packed.bool_vertex"); 297 298 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010547, 299 "dEQP-GLES31.functional.ubo.2_l", 300 "evel_array.packed.bool_fragment"); 301 302 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010548, 303 "dEQP-GLES31.functional.ubo.2_l", 304 "evel_array.packed.bvec2_vertex"); 305 306 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010549, 307 "dEQP-GLES31.functional.ubo.2_le", 308 "vel_array.packed.bvec2_fragment"); 309 310 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010550, 311 "dEQP-GLES31.functional.ubo.2_l", 312 "evel_array.packed.bvec3_vertex"); 313 314 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010551, 315 "dEQP-GLES31.functional.ubo.2_le", 316 "vel_array.packed.bvec3_fragment"); 317 318 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010552, 319 "dEQP-GLES31.functional.ubo.2_l", 320 "evel_array.packed.bvec4_vertex"); 321 322 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010553, 323 "dEQP-GLES31.functional.ubo.2_le", 324 "vel_array.packed.bvec4_fragment"); 325 326 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010554, 327 "dEQP-GLES31.functional.ubo.2_", 328 "level_array.packed.mat2_vertex"); 329 330 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010555, 331 "dEQP-GLES31.functional.ubo.2_l", 332 "evel_array.packed.mat2_fragment"); 333 334 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010556, 335 "dEQP-GLES31.functional.ubo.2_level", 336 "_array.packed.row_major_mat2_vertex"); 337 338 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010557, 339 "dEQP-GLES31.functional.ubo.2_level_", 340 "array.packed.row_major_mat2_fragment"); 341 342 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010558, 343 "dEQP-GLES31.functional.ubo.2_level_a", 344 "rray.packed.column_major_mat2_vertex"); 345 346 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010559, 347 "dEQP-GLES31.functional.ubo.2_level_ar", 348 "ray.packed.column_major_mat2_fragment"); 349 350 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010560, 351 "dEQP-GLES31.functional.ubo.2_", 352 "level_array.packed.mat3_vertex"); 353 354 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010561, 355 "dEQP-GLES31.functional.ubo.2_l", 356 "evel_array.packed.mat3_fragment"); 357 358 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010562, 359 "dEQP-GLES31.functional.ubo.2_level", 360 "_array.packed.row_major_mat3_vertex"); 361 362 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010563, 363 "dEQP-GLES31.functional.ubo.2_level_", 364 "array.packed.row_major_mat3_fragment"); 365 366 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010564, 367 "dEQP-GLES31.functional.ubo.2_level_a", 368 "rray.packed.column_major_mat3_vertex"); 369 370 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010565, 371 "dEQP-GLES31.functional.ubo.2_level_ar", 372 "ray.packed.column_major_mat3_fragment"); 373 374 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010566, 375 "dEQP-GLES31.functional.ubo.2_", 376 "level_array.packed.mat4_vertex"); 377 378 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010567, 379 "dEQP-GLES31.functional.ubo.2_l", 380 "evel_array.packed.mat4_fragment"); 381 382 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010568, 383 "dEQP-GLES31.functional.ubo.2_level", 384 "_array.packed.row_major_mat4_vertex"); 385 386 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010569, 387 "dEQP-GLES31.functional.ubo.2_level_", 388 "array.packed.row_major_mat4_fragment"); 389 390 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010570, 391 "dEQP-GLES31.functional.ubo.2_level_a", 392 "rray.packed.column_major_mat4_vertex"); 393 394 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010571, 395 "dEQP-GLES31.functional.ubo.2_level_ar", 396 "ray.packed.column_major_mat4_fragment"); 397 398 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010572, 399 "dEQP-GLES31.functional.ubo.2_l", 400 "evel_array.packed.mat2x3_vertex"); 401 402 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010573, 403 "dEQP-GLES31.functional.ubo.2_le", 404 "vel_array.packed.mat2x3_fragment"); 405 406 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010574, 407 "dEQP-GLES31.functional.ubo.2_level_", 408 "array.packed.row_major_mat2x3_vertex"); 409 410 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010575, 411 "dEQP-GLES31.functional.ubo.2_level_a", 412 "rray.packed.row_major_mat2x3_fragment"); 413 414 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010576, 415 "dEQP-GLES31.functional.ubo.2_level_ar", 416 "ray.packed.column_major_mat2x3_vertex"); 417 418 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010577, 419 "dEQP-GLES31.functional.ubo.2_level_arr", 420 "ay.packed.column_major_mat2x3_fragment"); 421 422 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010578, 423 "dEQP-GLES31.functional.ubo.2_l", 424 "evel_array.packed.mat2x4_vertex"); 425 426 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010579, 427 "dEQP-GLES31.functional.ubo.2_le", 428 "vel_array.packed.mat2x4_fragment"); 429 430 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010580, 431 "dEQP-GLES31.functional.ubo.2_level_", 432 "array.packed.row_major_mat2x4_vertex"); 433 434 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010581, 435 "dEQP-GLES31.functional.ubo.2_level_a", 436 "rray.packed.row_major_mat2x4_fragment"); 437 438 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010582, 439 "dEQP-GLES31.functional.ubo.2_level_ar", 440 "ray.packed.column_major_mat2x4_vertex"); 441 442 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010583, 443 "dEQP-GLES31.functional.ubo.2_level_arr", 444 "ay.packed.column_major_mat2x4_fragment"); 445 446 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010584, 447 "dEQP-GLES31.functional.ubo.2_l", 448 "evel_array.packed.mat3x2_vertex"); 449 450 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010585, 451 "dEQP-GLES31.functional.ubo.2_le", 452 "vel_array.packed.mat3x2_fragment"); 453 454 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010586, 455 "dEQP-GLES31.functional.ubo.2_level_", 456 "array.packed.row_major_mat3x2_vertex"); 457 458 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010587, 459 "dEQP-GLES31.functional.ubo.2_level_a", 460 "rray.packed.row_major_mat3x2_fragment"); 461 462 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010588, 463 "dEQP-GLES31.functional.ubo.2_level_ar", 464 "ray.packed.column_major_mat3x2_vertex"); 465 466 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010589, 467 "dEQP-GLES31.functional.ubo.2_level_arr", 468 "ay.packed.column_major_mat3x2_fragment"); 469 470 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010590, 471 "dEQP-GLES31.functional.ubo.2_l", 472 "evel_array.packed.mat3x4_vertex"); 473 474 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010591, 475 "dEQP-GLES31.functional.ubo.2_le", 476 "vel_array.packed.mat3x4_fragment"); 477 478 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010592, 479 "dEQP-GLES31.functional.ubo.2_level_", 480 "array.packed.row_major_mat3x4_vertex"); 481 482 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010593, 483 "dEQP-GLES31.functional.ubo.2_level_a", 484 "rray.packed.row_major_mat3x4_fragment"); 485 486 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010594, 487 "dEQP-GLES31.functional.ubo.2_level_ar", 488 "ray.packed.column_major_mat3x4_vertex"); 489 490 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010595, 491 "dEQP-GLES31.functional.ubo.2_level_arr", 492 "ay.packed.column_major_mat3x4_fragment"); 493 494 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010596, 495 "dEQP-GLES31.functional.ubo.2_l", 496 "evel_array.packed.mat4x2_vertex"); 497 498 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010597, 499 "dEQP-GLES31.functional.ubo.2_le", 500 "vel_array.packed.mat4x2_fragment"); 501 502 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010598, 503 "dEQP-GLES31.functional.ubo.2_level_", 504 "array.packed.row_major_mat4x2_vertex"); 505 506 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010599, 507 "dEQP-GLES31.functional.ubo.2_level_a", 508 "rray.packed.row_major_mat4x2_fragment"); 509 510 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010600, 511 "dEQP-GLES31.functional.ubo.2_level_ar", 512 "ray.packed.column_major_mat4x2_vertex"); 513 514 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010601, 515 "dEQP-GLES31.functional.ubo.2_level_arr", 516 "ay.packed.column_major_mat4x2_fragment"); 517 518 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010602, 519 "dEQP-GLES31.functional.ubo.2_l", 520 "evel_array.packed.mat4x3_vertex"); 521 522 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010603, 523 "dEQP-GLES31.functional.ubo.2_le", 524 "vel_array.packed.mat4x3_fragment"); 525 526 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010604, 527 "dEQP-GLES31.functional.ubo.2_level_", 528 "array.packed.row_major_mat4x3_vertex"); 529 530 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010605, 531 "dEQP-GLES31.functional.ubo.2_level_a", 532 "rray.packed.row_major_mat4x3_fragment"); 533 534 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010606, 535 "dEQP-GLES31.functional.ubo.2_level_ar", 536 "ray.packed.column_major_mat4x3_vertex"); 537 538 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010607, 539 "dEQP-GLES31.functional.ubo.2_level_arr", 540 "ay.packed.column_major_mat4x3_fragment"); 541