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_009375, 27 "dEQP-GLES31.functional.ssbo.la", 28 "yout.3_level_array.packed.float"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009376, 31 "dEQP-GLES31.functional.ssbo.la", 32 "yout.3_level_array.packed.vec2"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009377, 35 "dEQP-GLES31.functional.ssbo.la", 36 "yout.3_level_array.packed.vec3"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009378, 39 "dEQP-GLES31.functional.ssbo.la", 40 "yout.3_level_array.packed.vec4"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009379, 43 "dEQP-GLES31.functional.ssbo.l", 44 "ayout.3_level_array.packed.int"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009380, 47 "dEQP-GLES31.functional.ssbo.la", 48 "yout.3_level_array.packed.ivec2"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009381, 51 "dEQP-GLES31.functional.ssbo.la", 52 "yout.3_level_array.packed.ivec3"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009382, 55 "dEQP-GLES31.functional.ssbo.la", 56 "yout.3_level_array.packed.ivec4"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009383, 59 "dEQP-GLES31.functional.ssbo.la", 60 "yout.3_level_array.packed.uint"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009384, 63 "dEQP-GLES31.functional.ssbo.la", 64 "yout.3_level_array.packed.uvec2"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009385, 67 "dEQP-GLES31.functional.ssbo.la", 68 "yout.3_level_array.packed.uvec3"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009386, 71 "dEQP-GLES31.functional.ssbo.la", 72 "yout.3_level_array.packed.uvec4"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009387, 75 "dEQP-GLES31.functional.ssbo.la", 76 "yout.3_level_array.packed.bool"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009388, 79 "dEQP-GLES31.functional.ssbo.la", 80 "yout.3_level_array.packed.bvec2"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009389, 83 "dEQP-GLES31.functional.ssbo.la", 84 "yout.3_level_array.packed.bvec3"); 85 86 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009390, 87 "dEQP-GLES31.functional.ssbo.la", 88 "yout.3_level_array.packed.bvec4"); 89 90 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009391, 91 "dEQP-GLES31.functional.ssbo.la", 92 "yout.3_level_array.packed.mat2"); 93 94 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009392, 95 "dEQP-GLES31.functional.ssbo.layout.", 96 "3_level_array.packed.row_major_mat2"); 97 98 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009393, 99 "dEQP-GLES31.functional.ssbo.layout.3", 100 "_level_array.packed.column_major_mat2"); 101 102 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009394, 103 "dEQP-GLES31.functional.ssbo.la", 104 "yout.3_level_array.packed.mat3"); 105 106 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009395, 107 "dEQP-GLES31.functional.ssbo.layout.", 108 "3_level_array.packed.row_major_mat3"); 109 110 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009396, 111 "dEQP-GLES31.functional.ssbo.layout.3", 112 "_level_array.packed.column_major_mat3"); 113 114 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009397, 115 "dEQP-GLES31.functional.ssbo.la", 116 "yout.3_level_array.packed.mat4"); 117 118 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009398, 119 "dEQP-GLES31.functional.ssbo.layout.", 120 "3_level_array.packed.row_major_mat4"); 121 122 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009399, 123 "dEQP-GLES31.functional.ssbo.layout.3", 124 "_level_array.packed.column_major_mat4"); 125 126 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009400, 127 "dEQP-GLES31.functional.ssbo.lay", 128 "out.3_level_array.packed.mat2x3"); 129 130 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009401, 131 "dEQP-GLES31.functional.ssbo.layout.3", 132 "_level_array.packed.row_major_mat2x3"); 133 134 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009402, 135 "dEQP-GLES31.functional.ssbo.layout.3_", 136 "level_array.packed.column_major_mat2x3"); 137 138 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009403, 139 "dEQP-GLES31.functional.ssbo.lay", 140 "out.3_level_array.packed.mat2x4"); 141 142 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009404, 143 "dEQP-GLES31.functional.ssbo.layout.3", 144 "_level_array.packed.row_major_mat2x4"); 145 146 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009405, 147 "dEQP-GLES31.functional.ssbo.layout.3_", 148 "level_array.packed.column_major_mat2x4"); 149 150 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009406, 151 "dEQP-GLES31.functional.ssbo.lay", 152 "out.3_level_array.packed.mat3x2"); 153 154 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009407, 155 "dEQP-GLES31.functional.ssbo.layout.3", 156 "_level_array.packed.row_major_mat3x2"); 157 158 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009408, 159 "dEQP-GLES31.functional.ssbo.layout.3_", 160 "level_array.packed.column_major_mat3x2"); 161 162 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009409, 163 "dEQP-GLES31.functional.ssbo.lay", 164 "out.3_level_array.packed.mat3x4"); 165 166 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009410, 167 "dEQP-GLES31.functional.ssbo.layout.3", 168 "_level_array.packed.row_major_mat3x4"); 169 170 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009411, 171 "dEQP-GLES31.functional.ssbo.layout.3_", 172 "level_array.packed.column_major_mat3x4"); 173 174 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009412, 175 "dEQP-GLES31.functional.ssbo.lay", 176 "out.3_level_array.packed.mat4x2"); 177 178 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009413, 179 "dEQP-GLES31.functional.ssbo.layout.3", 180 "_level_array.packed.row_major_mat4x2"); 181 182 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009414, 183 "dEQP-GLES31.functional.ssbo.layout.3_", 184 "level_array.packed.column_major_mat4x2"); 185 186 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009415, 187 "dEQP-GLES31.functional.ssbo.lay", 188 "out.3_level_array.packed.mat4x3"); 189 190 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009416, 191 "dEQP-GLES31.functional.ssbo.layout.3", 192 "_level_array.packed.row_major_mat4x3"); 193 194 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_009417, 195 "dEQP-GLES31.functional.ssbo.layout.3_", 196 "level_array.packed.column_major_mat4x3"); 197 198 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010866, 199 "dEQP-GLES31.functional.ubo.3_l", 200 "evel_array.packed.float_vertex"); 201 202 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010867, 203 "dEQP-GLES31.functional.ubo.3_le", 204 "vel_array.packed.float_fragment"); 205 206 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010868, 207 "dEQP-GLES31.functional.ubo.3_", 208 "level_array.packed.vec2_vertex"); 209 210 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010869, 211 "dEQP-GLES31.functional.ubo.3_l", 212 "evel_array.packed.vec2_fragment"); 213 214 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010870, 215 "dEQP-GLES31.functional.ubo.3_", 216 "level_array.packed.vec3_vertex"); 217 218 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010871, 219 "dEQP-GLES31.functional.ubo.3_l", 220 "evel_array.packed.vec3_fragment"); 221 222 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010872, 223 "dEQP-GLES31.functional.ubo.3_", 224 "level_array.packed.vec4_vertex"); 225 226 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010873, 227 "dEQP-GLES31.functional.ubo.3_l", 228 "evel_array.packed.vec4_fragment"); 229 230 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010874, 231 "dEQP-GLES31.functional.ubo.3_", 232 "level_array.packed.int_vertex"); 233 234 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010875, 235 "dEQP-GLES31.functional.ubo.3_l", 236 "evel_array.packed.int_fragment"); 237 238 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010876, 239 "dEQP-GLES31.functional.ubo.3_l", 240 "evel_array.packed.ivec2_vertex"); 241 242 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010877, 243 "dEQP-GLES31.functional.ubo.3_le", 244 "vel_array.packed.ivec2_fragment"); 245 246 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010878, 247 "dEQP-GLES31.functional.ubo.3_l", 248 "evel_array.packed.ivec3_vertex"); 249 250 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010879, 251 "dEQP-GLES31.functional.ubo.3_le", 252 "vel_array.packed.ivec3_fragment"); 253 254 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010880, 255 "dEQP-GLES31.functional.ubo.3_l", 256 "evel_array.packed.ivec4_vertex"); 257 258 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010881, 259 "dEQP-GLES31.functional.ubo.3_le", 260 "vel_array.packed.ivec4_fragment"); 261 262 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010882, 263 "dEQP-GLES31.functional.ubo.3_", 264 "level_array.packed.uint_vertex"); 265 266 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010883, 267 "dEQP-GLES31.functional.ubo.3_l", 268 "evel_array.packed.uint_fragment"); 269 270 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010884, 271 "dEQP-GLES31.functional.ubo.3_l", 272 "evel_array.packed.uvec2_vertex"); 273 274 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010885, 275 "dEQP-GLES31.functional.ubo.3_le", 276 "vel_array.packed.uvec2_fragment"); 277 278 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010886, 279 "dEQP-GLES31.functional.ubo.3_l", 280 "evel_array.packed.uvec3_vertex"); 281 282 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010887, 283 "dEQP-GLES31.functional.ubo.3_le", 284 "vel_array.packed.uvec3_fragment"); 285 286 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010888, 287 "dEQP-GLES31.functional.ubo.3_l", 288 "evel_array.packed.uvec4_vertex"); 289 290 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010889, 291 "dEQP-GLES31.functional.ubo.3_le", 292 "vel_array.packed.uvec4_fragment"); 293 294 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010890, 295 "dEQP-GLES31.functional.ubo.3_", 296 "level_array.packed.bool_vertex"); 297 298 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010891, 299 "dEQP-GLES31.functional.ubo.3_l", 300 "evel_array.packed.bool_fragment"); 301 302 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010892, 303 "dEQP-GLES31.functional.ubo.3_l", 304 "evel_array.packed.bvec2_vertex"); 305 306 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010893, 307 "dEQP-GLES31.functional.ubo.3_le", 308 "vel_array.packed.bvec2_fragment"); 309 310 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010894, 311 "dEQP-GLES31.functional.ubo.3_l", 312 "evel_array.packed.bvec3_vertex"); 313 314 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010895, 315 "dEQP-GLES31.functional.ubo.3_le", 316 "vel_array.packed.bvec3_fragment"); 317 318 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010896, 319 "dEQP-GLES31.functional.ubo.3_l", 320 "evel_array.packed.bvec4_vertex"); 321 322 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010897, 323 "dEQP-GLES31.functional.ubo.3_le", 324 "vel_array.packed.bvec4_fragment"); 325 326 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010898, 327 "dEQP-GLES31.functional.ubo.3_", 328 "level_array.packed.mat2_vertex"); 329 330 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010899, 331 "dEQP-GLES31.functional.ubo.3_l", 332 "evel_array.packed.mat2_fragment"); 333 334 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010900, 335 "dEQP-GLES31.functional.ubo.3_level", 336 "_array.packed.row_major_mat2_vertex"); 337 338 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010901, 339 "dEQP-GLES31.functional.ubo.3_level_", 340 "array.packed.row_major_mat2_fragment"); 341 342 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010902, 343 "dEQP-GLES31.functional.ubo.3_level_a", 344 "rray.packed.column_major_mat2_vertex"); 345 346 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010903, 347 "dEQP-GLES31.functional.ubo.3_level_ar", 348 "ray.packed.column_major_mat2_fragment"); 349 350 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010904, 351 "dEQP-GLES31.functional.ubo.3_", 352 "level_array.packed.mat3_vertex"); 353 354 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010905, 355 "dEQP-GLES31.functional.ubo.3_l", 356 "evel_array.packed.mat3_fragment"); 357 358 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010906, 359 "dEQP-GLES31.functional.ubo.3_level", 360 "_array.packed.row_major_mat3_vertex"); 361 362 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010907, 363 "dEQP-GLES31.functional.ubo.3_level_", 364 "array.packed.row_major_mat3_fragment"); 365 366 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010908, 367 "dEQP-GLES31.functional.ubo.3_level_a", 368 "rray.packed.column_major_mat3_vertex"); 369 370 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010909, 371 "dEQP-GLES31.functional.ubo.3_level_ar", 372 "ray.packed.column_major_mat3_fragment"); 373 374 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010910, 375 "dEQP-GLES31.functional.ubo.3_", 376 "level_array.packed.mat4_vertex"); 377 378 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010911, 379 "dEQP-GLES31.functional.ubo.3_l", 380 "evel_array.packed.mat4_fragment"); 381 382 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010912, 383 "dEQP-GLES31.functional.ubo.3_level", 384 "_array.packed.row_major_mat4_vertex"); 385 386 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010913, 387 "dEQP-GLES31.functional.ubo.3_level_", 388 "array.packed.row_major_mat4_fragment"); 389 390 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010914, 391 "dEQP-GLES31.functional.ubo.3_level_a", 392 "rray.packed.column_major_mat4_vertex"); 393 394 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010915, 395 "dEQP-GLES31.functional.ubo.3_level_ar", 396 "ray.packed.column_major_mat4_fragment"); 397 398 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010916, 399 "dEQP-GLES31.functional.ubo.3_l", 400 "evel_array.packed.mat2x3_vertex"); 401 402 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010917, 403 "dEQP-GLES31.functional.ubo.3_le", 404 "vel_array.packed.mat2x3_fragment"); 405 406 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010918, 407 "dEQP-GLES31.functional.ubo.3_level_", 408 "array.packed.row_major_mat2x3_vertex"); 409 410 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010919, 411 "dEQP-GLES31.functional.ubo.3_level_a", 412 "rray.packed.row_major_mat2x3_fragment"); 413 414 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010920, 415 "dEQP-GLES31.functional.ubo.3_level_ar", 416 "ray.packed.column_major_mat2x3_vertex"); 417 418 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010921, 419 "dEQP-GLES31.functional.ubo.3_level_arr", 420 "ay.packed.column_major_mat2x3_fragment"); 421 422 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010922, 423 "dEQP-GLES31.functional.ubo.3_l", 424 "evel_array.packed.mat2x4_vertex"); 425 426 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010923, 427 "dEQP-GLES31.functional.ubo.3_le", 428 "vel_array.packed.mat2x4_fragment"); 429 430 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010924, 431 "dEQP-GLES31.functional.ubo.3_level_", 432 "array.packed.row_major_mat2x4_vertex"); 433 434 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010925, 435 "dEQP-GLES31.functional.ubo.3_level_a", 436 "rray.packed.row_major_mat2x4_fragment"); 437 438 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010926, 439 "dEQP-GLES31.functional.ubo.3_level_ar", 440 "ray.packed.column_major_mat2x4_vertex"); 441 442 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010927, 443 "dEQP-GLES31.functional.ubo.3_level_arr", 444 "ay.packed.column_major_mat2x4_fragment"); 445 446 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010928, 447 "dEQP-GLES31.functional.ubo.3_l", 448 "evel_array.packed.mat3x2_vertex"); 449 450 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010929, 451 "dEQP-GLES31.functional.ubo.3_le", 452 "vel_array.packed.mat3x2_fragment"); 453 454 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010930, 455 "dEQP-GLES31.functional.ubo.3_level_", 456 "array.packed.row_major_mat3x2_vertex"); 457 458 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010931, 459 "dEQP-GLES31.functional.ubo.3_level_a", 460 "rray.packed.row_major_mat3x2_fragment"); 461 462 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010932, 463 "dEQP-GLES31.functional.ubo.3_level_ar", 464 "ray.packed.column_major_mat3x2_vertex"); 465 466 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010933, 467 "dEQP-GLES31.functional.ubo.3_level_arr", 468 "ay.packed.column_major_mat3x2_fragment"); 469 470 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010934, 471 "dEQP-GLES31.functional.ubo.3_l", 472 "evel_array.packed.mat3x4_vertex"); 473 474 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010935, 475 "dEQP-GLES31.functional.ubo.3_le", 476 "vel_array.packed.mat3x4_fragment"); 477 478 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010936, 479 "dEQP-GLES31.functional.ubo.3_level_", 480 "array.packed.row_major_mat3x4_vertex"); 481 482 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010937, 483 "dEQP-GLES31.functional.ubo.3_level_a", 484 "rray.packed.row_major_mat3x4_fragment"); 485 486 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010938, 487 "dEQP-GLES31.functional.ubo.3_level_ar", 488 "ray.packed.column_major_mat3x4_vertex"); 489 490 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010939, 491 "dEQP-GLES31.functional.ubo.3_level_arr", 492 "ay.packed.column_major_mat3x4_fragment"); 493 494 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010940, 495 "dEQP-GLES31.functional.ubo.3_l", 496 "evel_array.packed.mat4x2_vertex"); 497 498 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010941, 499 "dEQP-GLES31.functional.ubo.3_le", 500 "vel_array.packed.mat4x2_fragment"); 501 502 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010942, 503 "dEQP-GLES31.functional.ubo.3_level_", 504 "array.packed.row_major_mat4x2_vertex"); 505 506 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010943, 507 "dEQP-GLES31.functional.ubo.3_level_a", 508 "rray.packed.row_major_mat4x2_fragment"); 509 510 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010944, 511 "dEQP-GLES31.functional.ubo.3_level_ar", 512 "ray.packed.column_major_mat4x2_vertex"); 513 514 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010945, 515 "dEQP-GLES31.functional.ubo.3_level_arr", 516 "ay.packed.column_major_mat4x2_fragment"); 517 518 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010946, 519 "dEQP-GLES31.functional.ubo.3_l", 520 "evel_array.packed.mat4x3_vertex"); 521 522 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010947, 523 "dEQP-GLES31.functional.ubo.3_le", 524 "vel_array.packed.mat4x3_fragment"); 525 526 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010948, 527 "dEQP-GLES31.functional.ubo.3_level_", 528 "array.packed.row_major_mat4x3_vertex"); 529 530 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010949, 531 "dEQP-GLES31.functional.ubo.3_level_a", 532 "rray.packed.row_major_mat4x3_fragment"); 533 534 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010950, 535 "dEQP-GLES31.functional.ubo.3_level_ar", 536 "ray.packed.column_major_mat4x3_vertex"); 537 538 static SHRINK_HWTEST_F(ActsDeqpgles310010TestSuite, TestCase_010951, 539 "dEQP-GLES31.functional.ubo.3_level_arr", 540 "ay.packed.column_major_mat4x3_fragment"); 541