1 /* 2 * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. 3 * Licensed under the Apache License, Version 2.0 (the "License"); 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 6 * 7 * http://www.apache.org/licenses/LICENSE-2.0 8 * 9 * Unless required by applicable law or agreed to in writing, software 10 * distributed under the License is distributed on an "AS IS" BASIS, 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * See the License for the specific language governing permissions and 13 * limitations under the License. 14 */ 15 16 #include <climits> 17 #include <gtest/gtest.h> 18 #include "../Deqpgles3BaseFunc.h" 19 #include "../ActsDeqpgles30007TestSuite.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(ActsDeqpgles30007TestSuite, TestCase_006391, 27 "dEQP-GLES3.functional.shaders.indexing.matrix_", 28 "subscript.mat2_static_write_static_read_vertex"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006392, 31 "dEQP-GLES3.functional.shaders.indexing.matrix_s", 32 "ubscript.mat2_static_write_static_read_fragment"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006393, 35 "dEQP-GLES3.functional.shaders.indexing.matrix_", 36 "subscript.mat2_static_write_dynamic_read_vertex"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006394, 39 "dEQP-GLES3.functional.shaders.indexing.matrix_s", 40 "ubscript.mat2_static_write_dynamic_read_fragment"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006395, 43 "dEQP-GLES3.functional.shaders.indexing.matrix_su", 44 "bscript.mat2_static_write_static_loop_read_vertex"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006396, 47 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 48 "script.mat2_static_write_static_loop_read_fragment"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006397, 51 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 52 "script.mat2_static_write_dynamic_loop_read_vertex"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006398, 55 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 56 "cript.mat2_static_write_dynamic_loop_read_fragment"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006399, 59 "dEQP-GLES3.functional.shaders.indexing.matrix_", 60 "subscript.mat2_dynamic_write_static_read_vertex"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006400, 63 "dEQP-GLES3.functional.shaders.indexing.matrix_s", 64 "ubscript.mat2_dynamic_write_static_read_fragment"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006401, 67 "dEQP-GLES3.functional.shaders.indexing.matrix_s", 68 "ubscript.mat2_dynamic_write_dynamic_read_vertex"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006402, 71 "dEQP-GLES3.functional.shaders.indexing.matrix_su", 72 "bscript.mat2_dynamic_write_dynamic_read_fragment"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006403, 75 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 76 "script.mat2_dynamic_write_static_loop_read_vertex"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006404, 79 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 80 "cript.mat2_dynamic_write_static_loop_read_fragment"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006405, 83 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 84 "script.mat2_dynamic_write_dynamic_loop_read_vertex"); 85 86 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006406, 87 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 88 "cript.mat2_dynamic_write_dynamic_loop_read_fragment"); 89 90 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006407, 91 "dEQP-GLES3.functional.shaders.indexing.matrix_su", 92 "bscript.mat2_static_loop_write_static_read_vertex"); 93 94 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006408, 95 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 96 "script.mat2_static_loop_write_static_read_fragment"); 97 98 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006409, 99 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 100 "script.mat2_static_loop_write_dynamic_read_vertex"); 101 102 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006410, 103 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 104 "cript.mat2_static_loop_write_dynamic_read_fragment"); 105 106 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006411, 107 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 108 "ript.mat2_static_loop_write_static_loop_read_vertex"); 109 110 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006412, 111 "dEQP-GLES3.functional.shaders.indexing.matrix_subscr", 112 "ipt.mat2_static_loop_write_static_loop_read_fragment"); 113 114 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006413, 115 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 116 "ript.mat2_static_loop_write_dynamic_loop_read_vertex"); 117 118 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006414, 119 "dEQP-GLES3.functional.shaders.indexing.matrix_subscr", 120 "ipt.mat2_static_loop_write_dynamic_loop_read_fragment"); 121 122 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006415, 123 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 124 "script.mat2_dynamic_loop_write_static_read_vertex"); 125 126 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006416, 127 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 128 "cript.mat2_dynamic_loop_write_static_read_fragment"); 129 130 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006417, 131 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 132 "script.mat2_dynamic_loop_write_dynamic_read_vertex"); 133 134 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006418, 135 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 136 "cript.mat2_dynamic_loop_write_dynamic_read_fragment"); 137 138 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006419, 139 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 140 "ript.mat2_dynamic_loop_write_static_loop_read_vertex"); 141 142 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006420, 143 "dEQP-GLES3.functional.shaders.indexing.matrix_subscr", 144 "ipt.mat2_dynamic_loop_write_static_loop_read_fragment"); 145 146 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006421, 147 "dEQP-GLES3.functional.shaders.indexing.matrix_subscr", 148 "ipt.mat2_dynamic_loop_write_dynamic_loop_read_vertex"); 149 150 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006422, 151 "dEQP-GLES3.functional.shaders.indexing.matrix_subscri", 152 "pt.mat2_dynamic_loop_write_dynamic_loop_read_fragment"); 153 154 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006423, 155 "dEQP-GLES3.functional.shaders.indexing.matrix_s", 156 "ubscript.mat2x3_static_write_static_read_vertex"); 157 158 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006424, 159 "dEQP-GLES3.functional.shaders.indexing.matrix_su", 160 "bscript.mat2x3_static_write_static_read_fragment"); 161 162 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006425, 163 "dEQP-GLES3.functional.shaders.indexing.matrix_s", 164 "ubscript.mat2x3_static_write_dynamic_read_vertex"); 165 166 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006426, 167 "dEQP-GLES3.functional.shaders.indexing.matrix_su", 168 "bscript.mat2x3_static_write_dynamic_read_fragment"); 169 170 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006427, 171 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 172 "script.mat2x3_static_write_static_loop_read_vertex"); 173 174 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006428, 175 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 176 "cript.mat2x3_static_write_static_loop_read_fragment"); 177 178 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006429, 179 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 180 "cript.mat2x3_static_write_dynamic_loop_read_vertex"); 181 182 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006430, 183 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 184 "ript.mat2x3_static_write_dynamic_loop_read_fragment"); 185 186 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006431, 187 "dEQP-GLES3.functional.shaders.indexing.matrix_s", 188 "ubscript.mat2x3_dynamic_write_static_read_vertex"); 189 190 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006432, 191 "dEQP-GLES3.functional.shaders.indexing.matrix_su", 192 "bscript.mat2x3_dynamic_write_static_read_fragment"); 193 194 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006433, 195 "dEQP-GLES3.functional.shaders.indexing.matrix_su", 196 "bscript.mat2x3_dynamic_write_dynamic_read_vertex"); 197 198 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006434, 199 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 200 "script.mat2x3_dynamic_write_dynamic_read_fragment"); 201 202 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006435, 203 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 204 "cript.mat2x3_dynamic_write_static_loop_read_vertex"); 205 206 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006436, 207 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 208 "ript.mat2x3_dynamic_write_static_loop_read_fragment"); 209 210 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006437, 211 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 212 "cript.mat2x3_dynamic_write_dynamic_loop_read_vertex"); 213 214 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006438, 215 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 216 "ript.mat2x3_dynamic_write_dynamic_loop_read_fragment"); 217 218 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006439, 219 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 220 "script.mat2x3_static_loop_write_static_read_vertex"); 221 222 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006440, 223 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 224 "cript.mat2x3_static_loop_write_static_read_fragment"); 225 226 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006441, 227 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 228 "cript.mat2x3_static_loop_write_dynamic_read_vertex"); 229 230 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006442, 231 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 232 "ript.mat2x3_static_loop_write_dynamic_read_fragment"); 233 234 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006443, 235 "dEQP-GLES3.functional.shaders.indexing.matrix_subscr", 236 "ipt.mat2x3_static_loop_write_static_loop_read_vertex"); 237 238 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006444, 239 "dEQP-GLES3.functional.shaders.indexing.matrix_subscri", 240 "pt.mat2x3_static_loop_write_static_loop_read_fragment"); 241 242 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006445, 243 "dEQP-GLES3.functional.shaders.indexing.matrix_subscr", 244 "ipt.mat2x3_static_loop_write_dynamic_loop_read_vertex"); 245 246 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006446, 247 "dEQP-GLES3.functional.shaders.indexing.matrix_subscri", 248 "pt.mat2x3_static_loop_write_dynamic_loop_read_fragment"); 249 250 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006447, 251 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 252 "cript.mat2x3_dynamic_loop_write_static_read_vertex"); 253 254 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006448, 255 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 256 "ript.mat2x3_dynamic_loop_write_static_read_fragment"); 257 258 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006449, 259 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 260 "cript.mat2x3_dynamic_loop_write_dynamic_read_vertex"); 261 262 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006450, 263 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 264 "ript.mat2x3_dynamic_loop_write_dynamic_read_fragment"); 265 266 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006451, 267 "dEQP-GLES3.functional.shaders.indexing.matrix_subscr", 268 "ipt.mat2x3_dynamic_loop_write_static_loop_read_vertex"); 269 270 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006452, 271 "dEQP-GLES3.functional.shaders.indexing.matrix_subscri", 272 "pt.mat2x3_dynamic_loop_write_static_loop_read_fragment"); 273 274 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006453, 275 "dEQP-GLES3.functional.shaders.indexing.matrix_subscri", 276 "pt.mat2x3_dynamic_loop_write_dynamic_loop_read_vertex"); 277 278 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006454, 279 "dEQP-GLES3.functional.shaders.indexing.matrix_subscrip", 280 "t.mat2x3_dynamic_loop_write_dynamic_loop_read_fragment"); 281 282 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006455, 283 "dEQP-GLES3.functional.shaders.indexing.matrix_s", 284 "ubscript.mat2x4_static_write_static_read_vertex"); 285 286 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006456, 287 "dEQP-GLES3.functional.shaders.indexing.matrix_su", 288 "bscript.mat2x4_static_write_static_read_fragment"); 289 290 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006457, 291 "dEQP-GLES3.functional.shaders.indexing.matrix_s", 292 "ubscript.mat2x4_static_write_dynamic_read_vertex"); 293 294 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006458, 295 "dEQP-GLES3.functional.shaders.indexing.matrix_su", 296 "bscript.mat2x4_static_write_dynamic_read_fragment"); 297 298 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006459, 299 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 300 "script.mat2x4_static_write_static_loop_read_vertex"); 301 302 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006460, 303 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 304 "cript.mat2x4_static_write_static_loop_read_fragment"); 305 306 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006461, 307 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 308 "cript.mat2x4_static_write_dynamic_loop_read_vertex"); 309 310 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006462, 311 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 312 "ript.mat2x4_static_write_dynamic_loop_read_fragment"); 313 314 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006463, 315 "dEQP-GLES3.functional.shaders.indexing.matrix_s", 316 "ubscript.mat2x4_dynamic_write_static_read_vertex"); 317 318 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006464, 319 "dEQP-GLES3.functional.shaders.indexing.matrix_su", 320 "bscript.mat2x4_dynamic_write_static_read_fragment"); 321 322 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006465, 323 "dEQP-GLES3.functional.shaders.indexing.matrix_su", 324 "bscript.mat2x4_dynamic_write_dynamic_read_vertex"); 325 326 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006466, 327 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 328 "script.mat2x4_dynamic_write_dynamic_read_fragment"); 329 330 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006467, 331 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 332 "cript.mat2x4_dynamic_write_static_loop_read_vertex"); 333 334 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006468, 335 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 336 "ript.mat2x4_dynamic_write_static_loop_read_fragment"); 337 338 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006469, 339 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 340 "cript.mat2x4_dynamic_write_dynamic_loop_read_vertex"); 341 342 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006470, 343 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 344 "ript.mat2x4_dynamic_write_dynamic_loop_read_fragment"); 345 346 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006471, 347 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 348 "script.mat2x4_static_loop_write_static_read_vertex"); 349 350 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006472, 351 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 352 "cript.mat2x4_static_loop_write_static_read_fragment"); 353 354 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006473, 355 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 356 "cript.mat2x4_static_loop_write_dynamic_read_vertex"); 357 358 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006474, 359 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 360 "ript.mat2x4_static_loop_write_dynamic_read_fragment"); 361 362 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006475, 363 "dEQP-GLES3.functional.shaders.indexing.matrix_subscr", 364 "ipt.mat2x4_static_loop_write_static_loop_read_vertex"); 365 366 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006476, 367 "dEQP-GLES3.functional.shaders.indexing.matrix_subscri", 368 "pt.mat2x4_static_loop_write_static_loop_read_fragment"); 369 370 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006477, 371 "dEQP-GLES3.functional.shaders.indexing.matrix_subscr", 372 "ipt.mat2x4_static_loop_write_dynamic_loop_read_vertex"); 373 374 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006478, 375 "dEQP-GLES3.functional.shaders.indexing.matrix_subscri", 376 "pt.mat2x4_static_loop_write_dynamic_loop_read_fragment"); 377 378 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006479, 379 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 380 "cript.mat2x4_dynamic_loop_write_static_read_vertex"); 381 382 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006480, 383 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 384 "ript.mat2x4_dynamic_loop_write_static_read_fragment"); 385 386 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006481, 387 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 388 "cript.mat2x4_dynamic_loop_write_dynamic_read_vertex"); 389 390 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006482, 391 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 392 "ript.mat2x4_dynamic_loop_write_dynamic_read_fragment"); 393 394 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006483, 395 "dEQP-GLES3.functional.shaders.indexing.matrix_subscr", 396 "ipt.mat2x4_dynamic_loop_write_static_loop_read_vertex"); 397 398 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006484, 399 "dEQP-GLES3.functional.shaders.indexing.matrix_subscri", 400 "pt.mat2x4_dynamic_loop_write_static_loop_read_fragment"); 401 402 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006485, 403 "dEQP-GLES3.functional.shaders.indexing.matrix_subscri", 404 "pt.mat2x4_dynamic_loop_write_dynamic_loop_read_vertex"); 405 406 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006486, 407 "dEQP-GLES3.functional.shaders.indexing.matrix_subscrip", 408 "t.mat2x4_dynamic_loop_write_dynamic_loop_read_fragment"); 409 410 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006487, 411 "dEQP-GLES3.functional.shaders.indexing.matrix_s", 412 "ubscript.mat3x2_static_write_static_read_vertex"); 413 414 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006488, 415 "dEQP-GLES3.functional.shaders.indexing.matrix_su", 416 "bscript.mat3x2_static_write_static_read_fragment"); 417 418 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006489, 419 "dEQP-GLES3.functional.shaders.indexing.matrix_s", 420 "ubscript.mat3x2_static_write_dynamic_read_vertex"); 421 422 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006490, 423 "dEQP-GLES3.functional.shaders.indexing.matrix_su", 424 "bscript.mat3x2_static_write_dynamic_read_fragment"); 425 426 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006491, 427 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 428 "script.mat3x2_static_write_static_loop_read_vertex"); 429 430 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006492, 431 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 432 "cript.mat3x2_static_write_static_loop_read_fragment"); 433 434 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006493, 435 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 436 "cript.mat3x2_static_write_dynamic_loop_read_vertex"); 437 438 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006494, 439 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 440 "ript.mat3x2_static_write_dynamic_loop_read_fragment"); 441 442 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006495, 443 "dEQP-GLES3.functional.shaders.indexing.matrix_s", 444 "ubscript.mat3x2_dynamic_write_static_read_vertex"); 445 446 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006496, 447 "dEQP-GLES3.functional.shaders.indexing.matrix_su", 448 "bscript.mat3x2_dynamic_write_static_read_fragment"); 449 450 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006497, 451 "dEQP-GLES3.functional.shaders.indexing.matrix_su", 452 "bscript.mat3x2_dynamic_write_dynamic_read_vertex"); 453 454 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006498, 455 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 456 "script.mat3x2_dynamic_write_dynamic_read_fragment"); 457 458 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006499, 459 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 460 "cript.mat3x2_dynamic_write_static_loop_read_vertex"); 461 462 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006500, 463 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 464 "ript.mat3x2_dynamic_write_static_loop_read_fragment"); 465 466 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006501, 467 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 468 "cript.mat3x2_dynamic_write_dynamic_loop_read_vertex"); 469 470 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006502, 471 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 472 "ript.mat3x2_dynamic_write_dynamic_loop_read_fragment"); 473 474 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006503, 475 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 476 "script.mat3x2_static_loop_write_static_read_vertex"); 477 478 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006504, 479 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 480 "cript.mat3x2_static_loop_write_static_read_fragment"); 481 482 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006505, 483 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 484 "cript.mat3x2_static_loop_write_dynamic_read_vertex"); 485 486 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006506, 487 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 488 "ript.mat3x2_static_loop_write_dynamic_read_fragment"); 489 490 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006507, 491 "dEQP-GLES3.functional.shaders.indexing.matrix_subscr", 492 "ipt.mat3x2_static_loop_write_static_loop_read_vertex"); 493 494 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006508, 495 "dEQP-GLES3.functional.shaders.indexing.matrix_subscri", 496 "pt.mat3x2_static_loop_write_static_loop_read_fragment"); 497 498 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006509, 499 "dEQP-GLES3.functional.shaders.indexing.matrix_subscr", 500 "ipt.mat3x2_static_loop_write_dynamic_loop_read_vertex"); 501 502 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006510, 503 "dEQP-GLES3.functional.shaders.indexing.matrix_subscri", 504 "pt.mat3x2_static_loop_write_dynamic_loop_read_fragment"); 505 506 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006511, 507 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 508 "cript.mat3x2_dynamic_loop_write_static_read_vertex"); 509 510 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006512, 511 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 512 "ript.mat3x2_dynamic_loop_write_static_read_fragment"); 513 514 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006513, 515 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 516 "cript.mat3x2_dynamic_loop_write_dynamic_read_vertex"); 517 518 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006514, 519 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 520 "ript.mat3x2_dynamic_loop_write_dynamic_read_fragment"); 521 522 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006515, 523 "dEQP-GLES3.functional.shaders.indexing.matrix_subscr", 524 "ipt.mat3x2_dynamic_loop_write_static_loop_read_vertex"); 525 526 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006516, 527 "dEQP-GLES3.functional.shaders.indexing.matrix_subscri", 528 "pt.mat3x2_dynamic_loop_write_static_loop_read_fragment"); 529 530 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006517, 531 "dEQP-GLES3.functional.shaders.indexing.matrix_subscri", 532 "pt.mat3x2_dynamic_loop_write_dynamic_loop_read_vertex"); 533 534 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006518, 535 "dEQP-GLES3.functional.shaders.indexing.matrix_subscrip", 536 "t.mat3x2_dynamic_loop_write_dynamic_loop_read_fragment"); 537 538 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006519, 539 "dEQP-GLES3.functional.shaders.indexing.matrix_", 540 "subscript.mat3_static_write_static_read_vertex"); 541 542 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006520, 543 "dEQP-GLES3.functional.shaders.indexing.matrix_s", 544 "ubscript.mat3_static_write_static_read_fragment"); 545 546 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006521, 547 "dEQP-GLES3.functional.shaders.indexing.matrix_", 548 "subscript.mat3_static_write_dynamic_read_vertex"); 549 550 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006522, 551 "dEQP-GLES3.functional.shaders.indexing.matrix_s", 552 "ubscript.mat3_static_write_dynamic_read_fragment"); 553 554 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006523, 555 "dEQP-GLES3.functional.shaders.indexing.matrix_su", 556 "bscript.mat3_static_write_static_loop_read_vertex"); 557 558 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006524, 559 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 560 "script.mat3_static_write_static_loop_read_fragment"); 561 562 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006525, 563 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 564 "script.mat3_static_write_dynamic_loop_read_vertex"); 565 566 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006526, 567 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 568 "cript.mat3_static_write_dynamic_loop_read_fragment"); 569 570 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006527, 571 "dEQP-GLES3.functional.shaders.indexing.matrix_", 572 "subscript.mat3_dynamic_write_static_read_vertex"); 573 574 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006528, 575 "dEQP-GLES3.functional.shaders.indexing.matrix_s", 576 "ubscript.mat3_dynamic_write_static_read_fragment"); 577 578 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006529, 579 "dEQP-GLES3.functional.shaders.indexing.matrix_s", 580 "ubscript.mat3_dynamic_write_dynamic_read_vertex"); 581 582 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006530, 583 "dEQP-GLES3.functional.shaders.indexing.matrix_su", 584 "bscript.mat3_dynamic_write_dynamic_read_fragment"); 585 586 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006531, 587 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 588 "script.mat3_dynamic_write_static_loop_read_vertex"); 589 590 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006532, 591 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 592 "cript.mat3_dynamic_write_static_loop_read_fragment"); 593 594 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006533, 595 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 596 "script.mat3_dynamic_write_dynamic_loop_read_vertex"); 597 598 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006534, 599 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 600 "cript.mat3_dynamic_write_dynamic_loop_read_fragment"); 601 602 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006535, 603 "dEQP-GLES3.functional.shaders.indexing.matrix_su", 604 "bscript.mat3_static_loop_write_static_read_vertex"); 605 606 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006536, 607 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 608 "script.mat3_static_loop_write_static_read_fragment"); 609 610 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006537, 611 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 612 "script.mat3_static_loop_write_dynamic_read_vertex"); 613 614 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006538, 615 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 616 "cript.mat3_static_loop_write_dynamic_read_fragment"); 617 618 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006539, 619 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 620 "ript.mat3_static_loop_write_static_loop_read_vertex"); 621 622 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006540, 623 "dEQP-GLES3.functional.shaders.indexing.matrix_subscr", 624 "ipt.mat3_static_loop_write_static_loop_read_fragment"); 625 626 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006541, 627 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 628 "ript.mat3_static_loop_write_dynamic_loop_read_vertex"); 629 630 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006542, 631 "dEQP-GLES3.functional.shaders.indexing.matrix_subscr", 632 "ipt.mat3_static_loop_write_dynamic_loop_read_fragment"); 633 634 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006543, 635 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 636 "script.mat3_dynamic_loop_write_static_read_vertex"); 637 638 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006544, 639 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 640 "cript.mat3_dynamic_loop_write_static_read_fragment"); 641 642 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006545, 643 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 644 "script.mat3_dynamic_loop_write_dynamic_read_vertex"); 645 646 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006546, 647 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 648 "cript.mat3_dynamic_loop_write_dynamic_read_fragment"); 649 650 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006547, 651 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 652 "ript.mat3_dynamic_loop_write_static_loop_read_vertex"); 653 654 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006548, 655 "dEQP-GLES3.functional.shaders.indexing.matrix_subscr", 656 "ipt.mat3_dynamic_loop_write_static_loop_read_fragment"); 657 658 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006549, 659 "dEQP-GLES3.functional.shaders.indexing.matrix_subscr", 660 "ipt.mat3_dynamic_loop_write_dynamic_loop_read_vertex"); 661 662 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006550, 663 "dEQP-GLES3.functional.shaders.indexing.matrix_subscri", 664 "pt.mat3_dynamic_loop_write_dynamic_loop_read_fragment"); 665 666 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006551, 667 "dEQP-GLES3.functional.shaders.indexing.matrix_s", 668 "ubscript.mat3x4_static_write_static_read_vertex"); 669 670 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006552, 671 "dEQP-GLES3.functional.shaders.indexing.matrix_su", 672 "bscript.mat3x4_static_write_static_read_fragment"); 673 674 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006553, 675 "dEQP-GLES3.functional.shaders.indexing.matrix_s", 676 "ubscript.mat3x4_static_write_dynamic_read_vertex"); 677 678 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006554, 679 "dEQP-GLES3.functional.shaders.indexing.matrix_su", 680 "bscript.mat3x4_static_write_dynamic_read_fragment"); 681 682 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006555, 683 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 684 "script.mat3x4_static_write_static_loop_read_vertex"); 685 686 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006556, 687 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 688 "cript.mat3x4_static_write_static_loop_read_fragment"); 689 690 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006557, 691 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 692 "cript.mat3x4_static_write_dynamic_loop_read_vertex"); 693 694 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006558, 695 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 696 "ript.mat3x4_static_write_dynamic_loop_read_fragment"); 697 698 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006559, 699 "dEQP-GLES3.functional.shaders.indexing.matrix_s", 700 "ubscript.mat3x4_dynamic_write_static_read_vertex"); 701 702 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006560, 703 "dEQP-GLES3.functional.shaders.indexing.matrix_su", 704 "bscript.mat3x4_dynamic_write_static_read_fragment"); 705 706 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006561, 707 "dEQP-GLES3.functional.shaders.indexing.matrix_su", 708 "bscript.mat3x4_dynamic_write_dynamic_read_vertex"); 709 710 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006562, 711 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 712 "script.mat3x4_dynamic_write_dynamic_read_fragment"); 713 714 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006563, 715 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 716 "cript.mat3x4_dynamic_write_static_loop_read_vertex"); 717 718 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006564, 719 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 720 "ript.mat3x4_dynamic_write_static_loop_read_fragment"); 721 722 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006565, 723 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 724 "cript.mat3x4_dynamic_write_dynamic_loop_read_vertex"); 725 726 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006566, 727 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 728 "ript.mat3x4_dynamic_write_dynamic_loop_read_fragment"); 729 730 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006567, 731 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 732 "script.mat3x4_static_loop_write_static_read_vertex"); 733 734 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006568, 735 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 736 "cript.mat3x4_static_loop_write_static_read_fragment"); 737 738 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006569, 739 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 740 "cript.mat3x4_static_loop_write_dynamic_read_vertex"); 741 742 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006570, 743 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 744 "ript.mat3x4_static_loop_write_dynamic_read_fragment"); 745 746 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006571, 747 "dEQP-GLES3.functional.shaders.indexing.matrix_subscr", 748 "ipt.mat3x4_static_loop_write_static_loop_read_vertex"); 749 750 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006572, 751 "dEQP-GLES3.functional.shaders.indexing.matrix_subscri", 752 "pt.mat3x4_static_loop_write_static_loop_read_fragment"); 753 754 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006573, 755 "dEQP-GLES3.functional.shaders.indexing.matrix_subscr", 756 "ipt.mat3x4_static_loop_write_dynamic_loop_read_vertex"); 757 758 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006574, 759 "dEQP-GLES3.functional.shaders.indexing.matrix_subscri", 760 "pt.mat3x4_static_loop_write_dynamic_loop_read_fragment"); 761 762 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006575, 763 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 764 "cript.mat3x4_dynamic_loop_write_static_read_vertex"); 765 766 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006576, 767 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 768 "ript.mat3x4_dynamic_loop_write_static_read_fragment"); 769 770 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006577, 771 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 772 "cript.mat3x4_dynamic_loop_write_dynamic_read_vertex"); 773 774 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006578, 775 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 776 "ript.mat3x4_dynamic_loop_write_dynamic_read_fragment"); 777 778 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006579, 779 "dEQP-GLES3.functional.shaders.indexing.matrix_subscr", 780 "ipt.mat3x4_dynamic_loop_write_static_loop_read_vertex"); 781 782 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006580, 783 "dEQP-GLES3.functional.shaders.indexing.matrix_subscri", 784 "pt.mat3x4_dynamic_loop_write_static_loop_read_fragment"); 785 786 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006581, 787 "dEQP-GLES3.functional.shaders.indexing.matrix_subscri", 788 "pt.mat3x4_dynamic_loop_write_dynamic_loop_read_vertex"); 789 790 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006582, 791 "dEQP-GLES3.functional.shaders.indexing.matrix_subscrip", 792 "t.mat3x4_dynamic_loop_write_dynamic_loop_read_fragment"); 793 794 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006583, 795 "dEQP-GLES3.functional.shaders.indexing.matrix_s", 796 "ubscript.mat4x2_static_write_static_read_vertex"); 797 798 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006584, 799 "dEQP-GLES3.functional.shaders.indexing.matrix_su", 800 "bscript.mat4x2_static_write_static_read_fragment"); 801 802 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006585, 803 "dEQP-GLES3.functional.shaders.indexing.matrix_s", 804 "ubscript.mat4x2_static_write_dynamic_read_vertex"); 805 806 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006586, 807 "dEQP-GLES3.functional.shaders.indexing.matrix_su", 808 "bscript.mat4x2_static_write_dynamic_read_fragment"); 809 810 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006587, 811 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 812 "script.mat4x2_static_write_static_loop_read_vertex"); 813 814 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006588, 815 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 816 "cript.mat4x2_static_write_static_loop_read_fragment"); 817 818 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006589, 819 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 820 "cript.mat4x2_static_write_dynamic_loop_read_vertex"); 821 822 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006590, 823 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 824 "ript.mat4x2_static_write_dynamic_loop_read_fragment"); 825 826 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006591, 827 "dEQP-GLES3.functional.shaders.indexing.matrix_s", 828 "ubscript.mat4x2_dynamic_write_static_read_vertex"); 829 830 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006592, 831 "dEQP-GLES3.functional.shaders.indexing.matrix_su", 832 "bscript.mat4x2_dynamic_write_static_read_fragment"); 833 834 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006593, 835 "dEQP-GLES3.functional.shaders.indexing.matrix_su", 836 "bscript.mat4x2_dynamic_write_dynamic_read_vertex"); 837 838 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006594, 839 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 840 "script.mat4x2_dynamic_write_dynamic_read_fragment"); 841 842 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006595, 843 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 844 "cript.mat4x2_dynamic_write_static_loop_read_vertex"); 845 846 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006596, 847 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 848 "ript.mat4x2_dynamic_write_static_loop_read_fragment"); 849 850 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006597, 851 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 852 "cript.mat4x2_dynamic_write_dynamic_loop_read_vertex"); 853 854 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006598, 855 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 856 "ript.mat4x2_dynamic_write_dynamic_loop_read_fragment"); 857 858 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006599, 859 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 860 "script.mat4x2_static_loop_write_static_read_vertex"); 861 862 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006600, 863 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 864 "cript.mat4x2_static_loop_write_static_read_fragment"); 865 866 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006601, 867 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 868 "cript.mat4x2_static_loop_write_dynamic_read_vertex"); 869 870 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006602, 871 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 872 "ript.mat4x2_static_loop_write_dynamic_read_fragment"); 873 874 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006603, 875 "dEQP-GLES3.functional.shaders.indexing.matrix_subscr", 876 "ipt.mat4x2_static_loop_write_static_loop_read_vertex"); 877 878 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006604, 879 "dEQP-GLES3.functional.shaders.indexing.matrix_subscri", 880 "pt.mat4x2_static_loop_write_static_loop_read_fragment"); 881 882 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006605, 883 "dEQP-GLES3.functional.shaders.indexing.matrix_subscr", 884 "ipt.mat4x2_static_loop_write_dynamic_loop_read_vertex"); 885 886 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006606, 887 "dEQP-GLES3.functional.shaders.indexing.matrix_subscri", 888 "pt.mat4x2_static_loop_write_dynamic_loop_read_fragment"); 889 890 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006607, 891 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 892 "cript.mat4x2_dynamic_loop_write_static_read_vertex"); 893 894 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006608, 895 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 896 "ript.mat4x2_dynamic_loop_write_static_read_fragment"); 897 898 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006609, 899 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 900 "cript.mat4x2_dynamic_loop_write_dynamic_read_vertex"); 901 902 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006610, 903 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 904 "ript.mat4x2_dynamic_loop_write_dynamic_read_fragment"); 905 906 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006611, 907 "dEQP-GLES3.functional.shaders.indexing.matrix_subscr", 908 "ipt.mat4x2_dynamic_loop_write_static_loop_read_vertex"); 909 910 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006612, 911 "dEQP-GLES3.functional.shaders.indexing.matrix_subscri", 912 "pt.mat4x2_dynamic_loop_write_static_loop_read_fragment"); 913 914 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006613, 915 "dEQP-GLES3.functional.shaders.indexing.matrix_subscri", 916 "pt.mat4x2_dynamic_loop_write_dynamic_loop_read_vertex"); 917 918 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006614, 919 "dEQP-GLES3.functional.shaders.indexing.matrix_subscrip", 920 "t.mat4x2_dynamic_loop_write_dynamic_loop_read_fragment"); 921 922 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006615, 923 "dEQP-GLES3.functional.shaders.indexing.matrix_s", 924 "ubscript.mat4x3_static_write_static_read_vertex"); 925 926 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006616, 927 "dEQP-GLES3.functional.shaders.indexing.matrix_su", 928 "bscript.mat4x3_static_write_static_read_fragment"); 929 930 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006617, 931 "dEQP-GLES3.functional.shaders.indexing.matrix_s", 932 "ubscript.mat4x3_static_write_dynamic_read_vertex"); 933 934 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006618, 935 "dEQP-GLES3.functional.shaders.indexing.matrix_su", 936 "bscript.mat4x3_static_write_dynamic_read_fragment"); 937 938 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006619, 939 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 940 "script.mat4x3_static_write_static_loop_read_vertex"); 941 942 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006620, 943 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 944 "cript.mat4x3_static_write_static_loop_read_fragment"); 945 946 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006621, 947 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 948 "cript.mat4x3_static_write_dynamic_loop_read_vertex"); 949 950 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006622, 951 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 952 "ript.mat4x3_static_write_dynamic_loop_read_fragment"); 953 954 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006623, 955 "dEQP-GLES3.functional.shaders.indexing.matrix_s", 956 "ubscript.mat4x3_dynamic_write_static_read_vertex"); 957 958 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006624, 959 "dEQP-GLES3.functional.shaders.indexing.matrix_su", 960 "bscript.mat4x3_dynamic_write_static_read_fragment"); 961 962 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006625, 963 "dEQP-GLES3.functional.shaders.indexing.matrix_su", 964 "bscript.mat4x3_dynamic_write_dynamic_read_vertex"); 965 966 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006626, 967 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 968 "script.mat4x3_dynamic_write_dynamic_read_fragment"); 969 970 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006627, 971 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 972 "cript.mat4x3_dynamic_write_static_loop_read_vertex"); 973 974 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006628, 975 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 976 "ript.mat4x3_dynamic_write_static_loop_read_fragment"); 977 978 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006629, 979 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 980 "cript.mat4x3_dynamic_write_dynamic_loop_read_vertex"); 981 982 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006630, 983 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 984 "ript.mat4x3_dynamic_write_dynamic_loop_read_fragment"); 985 986 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006631, 987 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 988 "script.mat4x3_static_loop_write_static_read_vertex"); 989 990 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006632, 991 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 992 "cript.mat4x3_static_loop_write_static_read_fragment"); 993 994 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006633, 995 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 996 "cript.mat4x3_static_loop_write_dynamic_read_vertex"); 997 998 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006634, 999 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 1000 "ript.mat4x3_static_loop_write_dynamic_read_fragment"); 1001 1002 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006635, 1003 "dEQP-GLES3.functional.shaders.indexing.matrix_subscr", 1004 "ipt.mat4x3_static_loop_write_static_loop_read_vertex"); 1005 1006 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006636, 1007 "dEQP-GLES3.functional.shaders.indexing.matrix_subscri", 1008 "pt.mat4x3_static_loop_write_static_loop_read_fragment"); 1009 1010 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006637, 1011 "dEQP-GLES3.functional.shaders.indexing.matrix_subscr", 1012 "ipt.mat4x3_static_loop_write_dynamic_loop_read_vertex"); 1013 1014 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006638, 1015 "dEQP-GLES3.functional.shaders.indexing.matrix_subscri", 1016 "pt.mat4x3_static_loop_write_dynamic_loop_read_fragment"); 1017 1018 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006639, 1019 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 1020 "cript.mat4x3_dynamic_loop_write_static_read_vertex"); 1021 1022 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006640, 1023 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 1024 "ript.mat4x3_dynamic_loop_write_static_read_fragment"); 1025 1026 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006641, 1027 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 1028 "cript.mat4x3_dynamic_loop_write_dynamic_read_vertex"); 1029 1030 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006642, 1031 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 1032 "ript.mat4x3_dynamic_loop_write_dynamic_read_fragment"); 1033 1034 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006643, 1035 "dEQP-GLES3.functional.shaders.indexing.matrix_subscr", 1036 "ipt.mat4x3_dynamic_loop_write_static_loop_read_vertex"); 1037 1038 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006644, 1039 "dEQP-GLES3.functional.shaders.indexing.matrix_subscri", 1040 "pt.mat4x3_dynamic_loop_write_static_loop_read_fragment"); 1041 1042 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006645, 1043 "dEQP-GLES3.functional.shaders.indexing.matrix_subscri", 1044 "pt.mat4x3_dynamic_loop_write_dynamic_loop_read_vertex"); 1045 1046 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006646, 1047 "dEQP-GLES3.functional.shaders.indexing.matrix_subscrip", 1048 "t.mat4x3_dynamic_loop_write_dynamic_loop_read_fragment"); 1049 1050 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006647, 1051 "dEQP-GLES3.functional.shaders.indexing.matrix_", 1052 "subscript.mat4_static_write_static_read_vertex"); 1053 1054 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006648, 1055 "dEQP-GLES3.functional.shaders.indexing.matrix_s", 1056 "ubscript.mat4_static_write_static_read_fragment"); 1057 1058 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006649, 1059 "dEQP-GLES3.functional.shaders.indexing.matrix_", 1060 "subscript.mat4_static_write_dynamic_read_vertex"); 1061 1062 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006650, 1063 "dEQP-GLES3.functional.shaders.indexing.matrix_s", 1064 "ubscript.mat4_static_write_dynamic_read_fragment"); 1065 1066 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006651, 1067 "dEQP-GLES3.functional.shaders.indexing.matrix_su", 1068 "bscript.mat4_static_write_static_loop_read_vertex"); 1069 1070 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006652, 1071 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 1072 "script.mat4_static_write_static_loop_read_fragment"); 1073 1074 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006653, 1075 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 1076 "script.mat4_static_write_dynamic_loop_read_vertex"); 1077 1078 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006654, 1079 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 1080 "cript.mat4_static_write_dynamic_loop_read_fragment"); 1081 1082 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006655, 1083 "dEQP-GLES3.functional.shaders.indexing.matrix_", 1084 "subscript.mat4_dynamic_write_static_read_vertex"); 1085 1086 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006656, 1087 "dEQP-GLES3.functional.shaders.indexing.matrix_s", 1088 "ubscript.mat4_dynamic_write_static_read_fragment"); 1089 1090 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006657, 1091 "dEQP-GLES3.functional.shaders.indexing.matrix_s", 1092 "ubscript.mat4_dynamic_write_dynamic_read_vertex"); 1093 1094 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006658, 1095 "dEQP-GLES3.functional.shaders.indexing.matrix_su", 1096 "bscript.mat4_dynamic_write_dynamic_read_fragment"); 1097 1098 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006659, 1099 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 1100 "script.mat4_dynamic_write_static_loop_read_vertex"); 1101 1102 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006660, 1103 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 1104 "cript.mat4_dynamic_write_static_loop_read_fragment"); 1105 1106 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006661, 1107 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 1108 "script.mat4_dynamic_write_dynamic_loop_read_vertex"); 1109 1110 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006662, 1111 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 1112 "cript.mat4_dynamic_write_dynamic_loop_read_fragment"); 1113 1114 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006663, 1115 "dEQP-GLES3.functional.shaders.indexing.matrix_su", 1116 "bscript.mat4_static_loop_write_static_read_vertex"); 1117 1118 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006664, 1119 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 1120 "script.mat4_static_loop_write_static_read_fragment"); 1121 1122 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006665, 1123 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 1124 "script.mat4_static_loop_write_dynamic_read_vertex"); 1125 1126 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006666, 1127 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 1128 "cript.mat4_static_loop_write_dynamic_read_fragment"); 1129 1130 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006667, 1131 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 1132 "ript.mat4_static_loop_write_static_loop_read_vertex"); 1133 1134 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006668, 1135 "dEQP-GLES3.functional.shaders.indexing.matrix_subscr", 1136 "ipt.mat4_static_loop_write_static_loop_read_fragment"); 1137 1138 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006669, 1139 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 1140 "ript.mat4_static_loop_write_dynamic_loop_read_vertex"); 1141 1142 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006670, 1143 "dEQP-GLES3.functional.shaders.indexing.matrix_subscr", 1144 "ipt.mat4_static_loop_write_dynamic_loop_read_fragment"); 1145 1146 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006671, 1147 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 1148 "script.mat4_dynamic_loop_write_static_read_vertex"); 1149 1150 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006672, 1151 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 1152 "cript.mat4_dynamic_loop_write_static_read_fragment"); 1153 1154 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006673, 1155 "dEQP-GLES3.functional.shaders.indexing.matrix_sub", 1156 "script.mat4_dynamic_loop_write_dynamic_read_vertex"); 1157 1158 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006674, 1159 "dEQP-GLES3.functional.shaders.indexing.matrix_subs", 1160 "cript.mat4_dynamic_loop_write_dynamic_read_fragment"); 1161 1162 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006675, 1163 "dEQP-GLES3.functional.shaders.indexing.matrix_subsc", 1164 "ript.mat4_dynamic_loop_write_static_loop_read_vertex"); 1165 1166 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006676, 1167 "dEQP-GLES3.functional.shaders.indexing.matrix_subscr", 1168 "ipt.mat4_dynamic_loop_write_static_loop_read_fragment"); 1169 1170 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006677, 1171 "dEQP-GLES3.functional.shaders.indexing.matrix_subscr", 1172 "ipt.mat4_dynamic_loop_write_dynamic_loop_read_vertex"); 1173 1174 static SHRINK_HWTEST_F(ActsDeqpgles30007TestSuite, TestCase_006678, 1175 "dEQP-GLES3.functional.shaders.indexing.matrix_subscri", 1176 "pt.mat4_dynamic_loop_write_dynamic_loop_read_fragment"); 1177