1f6603c60Sopenharmony_ci/* 2f6603c60Sopenharmony_ci * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. 3f6603c60Sopenharmony_ci * Licensed under the Apache License, Version 2.0 (the "License"); 4f6603c60Sopenharmony_ci * you may not use this file except in compliance with the License. 5f6603c60Sopenharmony_ci * You may obtain a copy of the License at 6f6603c60Sopenharmony_ci * 7f6603c60Sopenharmony_ci * http://www.apache.org/licenses/LICENSE-2.0 8f6603c60Sopenharmony_ci * 9f6603c60Sopenharmony_ci * Unless required by applicable law or agreed to in writing, software 10f6603c60Sopenharmony_ci * distributed under the License is distributed on an "AS IS" BASIS, 11f6603c60Sopenharmony_ci * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12f6603c60Sopenharmony_ci * See the License for the specific language governing permissions and 13f6603c60Sopenharmony_ci * limitations under the License. 14f6603c60Sopenharmony_ci */ 15f6603c60Sopenharmony_ci 16f6603c60Sopenharmony_ci#include <climits> 17f6603c60Sopenharmony_ci#include <gtest/gtest.h> 18f6603c60Sopenharmony_ci#include "../Deqpgles3BaseFunc.h" 19f6603c60Sopenharmony_ci#include "../ActsDeqpgles30016TestSuite.h" 20f6603c60Sopenharmony_ci#include "shrinkdefine.h" 21f6603c60Sopenharmony_ci 22f6603c60Sopenharmony_ciusing namespace std; 23f6603c60Sopenharmony_ciusing namespace testing::ext; 24f6603c60Sopenharmony_ciusing namespace OHOS; 25f6603c60Sopenharmony_ci 26f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015060, 27f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matri", 28f6603c60Sopenharmony_ci "x.mul.dynamic.lowp_mat2_float_vertex"); 29f6603c60Sopenharmony_ci 30f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015061, 31f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 32f6603c60Sopenharmony_ci ".mul.dynamic.lowp_mat2_float_fragment"); 33f6603c60Sopenharmony_ci 34f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015062, 35f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matri", 36f6603c60Sopenharmony_ci "x.mul.dynamic.lowp_mat2_vec2_vertex"); 37f6603c60Sopenharmony_ci 38f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015063, 39f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 40f6603c60Sopenharmony_ci ".mul.dynamic.lowp_mat2_vec2_fragment"); 41f6603c60Sopenharmony_ci 42f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015064, 43f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matri", 44f6603c60Sopenharmony_ci "x.mul.dynamic.lowp_vec2_mat2_vertex"); 45f6603c60Sopenharmony_ci 46f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015065, 47f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 48f6603c60Sopenharmony_ci ".mul.dynamic.lowp_vec2_mat2_fragment"); 49f6603c60Sopenharmony_ci 50f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015066, 51f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matri", 52f6603c60Sopenharmony_ci "x.mul.dynamic.lowp_mat2_mat2_vertex"); 53f6603c60Sopenharmony_ci 54f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015067, 55f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 56f6603c60Sopenharmony_ci ".mul.dynamic.lowp_mat2_mat2_fragment"); 57f6603c60Sopenharmony_ci 58f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015068, 59f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 60f6603c60Sopenharmony_ci ".mul.dynamic.lowp_mat2_mat3x2_vertex"); 61f6603c60Sopenharmony_ci 62f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015069, 63f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 64f6603c60Sopenharmony_ci "mul.dynamic.lowp_mat2_mat3x2_fragment"); 65f6603c60Sopenharmony_ci 66f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015070, 67f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 68f6603c60Sopenharmony_ci ".mul.dynamic.lowp_mat2_mat4x2_vertex"); 69f6603c60Sopenharmony_ci 70f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015071, 71f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 72f6603c60Sopenharmony_ci "mul.dynamic.lowp_mat2_mat4x2_fragment"); 73f6603c60Sopenharmony_ci 74f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015072, 75f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 76f6603c60Sopenharmony_ci "mul.dynamic.mediump_mat2_float_vertex"); 77f6603c60Sopenharmony_ci 78f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015073, 79f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 80f6603c60Sopenharmony_ci "ul.dynamic.mediump_mat2_float_fragment"); 81f6603c60Sopenharmony_ci 82f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015074, 83f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 84f6603c60Sopenharmony_ci ".mul.dynamic.mediump_mat2_vec2_vertex"); 85f6603c60Sopenharmony_ci 86f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015075, 87f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 88f6603c60Sopenharmony_ci "mul.dynamic.mediump_mat2_vec2_fragment"); 89f6603c60Sopenharmony_ci 90f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015076, 91f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 92f6603c60Sopenharmony_ci ".mul.dynamic.mediump_vec2_mat2_vertex"); 93f6603c60Sopenharmony_ci 94f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015077, 95f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 96f6603c60Sopenharmony_ci "mul.dynamic.mediump_vec2_mat2_fragment"); 97f6603c60Sopenharmony_ci 98f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015078, 99f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 100f6603c60Sopenharmony_ci ".mul.dynamic.mediump_mat2_mat2_vertex"); 101f6603c60Sopenharmony_ci 102f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015079, 103f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 104f6603c60Sopenharmony_ci "mul.dynamic.mediump_mat2_mat2_fragment"); 105f6603c60Sopenharmony_ci 106f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015080, 107f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 108f6603c60Sopenharmony_ci "mul.dynamic.mediump_mat2_mat3x2_vertex"); 109f6603c60Sopenharmony_ci 110f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015081, 111f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 112f6603c60Sopenharmony_ci "ul.dynamic.mediump_mat2_mat3x2_fragment"); 113f6603c60Sopenharmony_ci 114f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015082, 115f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 116f6603c60Sopenharmony_ci "mul.dynamic.mediump_mat2_mat4x2_vertex"); 117f6603c60Sopenharmony_ci 118f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015083, 119f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 120f6603c60Sopenharmony_ci "ul.dynamic.mediump_mat2_mat4x2_fragment"); 121f6603c60Sopenharmony_ci 122f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015084, 123f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 124f6603c60Sopenharmony_ci ".mul.dynamic.highp_mat2_float_vertex"); 125f6603c60Sopenharmony_ci 126f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015085, 127f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 128f6603c60Sopenharmony_ci "mul.dynamic.highp_mat2_float_fragment"); 129f6603c60Sopenharmony_ci 130f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015086, 131f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matri", 132f6603c60Sopenharmony_ci "x.mul.dynamic.highp_mat2_vec2_vertex"); 133f6603c60Sopenharmony_ci 134f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015087, 135f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 136f6603c60Sopenharmony_ci ".mul.dynamic.highp_mat2_vec2_fragment"); 137f6603c60Sopenharmony_ci 138f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015088, 139f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matri", 140f6603c60Sopenharmony_ci "x.mul.dynamic.highp_vec2_mat2_vertex"); 141f6603c60Sopenharmony_ci 142f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015089, 143f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 144f6603c60Sopenharmony_ci ".mul.dynamic.highp_vec2_mat2_fragment"); 145f6603c60Sopenharmony_ci 146f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015090, 147f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matri", 148f6603c60Sopenharmony_ci "x.mul.dynamic.highp_mat2_mat2_vertex"); 149f6603c60Sopenharmony_ci 150f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015091, 151f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 152f6603c60Sopenharmony_ci ".mul.dynamic.highp_mat2_mat2_fragment"); 153f6603c60Sopenharmony_ci 154f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015092, 155f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 156f6603c60Sopenharmony_ci ".mul.dynamic.highp_mat2_mat3x2_vertex"); 157f6603c60Sopenharmony_ci 158f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015093, 159f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 160f6603c60Sopenharmony_ci "mul.dynamic.highp_mat2_mat3x2_fragment"); 161f6603c60Sopenharmony_ci 162f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015094, 163f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 164f6603c60Sopenharmony_ci ".mul.dynamic.highp_mat2_mat4x2_vertex"); 165f6603c60Sopenharmony_ci 166f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015095, 167f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 168f6603c60Sopenharmony_ci "mul.dynamic.highp_mat2_mat4x2_fragment"); 169f6603c60Sopenharmony_ci 170f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015096, 171f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 172f6603c60Sopenharmony_ci ".mul.dynamic.lowp_mat2x3_float_vertex"); 173f6603c60Sopenharmony_ci 174f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015097, 175f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 176f6603c60Sopenharmony_ci "mul.dynamic.lowp_mat2x3_float_fragment"); 177f6603c60Sopenharmony_ci 178f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015098, 179f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 180f6603c60Sopenharmony_ci ".mul.dynamic.lowp_mat2x3_vec2_vertex"); 181f6603c60Sopenharmony_ci 182f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015099, 183f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 184f6603c60Sopenharmony_ci "mul.dynamic.lowp_mat2x3_vec2_fragment"); 185f6603c60Sopenharmony_ci 186f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015100, 187f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 188f6603c60Sopenharmony_ci ".mul.dynamic.lowp_vec3_mat2x3_vertex"); 189f6603c60Sopenharmony_ci 190f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015101, 191f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 192f6603c60Sopenharmony_ci "mul.dynamic.lowp_vec3_mat2x3_fragment"); 193f6603c60Sopenharmony_ci 194f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015102, 195f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 196f6603c60Sopenharmony_ci ".mul.dynamic.lowp_mat2x3_mat2_vertex"); 197f6603c60Sopenharmony_ci 198f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015103, 199f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 200f6603c60Sopenharmony_ci "mul.dynamic.lowp_mat2x3_mat2_fragment"); 201f6603c60Sopenharmony_ci 202f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015104, 203f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 204f6603c60Sopenharmony_ci "mul.dynamic.lowp_mat2x3_mat3x2_vertex"); 205f6603c60Sopenharmony_ci 206f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015105, 207f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 208f6603c60Sopenharmony_ci "ul.dynamic.lowp_mat2x3_mat3x2_fragment"); 209f6603c60Sopenharmony_ci 210f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015106, 211f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 212f6603c60Sopenharmony_ci "mul.dynamic.lowp_mat2x3_mat4x2_vertex"); 213f6603c60Sopenharmony_ci 214f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015107, 215f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 216f6603c60Sopenharmony_ci "ul.dynamic.lowp_mat2x3_mat4x2_fragment"); 217f6603c60Sopenharmony_ci 218f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015108, 219f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 220f6603c60Sopenharmony_ci "ul.dynamic.mediump_mat2x3_float_vertex"); 221f6603c60Sopenharmony_ci 222f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015109, 223f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.mu", 224f6603c60Sopenharmony_ci "l.dynamic.mediump_mat2x3_float_fragment"); 225f6603c60Sopenharmony_ci 226f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015110, 227f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 228f6603c60Sopenharmony_ci "mul.dynamic.mediump_mat2x3_vec2_vertex"); 229f6603c60Sopenharmony_ci 230f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015111, 231f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 232f6603c60Sopenharmony_ci "ul.dynamic.mediump_mat2x3_vec2_fragment"); 233f6603c60Sopenharmony_ci 234f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015112, 235f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 236f6603c60Sopenharmony_ci "mul.dynamic.mediump_vec3_mat2x3_vertex"); 237f6603c60Sopenharmony_ci 238f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015113, 239f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 240f6603c60Sopenharmony_ci "ul.dynamic.mediump_vec3_mat2x3_fragment"); 241f6603c60Sopenharmony_ci 242f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015114, 243f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 244f6603c60Sopenharmony_ci "mul.dynamic.mediump_mat2x3_mat2_vertex"); 245f6603c60Sopenharmony_ci 246f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015115, 247f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 248f6603c60Sopenharmony_ci "ul.dynamic.mediump_mat2x3_mat2_fragment"); 249f6603c60Sopenharmony_ci 250f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015116, 251f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 252f6603c60Sopenharmony_ci "ul.dynamic.mediump_mat2x3_mat3x2_vertex"); 253f6603c60Sopenharmony_ci 254f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015117, 255f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.mu", 256f6603c60Sopenharmony_ci "l.dynamic.mediump_mat2x3_mat3x2_fragment"); 257f6603c60Sopenharmony_ci 258f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015118, 259f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 260f6603c60Sopenharmony_ci "ul.dynamic.mediump_mat2x3_mat4x2_vertex"); 261f6603c60Sopenharmony_ci 262f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015119, 263f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.mu", 264f6603c60Sopenharmony_ci "l.dynamic.mediump_mat2x3_mat4x2_fragment"); 265f6603c60Sopenharmony_ci 266f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015120, 267f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 268f6603c60Sopenharmony_ci "mul.dynamic.highp_mat2x3_float_vertex"); 269f6603c60Sopenharmony_ci 270f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015121, 271f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 272f6603c60Sopenharmony_ci "ul.dynamic.highp_mat2x3_float_fragment"); 273f6603c60Sopenharmony_ci 274f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015122, 275f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 276f6603c60Sopenharmony_ci ".mul.dynamic.highp_mat2x3_vec2_vertex"); 277f6603c60Sopenharmony_ci 278f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015123, 279f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 280f6603c60Sopenharmony_ci "mul.dynamic.highp_mat2x3_vec2_fragment"); 281f6603c60Sopenharmony_ci 282f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015124, 283f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 284f6603c60Sopenharmony_ci ".mul.dynamic.highp_vec3_mat2x3_vertex"); 285f6603c60Sopenharmony_ci 286f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015125, 287f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 288f6603c60Sopenharmony_ci "mul.dynamic.highp_vec3_mat2x3_fragment"); 289f6603c60Sopenharmony_ci 290f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015126, 291f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 292f6603c60Sopenharmony_ci ".mul.dynamic.highp_mat2x3_mat2_vertex"); 293f6603c60Sopenharmony_ci 294f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015127, 295f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 296f6603c60Sopenharmony_ci "mul.dynamic.highp_mat2x3_mat2_fragment"); 297f6603c60Sopenharmony_ci 298f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015128, 299f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 300f6603c60Sopenharmony_ci "mul.dynamic.highp_mat2x3_mat3x2_vertex"); 301f6603c60Sopenharmony_ci 302f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015129, 303f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 304f6603c60Sopenharmony_ci "ul.dynamic.highp_mat2x3_mat3x2_fragment"); 305f6603c60Sopenharmony_ci 306f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015130, 307f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 308f6603c60Sopenharmony_ci "mul.dynamic.highp_mat2x3_mat4x2_vertex"); 309f6603c60Sopenharmony_ci 310f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015131, 311f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 312f6603c60Sopenharmony_ci "ul.dynamic.highp_mat2x3_mat4x2_fragment"); 313f6603c60Sopenharmony_ci 314f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015132, 315f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 316f6603c60Sopenharmony_ci ".mul.dynamic.lowp_mat2x4_float_vertex"); 317f6603c60Sopenharmony_ci 318f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015133, 319f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 320f6603c60Sopenharmony_ci "mul.dynamic.lowp_mat2x4_float_fragment"); 321f6603c60Sopenharmony_ci 322f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015134, 323f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 324f6603c60Sopenharmony_ci ".mul.dynamic.lowp_mat2x4_vec2_vertex"); 325f6603c60Sopenharmony_ci 326f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015135, 327f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 328f6603c60Sopenharmony_ci "mul.dynamic.lowp_mat2x4_vec2_fragment"); 329f6603c60Sopenharmony_ci 330f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015136, 331f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 332f6603c60Sopenharmony_ci ".mul.dynamic.lowp_vec4_mat2x4_vertex"); 333f6603c60Sopenharmony_ci 334f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015137, 335f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 336f6603c60Sopenharmony_ci "mul.dynamic.lowp_vec4_mat2x4_fragment"); 337f6603c60Sopenharmony_ci 338f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015138, 339f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 340f6603c60Sopenharmony_ci ".mul.dynamic.lowp_mat2x4_mat2_vertex"); 341f6603c60Sopenharmony_ci 342f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015139, 343f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 344f6603c60Sopenharmony_ci "mul.dynamic.lowp_mat2x4_mat2_fragment"); 345f6603c60Sopenharmony_ci 346f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015140, 347f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 348f6603c60Sopenharmony_ci "mul.dynamic.lowp_mat2x4_mat3x2_vertex"); 349f6603c60Sopenharmony_ci 350f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015141, 351f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 352f6603c60Sopenharmony_ci "ul.dynamic.lowp_mat2x4_mat3x2_fragment"); 353f6603c60Sopenharmony_ci 354f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015142, 355f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 356f6603c60Sopenharmony_ci "mul.dynamic.lowp_mat2x4_mat4x2_vertex"); 357f6603c60Sopenharmony_ci 358f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015143, 359f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 360f6603c60Sopenharmony_ci "ul.dynamic.lowp_mat2x4_mat4x2_fragment"); 361f6603c60Sopenharmony_ci 362f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015144, 363f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 364f6603c60Sopenharmony_ci "ul.dynamic.mediump_mat2x4_float_vertex"); 365f6603c60Sopenharmony_ci 366f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015145, 367f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.mu", 368f6603c60Sopenharmony_ci "l.dynamic.mediump_mat2x4_float_fragment"); 369f6603c60Sopenharmony_ci 370f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015146, 371f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 372f6603c60Sopenharmony_ci "mul.dynamic.mediump_mat2x4_vec2_vertex"); 373f6603c60Sopenharmony_ci 374f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015147, 375f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 376f6603c60Sopenharmony_ci "ul.dynamic.mediump_mat2x4_vec2_fragment"); 377f6603c60Sopenharmony_ci 378f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015148, 379f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 380f6603c60Sopenharmony_ci "mul.dynamic.mediump_vec4_mat2x4_vertex"); 381f6603c60Sopenharmony_ci 382f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015149, 383f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 384f6603c60Sopenharmony_ci "ul.dynamic.mediump_vec4_mat2x4_fragment"); 385f6603c60Sopenharmony_ci 386f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015150, 387f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 388f6603c60Sopenharmony_ci "mul.dynamic.mediump_mat2x4_mat2_vertex"); 389f6603c60Sopenharmony_ci 390f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015151, 391f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 392f6603c60Sopenharmony_ci "ul.dynamic.mediump_mat2x4_mat2_fragment"); 393f6603c60Sopenharmony_ci 394f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015152, 395f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 396f6603c60Sopenharmony_ci "ul.dynamic.mediump_mat2x4_mat3x2_vertex"); 397f6603c60Sopenharmony_ci 398f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015153, 399f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.mu", 400f6603c60Sopenharmony_ci "l.dynamic.mediump_mat2x4_mat3x2_fragment"); 401f6603c60Sopenharmony_ci 402f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015154, 403f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 404f6603c60Sopenharmony_ci "ul.dynamic.mediump_mat2x4_mat4x2_vertex"); 405f6603c60Sopenharmony_ci 406f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015155, 407f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.mu", 408f6603c60Sopenharmony_ci "l.dynamic.mediump_mat2x4_mat4x2_fragment"); 409f6603c60Sopenharmony_ci 410f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015156, 411f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 412f6603c60Sopenharmony_ci "mul.dynamic.highp_mat2x4_float_vertex"); 413f6603c60Sopenharmony_ci 414f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015157, 415f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 416f6603c60Sopenharmony_ci "ul.dynamic.highp_mat2x4_float_fragment"); 417f6603c60Sopenharmony_ci 418f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015158, 419f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 420f6603c60Sopenharmony_ci ".mul.dynamic.highp_mat2x4_vec2_vertex"); 421f6603c60Sopenharmony_ci 422f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015159, 423f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 424f6603c60Sopenharmony_ci "mul.dynamic.highp_mat2x4_vec2_fragment"); 425f6603c60Sopenharmony_ci 426f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015160, 427f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 428f6603c60Sopenharmony_ci ".mul.dynamic.highp_vec4_mat2x4_vertex"); 429f6603c60Sopenharmony_ci 430f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015161, 431f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 432f6603c60Sopenharmony_ci "mul.dynamic.highp_vec4_mat2x4_fragment"); 433f6603c60Sopenharmony_ci 434f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015162, 435f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 436f6603c60Sopenharmony_ci ".mul.dynamic.highp_mat2x4_mat2_vertex"); 437f6603c60Sopenharmony_ci 438f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015163, 439f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 440f6603c60Sopenharmony_ci "mul.dynamic.highp_mat2x4_mat2_fragment"); 441f6603c60Sopenharmony_ci 442f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015164, 443f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 444f6603c60Sopenharmony_ci "mul.dynamic.highp_mat2x4_mat3x2_vertex"); 445f6603c60Sopenharmony_ci 446f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015165, 447f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 448f6603c60Sopenharmony_ci "ul.dynamic.highp_mat2x4_mat3x2_fragment"); 449f6603c60Sopenharmony_ci 450f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015166, 451f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 452f6603c60Sopenharmony_ci "mul.dynamic.highp_mat2x4_mat4x2_vertex"); 453f6603c60Sopenharmony_ci 454f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015167, 455f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 456f6603c60Sopenharmony_ci "ul.dynamic.highp_mat2x4_mat4x2_fragment"); 457f6603c60Sopenharmony_ci 458f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015168, 459f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 460f6603c60Sopenharmony_ci ".mul.dynamic.lowp_mat3x2_float_vertex"); 461f6603c60Sopenharmony_ci 462f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015169, 463f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 464f6603c60Sopenharmony_ci "mul.dynamic.lowp_mat3x2_float_fragment"); 465f6603c60Sopenharmony_ci 466f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015170, 467f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 468f6603c60Sopenharmony_ci ".mul.dynamic.lowp_mat3x2_vec3_vertex"); 469f6603c60Sopenharmony_ci 470f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015171, 471f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 472f6603c60Sopenharmony_ci "mul.dynamic.lowp_mat3x2_vec3_fragment"); 473f6603c60Sopenharmony_ci 474f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015172, 475f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 476f6603c60Sopenharmony_ci ".mul.dynamic.lowp_vec2_mat3x2_vertex"); 477f6603c60Sopenharmony_ci 478f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015173, 479f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 480f6603c60Sopenharmony_ci "mul.dynamic.lowp_vec2_mat3x2_fragment"); 481f6603c60Sopenharmony_ci 482f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015174, 483f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 484f6603c60Sopenharmony_ci "mul.dynamic.lowp_mat3x2_mat2x3_vertex"); 485f6603c60Sopenharmony_ci 486f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015175, 487f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 488f6603c60Sopenharmony_ci "ul.dynamic.lowp_mat3x2_mat2x3_fragment"); 489f6603c60Sopenharmony_ci 490f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015176, 491f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 492f6603c60Sopenharmony_ci ".mul.dynamic.lowp_mat3x2_mat3_vertex"); 493f6603c60Sopenharmony_ci 494f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015177, 495f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 496f6603c60Sopenharmony_ci "mul.dynamic.lowp_mat3x2_mat3_fragment"); 497f6603c60Sopenharmony_ci 498f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015178, 499f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 500f6603c60Sopenharmony_ci "mul.dynamic.lowp_mat3x2_mat4x3_vertex"); 501f6603c60Sopenharmony_ci 502f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015179, 503f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 504f6603c60Sopenharmony_ci "ul.dynamic.lowp_mat3x2_mat4x3_fragment"); 505f6603c60Sopenharmony_ci 506f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015180, 507f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 508f6603c60Sopenharmony_ci "ul.dynamic.mediump_mat3x2_float_vertex"); 509f6603c60Sopenharmony_ci 510f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015181, 511f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.mu", 512f6603c60Sopenharmony_ci "l.dynamic.mediump_mat3x2_float_fragment"); 513f6603c60Sopenharmony_ci 514f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015182, 515f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 516f6603c60Sopenharmony_ci "mul.dynamic.mediump_mat3x2_vec3_vertex"); 517f6603c60Sopenharmony_ci 518f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015183, 519f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 520f6603c60Sopenharmony_ci "ul.dynamic.mediump_mat3x2_vec3_fragment"); 521f6603c60Sopenharmony_ci 522f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015184, 523f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 524f6603c60Sopenharmony_ci "mul.dynamic.mediump_vec2_mat3x2_vertex"); 525f6603c60Sopenharmony_ci 526f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015185, 527f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 528f6603c60Sopenharmony_ci "ul.dynamic.mediump_vec2_mat3x2_fragment"); 529f6603c60Sopenharmony_ci 530f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015186, 531f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 532f6603c60Sopenharmony_ci "ul.dynamic.mediump_mat3x2_mat2x3_vertex"); 533f6603c60Sopenharmony_ci 534f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015187, 535f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.mu", 536f6603c60Sopenharmony_ci "l.dynamic.mediump_mat3x2_mat2x3_fragment"); 537f6603c60Sopenharmony_ci 538f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015188, 539f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 540f6603c60Sopenharmony_ci "mul.dynamic.mediump_mat3x2_mat3_vertex"); 541f6603c60Sopenharmony_ci 542f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015189, 543f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 544f6603c60Sopenharmony_ci "ul.dynamic.mediump_mat3x2_mat3_fragment"); 545f6603c60Sopenharmony_ci 546f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015190, 547f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 548f6603c60Sopenharmony_ci "ul.dynamic.mediump_mat3x2_mat4x3_vertex"); 549f6603c60Sopenharmony_ci 550f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015191, 551f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.mu", 552f6603c60Sopenharmony_ci "l.dynamic.mediump_mat3x2_mat4x3_fragment"); 553f6603c60Sopenharmony_ci 554f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015192, 555f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 556f6603c60Sopenharmony_ci "mul.dynamic.highp_mat3x2_float_vertex"); 557f6603c60Sopenharmony_ci 558f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015193, 559f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 560f6603c60Sopenharmony_ci "ul.dynamic.highp_mat3x2_float_fragment"); 561f6603c60Sopenharmony_ci 562f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015194, 563f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 564f6603c60Sopenharmony_ci ".mul.dynamic.highp_mat3x2_vec3_vertex"); 565f6603c60Sopenharmony_ci 566f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015195, 567f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 568f6603c60Sopenharmony_ci "mul.dynamic.highp_mat3x2_vec3_fragment"); 569f6603c60Sopenharmony_ci 570f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015196, 571f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 572f6603c60Sopenharmony_ci ".mul.dynamic.highp_vec2_mat3x2_vertex"); 573f6603c60Sopenharmony_ci 574f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015197, 575f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 576f6603c60Sopenharmony_ci "mul.dynamic.highp_vec2_mat3x2_fragment"); 577f6603c60Sopenharmony_ci 578f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015198, 579f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 580f6603c60Sopenharmony_ci "mul.dynamic.highp_mat3x2_mat2x3_vertex"); 581f6603c60Sopenharmony_ci 582f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015199, 583f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 584f6603c60Sopenharmony_ci "ul.dynamic.highp_mat3x2_mat2x3_fragment"); 585f6603c60Sopenharmony_ci 586f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015200, 587f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 588f6603c60Sopenharmony_ci ".mul.dynamic.highp_mat3x2_mat3_vertex"); 589f6603c60Sopenharmony_ci 590f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015201, 591f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 592f6603c60Sopenharmony_ci "mul.dynamic.highp_mat3x2_mat3_fragment"); 593f6603c60Sopenharmony_ci 594f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015202, 595f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 596f6603c60Sopenharmony_ci "mul.dynamic.highp_mat3x2_mat4x3_vertex"); 597f6603c60Sopenharmony_ci 598f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015203, 599f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 600f6603c60Sopenharmony_ci "ul.dynamic.highp_mat3x2_mat4x3_fragment"); 601f6603c60Sopenharmony_ci 602f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015204, 603f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matri", 604f6603c60Sopenharmony_ci "x.mul.dynamic.lowp_mat3_float_vertex"); 605f6603c60Sopenharmony_ci 606f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015205, 607f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 608f6603c60Sopenharmony_ci ".mul.dynamic.lowp_mat3_float_fragment"); 609f6603c60Sopenharmony_ci 610f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015206, 611f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matri", 612f6603c60Sopenharmony_ci "x.mul.dynamic.lowp_mat3_vec3_vertex"); 613f6603c60Sopenharmony_ci 614f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015207, 615f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 616f6603c60Sopenharmony_ci ".mul.dynamic.lowp_mat3_vec3_fragment"); 617f6603c60Sopenharmony_ci 618f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015208, 619f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matri", 620f6603c60Sopenharmony_ci "x.mul.dynamic.lowp_vec3_mat3_vertex"); 621f6603c60Sopenharmony_ci 622f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015209, 623f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 624f6603c60Sopenharmony_ci ".mul.dynamic.lowp_vec3_mat3_fragment"); 625f6603c60Sopenharmony_ci 626f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015210, 627f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 628f6603c60Sopenharmony_ci ".mul.dynamic.lowp_mat3_mat2x3_vertex"); 629f6603c60Sopenharmony_ci 630f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015211, 631f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 632f6603c60Sopenharmony_ci "mul.dynamic.lowp_mat3_mat2x3_fragment"); 633f6603c60Sopenharmony_ci 634f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015212, 635f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matri", 636f6603c60Sopenharmony_ci "x.mul.dynamic.lowp_mat3_mat3_vertex"); 637f6603c60Sopenharmony_ci 638f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015213, 639f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 640f6603c60Sopenharmony_ci ".mul.dynamic.lowp_mat3_mat3_fragment"); 641f6603c60Sopenharmony_ci 642f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015214, 643f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 644f6603c60Sopenharmony_ci ".mul.dynamic.lowp_mat3_mat4x3_vertex"); 645f6603c60Sopenharmony_ci 646f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015215, 647f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 648f6603c60Sopenharmony_ci "mul.dynamic.lowp_mat3_mat4x3_fragment"); 649f6603c60Sopenharmony_ci 650f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015216, 651f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 652f6603c60Sopenharmony_ci "mul.dynamic.mediump_mat3_float_vertex"); 653f6603c60Sopenharmony_ci 654f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015217, 655f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 656f6603c60Sopenharmony_ci "ul.dynamic.mediump_mat3_float_fragment"); 657f6603c60Sopenharmony_ci 658f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015218, 659f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 660f6603c60Sopenharmony_ci ".mul.dynamic.mediump_mat3_vec3_vertex"); 661f6603c60Sopenharmony_ci 662f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015219, 663f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 664f6603c60Sopenharmony_ci "mul.dynamic.mediump_mat3_vec3_fragment"); 665f6603c60Sopenharmony_ci 666f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015220, 667f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 668f6603c60Sopenharmony_ci ".mul.dynamic.mediump_vec3_mat3_vertex"); 669f6603c60Sopenharmony_ci 670f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015221, 671f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 672f6603c60Sopenharmony_ci "mul.dynamic.mediump_vec3_mat3_fragment"); 673f6603c60Sopenharmony_ci 674f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015222, 675f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 676f6603c60Sopenharmony_ci "mul.dynamic.mediump_mat3_mat2x3_vertex"); 677f6603c60Sopenharmony_ci 678f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015223, 679f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 680f6603c60Sopenharmony_ci "ul.dynamic.mediump_mat3_mat2x3_fragment"); 681f6603c60Sopenharmony_ci 682f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015224, 683f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 684f6603c60Sopenharmony_ci ".mul.dynamic.mediump_mat3_mat3_vertex"); 685f6603c60Sopenharmony_ci 686f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015225, 687f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 688f6603c60Sopenharmony_ci "mul.dynamic.mediump_mat3_mat3_fragment"); 689f6603c60Sopenharmony_ci 690f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015226, 691f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 692f6603c60Sopenharmony_ci "mul.dynamic.mediump_mat3_mat4x3_vertex"); 693f6603c60Sopenharmony_ci 694f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015227, 695f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 696f6603c60Sopenharmony_ci "ul.dynamic.mediump_mat3_mat4x3_fragment"); 697f6603c60Sopenharmony_ci 698f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015228, 699f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 700f6603c60Sopenharmony_ci ".mul.dynamic.highp_mat3_float_vertex"); 701f6603c60Sopenharmony_ci 702f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015229, 703f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 704f6603c60Sopenharmony_ci "mul.dynamic.highp_mat3_float_fragment"); 705f6603c60Sopenharmony_ci 706f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015230, 707f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matri", 708f6603c60Sopenharmony_ci "x.mul.dynamic.highp_mat3_vec3_vertex"); 709f6603c60Sopenharmony_ci 710f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015231, 711f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 712f6603c60Sopenharmony_ci ".mul.dynamic.highp_mat3_vec3_fragment"); 713f6603c60Sopenharmony_ci 714f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015232, 715f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matri", 716f6603c60Sopenharmony_ci "x.mul.dynamic.highp_vec3_mat3_vertex"); 717f6603c60Sopenharmony_ci 718f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015233, 719f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 720f6603c60Sopenharmony_ci ".mul.dynamic.highp_vec3_mat3_fragment"); 721f6603c60Sopenharmony_ci 722f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015234, 723f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 724f6603c60Sopenharmony_ci ".mul.dynamic.highp_mat3_mat2x3_vertex"); 725f6603c60Sopenharmony_ci 726f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015235, 727f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 728f6603c60Sopenharmony_ci "mul.dynamic.highp_mat3_mat2x3_fragment"); 729f6603c60Sopenharmony_ci 730f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015236, 731f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matri", 732f6603c60Sopenharmony_ci "x.mul.dynamic.highp_mat3_mat3_vertex"); 733f6603c60Sopenharmony_ci 734f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015237, 735f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 736f6603c60Sopenharmony_ci ".mul.dynamic.highp_mat3_mat3_fragment"); 737f6603c60Sopenharmony_ci 738f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015238, 739f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 740f6603c60Sopenharmony_ci ".mul.dynamic.highp_mat3_mat4x3_vertex"); 741f6603c60Sopenharmony_ci 742f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015239, 743f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 744f6603c60Sopenharmony_ci "mul.dynamic.highp_mat3_mat4x3_fragment"); 745f6603c60Sopenharmony_ci 746f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015240, 747f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 748f6603c60Sopenharmony_ci ".mul.dynamic.lowp_mat3x4_float_vertex"); 749f6603c60Sopenharmony_ci 750f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015241, 751f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 752f6603c60Sopenharmony_ci "mul.dynamic.lowp_mat3x4_float_fragment"); 753f6603c60Sopenharmony_ci 754f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015242, 755f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 756f6603c60Sopenharmony_ci ".mul.dynamic.lowp_mat3x4_vec3_vertex"); 757f6603c60Sopenharmony_ci 758f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015243, 759f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 760f6603c60Sopenharmony_ci "mul.dynamic.lowp_mat3x4_vec3_fragment"); 761f6603c60Sopenharmony_ci 762f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015244, 763f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 764f6603c60Sopenharmony_ci ".mul.dynamic.lowp_vec4_mat3x4_vertex"); 765f6603c60Sopenharmony_ci 766f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015245, 767f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 768f6603c60Sopenharmony_ci "mul.dynamic.lowp_vec4_mat3x4_fragment"); 769f6603c60Sopenharmony_ci 770f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015246, 771f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 772f6603c60Sopenharmony_ci "mul.dynamic.lowp_mat3x4_mat2x3_vertex"); 773f6603c60Sopenharmony_ci 774f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015247, 775f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 776f6603c60Sopenharmony_ci "ul.dynamic.lowp_mat3x4_mat2x3_fragment"); 777f6603c60Sopenharmony_ci 778f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015248, 779f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 780f6603c60Sopenharmony_ci ".mul.dynamic.lowp_mat3x4_mat3_vertex"); 781f6603c60Sopenharmony_ci 782f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015249, 783f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 784f6603c60Sopenharmony_ci "mul.dynamic.lowp_mat3x4_mat3_fragment"); 785f6603c60Sopenharmony_ci 786f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015250, 787f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 788f6603c60Sopenharmony_ci "mul.dynamic.lowp_mat3x4_mat4x3_vertex"); 789f6603c60Sopenharmony_ci 790f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015251, 791f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 792f6603c60Sopenharmony_ci "ul.dynamic.lowp_mat3x4_mat4x3_fragment"); 793f6603c60Sopenharmony_ci 794f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015252, 795f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 796f6603c60Sopenharmony_ci "ul.dynamic.mediump_mat3x4_float_vertex"); 797f6603c60Sopenharmony_ci 798f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015253, 799f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.mu", 800f6603c60Sopenharmony_ci "l.dynamic.mediump_mat3x4_float_fragment"); 801f6603c60Sopenharmony_ci 802f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015254, 803f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 804f6603c60Sopenharmony_ci "mul.dynamic.mediump_mat3x4_vec3_vertex"); 805f6603c60Sopenharmony_ci 806f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015255, 807f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 808f6603c60Sopenharmony_ci "ul.dynamic.mediump_mat3x4_vec3_fragment"); 809f6603c60Sopenharmony_ci 810f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015256, 811f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 812f6603c60Sopenharmony_ci "mul.dynamic.mediump_vec4_mat3x4_vertex"); 813f6603c60Sopenharmony_ci 814f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015257, 815f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 816f6603c60Sopenharmony_ci "ul.dynamic.mediump_vec4_mat3x4_fragment"); 817f6603c60Sopenharmony_ci 818f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015258, 819f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 820f6603c60Sopenharmony_ci "ul.dynamic.mediump_mat3x4_mat2x3_vertex"); 821f6603c60Sopenharmony_ci 822f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015259, 823f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.mu", 824f6603c60Sopenharmony_ci "l.dynamic.mediump_mat3x4_mat2x3_fragment"); 825f6603c60Sopenharmony_ci 826f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015260, 827f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 828f6603c60Sopenharmony_ci "mul.dynamic.mediump_mat3x4_mat3_vertex"); 829f6603c60Sopenharmony_ci 830f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015261, 831f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 832f6603c60Sopenharmony_ci "ul.dynamic.mediump_mat3x4_mat3_fragment"); 833f6603c60Sopenharmony_ci 834f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015262, 835f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 836f6603c60Sopenharmony_ci "ul.dynamic.mediump_mat3x4_mat4x3_vertex"); 837f6603c60Sopenharmony_ci 838f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015263, 839f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.mu", 840f6603c60Sopenharmony_ci "l.dynamic.mediump_mat3x4_mat4x3_fragment"); 841f6603c60Sopenharmony_ci 842f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015264, 843f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 844f6603c60Sopenharmony_ci "mul.dynamic.highp_mat3x4_float_vertex"); 845f6603c60Sopenharmony_ci 846f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015265, 847f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 848f6603c60Sopenharmony_ci "ul.dynamic.highp_mat3x4_float_fragment"); 849f6603c60Sopenharmony_ci 850f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015266, 851f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 852f6603c60Sopenharmony_ci ".mul.dynamic.highp_mat3x4_vec3_vertex"); 853f6603c60Sopenharmony_ci 854f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015267, 855f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 856f6603c60Sopenharmony_ci "mul.dynamic.highp_mat3x4_vec3_fragment"); 857f6603c60Sopenharmony_ci 858f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015268, 859f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 860f6603c60Sopenharmony_ci ".mul.dynamic.highp_vec4_mat3x4_vertex"); 861f6603c60Sopenharmony_ci 862f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015269, 863f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 864f6603c60Sopenharmony_ci "mul.dynamic.highp_vec4_mat3x4_fragment"); 865f6603c60Sopenharmony_ci 866f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015270, 867f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 868f6603c60Sopenharmony_ci "mul.dynamic.highp_mat3x4_mat2x3_vertex"); 869f6603c60Sopenharmony_ci 870f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015271, 871f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 872f6603c60Sopenharmony_ci "ul.dynamic.highp_mat3x4_mat2x3_fragment"); 873f6603c60Sopenharmony_ci 874f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015272, 875f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 876f6603c60Sopenharmony_ci ".mul.dynamic.highp_mat3x4_mat3_vertex"); 877f6603c60Sopenharmony_ci 878f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015273, 879f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 880f6603c60Sopenharmony_ci "mul.dynamic.highp_mat3x4_mat3_fragment"); 881f6603c60Sopenharmony_ci 882f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015274, 883f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 884f6603c60Sopenharmony_ci "mul.dynamic.highp_mat3x4_mat4x3_vertex"); 885f6603c60Sopenharmony_ci 886f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015275, 887f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 888f6603c60Sopenharmony_ci "ul.dynamic.highp_mat3x4_mat4x3_fragment"); 889f6603c60Sopenharmony_ci 890f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015276, 891f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 892f6603c60Sopenharmony_ci ".mul.dynamic.lowp_mat4x2_float_vertex"); 893f6603c60Sopenharmony_ci 894f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015277, 895f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 896f6603c60Sopenharmony_ci "mul.dynamic.lowp_mat4x2_float_fragment"); 897f6603c60Sopenharmony_ci 898f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015278, 899f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 900f6603c60Sopenharmony_ci ".mul.dynamic.lowp_mat4x2_vec4_vertex"); 901f6603c60Sopenharmony_ci 902f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015279, 903f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 904f6603c60Sopenharmony_ci "mul.dynamic.lowp_mat4x2_vec4_fragment"); 905f6603c60Sopenharmony_ci 906f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015280, 907f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 908f6603c60Sopenharmony_ci ".mul.dynamic.lowp_vec2_mat4x2_vertex"); 909f6603c60Sopenharmony_ci 910f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015281, 911f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 912f6603c60Sopenharmony_ci "mul.dynamic.lowp_vec2_mat4x2_fragment"); 913f6603c60Sopenharmony_ci 914f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015282, 915f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 916f6603c60Sopenharmony_ci "mul.dynamic.lowp_mat4x2_mat2x4_vertex"); 917f6603c60Sopenharmony_ci 918f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015283, 919f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 920f6603c60Sopenharmony_ci "ul.dynamic.lowp_mat4x2_mat2x4_fragment"); 921f6603c60Sopenharmony_ci 922f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015284, 923f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 924f6603c60Sopenharmony_ci "mul.dynamic.lowp_mat4x2_mat3x4_vertex"); 925f6603c60Sopenharmony_ci 926f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015285, 927f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 928f6603c60Sopenharmony_ci "ul.dynamic.lowp_mat4x2_mat3x4_fragment"); 929f6603c60Sopenharmony_ci 930f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015286, 931f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 932f6603c60Sopenharmony_ci ".mul.dynamic.lowp_mat4x2_mat4_vertex"); 933f6603c60Sopenharmony_ci 934f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015287, 935f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 936f6603c60Sopenharmony_ci "mul.dynamic.lowp_mat4x2_mat4_fragment"); 937f6603c60Sopenharmony_ci 938f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015288, 939f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 940f6603c60Sopenharmony_ci "ul.dynamic.mediump_mat4x2_float_vertex"); 941f6603c60Sopenharmony_ci 942f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015289, 943f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.mu", 944f6603c60Sopenharmony_ci "l.dynamic.mediump_mat4x2_float_fragment"); 945f6603c60Sopenharmony_ci 946f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015290, 947f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 948f6603c60Sopenharmony_ci "mul.dynamic.mediump_mat4x2_vec4_vertex"); 949f6603c60Sopenharmony_ci 950f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015291, 951f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 952f6603c60Sopenharmony_ci "ul.dynamic.mediump_mat4x2_vec4_fragment"); 953f6603c60Sopenharmony_ci 954f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015292, 955f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 956f6603c60Sopenharmony_ci "mul.dynamic.mediump_vec2_mat4x2_vertex"); 957f6603c60Sopenharmony_ci 958f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015293, 959f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 960f6603c60Sopenharmony_ci "ul.dynamic.mediump_vec2_mat4x2_fragment"); 961f6603c60Sopenharmony_ci 962f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015294, 963f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 964f6603c60Sopenharmony_ci "ul.dynamic.mediump_mat4x2_mat2x4_vertex"); 965f6603c60Sopenharmony_ci 966f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015295, 967f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.mu", 968f6603c60Sopenharmony_ci "l.dynamic.mediump_mat4x2_mat2x4_fragment"); 969f6603c60Sopenharmony_ci 970f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015296, 971f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 972f6603c60Sopenharmony_ci "ul.dynamic.mediump_mat4x2_mat3x4_vertex"); 973f6603c60Sopenharmony_ci 974f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015297, 975f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.mu", 976f6603c60Sopenharmony_ci "l.dynamic.mediump_mat4x2_mat3x4_fragment"); 977f6603c60Sopenharmony_ci 978f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015298, 979f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 980f6603c60Sopenharmony_ci "mul.dynamic.mediump_mat4x2_mat4_vertex"); 981f6603c60Sopenharmony_ci 982f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015299, 983f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 984f6603c60Sopenharmony_ci "ul.dynamic.mediump_mat4x2_mat4_fragment"); 985f6603c60Sopenharmony_ci 986f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015300, 987f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 988f6603c60Sopenharmony_ci "mul.dynamic.highp_mat4x2_float_vertex"); 989f6603c60Sopenharmony_ci 990f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015301, 991f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 992f6603c60Sopenharmony_ci "ul.dynamic.highp_mat4x2_float_fragment"); 993f6603c60Sopenharmony_ci 994f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015302, 995f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 996f6603c60Sopenharmony_ci ".mul.dynamic.highp_mat4x2_vec4_vertex"); 997f6603c60Sopenharmony_ci 998f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015303, 999f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 1000f6603c60Sopenharmony_ci "mul.dynamic.highp_mat4x2_vec4_fragment"); 1001f6603c60Sopenharmony_ci 1002f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015304, 1003f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 1004f6603c60Sopenharmony_ci ".mul.dynamic.highp_vec2_mat4x2_vertex"); 1005f6603c60Sopenharmony_ci 1006f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015305, 1007f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 1008f6603c60Sopenharmony_ci "mul.dynamic.highp_vec2_mat4x2_fragment"); 1009f6603c60Sopenharmony_ci 1010f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015306, 1011f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 1012f6603c60Sopenharmony_ci "mul.dynamic.highp_mat4x2_mat2x4_vertex"); 1013f6603c60Sopenharmony_ci 1014f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015307, 1015f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 1016f6603c60Sopenharmony_ci "ul.dynamic.highp_mat4x2_mat2x4_fragment"); 1017f6603c60Sopenharmony_ci 1018f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015308, 1019f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 1020f6603c60Sopenharmony_ci "mul.dynamic.highp_mat4x2_mat3x4_vertex"); 1021f6603c60Sopenharmony_ci 1022f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015309, 1023f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 1024f6603c60Sopenharmony_ci "ul.dynamic.highp_mat4x2_mat3x4_fragment"); 1025f6603c60Sopenharmony_ci 1026f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015310, 1027f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 1028f6603c60Sopenharmony_ci ".mul.dynamic.highp_mat4x2_mat4_vertex"); 1029f6603c60Sopenharmony_ci 1030f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015311, 1031f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 1032f6603c60Sopenharmony_ci "mul.dynamic.highp_mat4x2_mat4_fragment"); 1033f6603c60Sopenharmony_ci 1034f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015312, 1035f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 1036f6603c60Sopenharmony_ci ".mul.dynamic.lowp_mat4x3_float_vertex"); 1037f6603c60Sopenharmony_ci 1038f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015313, 1039f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 1040f6603c60Sopenharmony_ci "mul.dynamic.lowp_mat4x3_float_fragment"); 1041f6603c60Sopenharmony_ci 1042f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015314, 1043f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 1044f6603c60Sopenharmony_ci ".mul.dynamic.lowp_mat4x3_vec4_vertex"); 1045f6603c60Sopenharmony_ci 1046f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015315, 1047f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 1048f6603c60Sopenharmony_ci "mul.dynamic.lowp_mat4x3_vec4_fragment"); 1049f6603c60Sopenharmony_ci 1050f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015316, 1051f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 1052f6603c60Sopenharmony_ci ".mul.dynamic.lowp_vec3_mat4x3_vertex"); 1053f6603c60Sopenharmony_ci 1054f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015317, 1055f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 1056f6603c60Sopenharmony_ci "mul.dynamic.lowp_vec3_mat4x3_fragment"); 1057f6603c60Sopenharmony_ci 1058f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015318, 1059f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 1060f6603c60Sopenharmony_ci "mul.dynamic.lowp_mat4x3_mat2x4_vertex"); 1061f6603c60Sopenharmony_ci 1062f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015319, 1063f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 1064f6603c60Sopenharmony_ci "ul.dynamic.lowp_mat4x3_mat2x4_fragment"); 1065f6603c60Sopenharmony_ci 1066f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015320, 1067f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 1068f6603c60Sopenharmony_ci "mul.dynamic.lowp_mat4x3_mat3x4_vertex"); 1069f6603c60Sopenharmony_ci 1070f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015321, 1071f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 1072f6603c60Sopenharmony_ci "ul.dynamic.lowp_mat4x3_mat3x4_fragment"); 1073f6603c60Sopenharmony_ci 1074f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015322, 1075f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 1076f6603c60Sopenharmony_ci ".mul.dynamic.lowp_mat4x3_mat4_vertex"); 1077f6603c60Sopenharmony_ci 1078f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015323, 1079f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 1080f6603c60Sopenharmony_ci "mul.dynamic.lowp_mat4x3_mat4_fragment"); 1081f6603c60Sopenharmony_ci 1082f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015324, 1083f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 1084f6603c60Sopenharmony_ci "ul.dynamic.mediump_mat4x3_float_vertex"); 1085f6603c60Sopenharmony_ci 1086f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015325, 1087f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.mu", 1088f6603c60Sopenharmony_ci "l.dynamic.mediump_mat4x3_float_fragment"); 1089f6603c60Sopenharmony_ci 1090f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015326, 1091f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 1092f6603c60Sopenharmony_ci "mul.dynamic.mediump_mat4x3_vec4_vertex"); 1093f6603c60Sopenharmony_ci 1094f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015327, 1095f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 1096f6603c60Sopenharmony_ci "ul.dynamic.mediump_mat4x3_vec4_fragment"); 1097f6603c60Sopenharmony_ci 1098f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015328, 1099f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 1100f6603c60Sopenharmony_ci "mul.dynamic.mediump_vec3_mat4x3_vertex"); 1101f6603c60Sopenharmony_ci 1102f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015329, 1103f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 1104f6603c60Sopenharmony_ci "ul.dynamic.mediump_vec3_mat4x3_fragment"); 1105f6603c60Sopenharmony_ci 1106f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015330, 1107f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 1108f6603c60Sopenharmony_ci "ul.dynamic.mediump_mat4x3_mat2x4_vertex"); 1109f6603c60Sopenharmony_ci 1110f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015331, 1111f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.mu", 1112f6603c60Sopenharmony_ci "l.dynamic.mediump_mat4x3_mat2x4_fragment"); 1113f6603c60Sopenharmony_ci 1114f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015332, 1115f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 1116f6603c60Sopenharmony_ci "ul.dynamic.mediump_mat4x3_mat3x4_vertex"); 1117f6603c60Sopenharmony_ci 1118f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015333, 1119f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.mu", 1120f6603c60Sopenharmony_ci "l.dynamic.mediump_mat4x3_mat3x4_fragment"); 1121f6603c60Sopenharmony_ci 1122f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015334, 1123f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 1124f6603c60Sopenharmony_ci "mul.dynamic.mediump_mat4x3_mat4_vertex"); 1125f6603c60Sopenharmony_ci 1126f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015335, 1127f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 1128f6603c60Sopenharmony_ci "ul.dynamic.mediump_mat4x3_mat4_fragment"); 1129f6603c60Sopenharmony_ci 1130f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015336, 1131f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 1132f6603c60Sopenharmony_ci "mul.dynamic.highp_mat4x3_float_vertex"); 1133f6603c60Sopenharmony_ci 1134f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015337, 1135f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 1136f6603c60Sopenharmony_ci "ul.dynamic.highp_mat4x3_float_fragment"); 1137f6603c60Sopenharmony_ci 1138f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015338, 1139f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 1140f6603c60Sopenharmony_ci ".mul.dynamic.highp_mat4x3_vec4_vertex"); 1141f6603c60Sopenharmony_ci 1142f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015339, 1143f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 1144f6603c60Sopenharmony_ci "mul.dynamic.highp_mat4x3_vec4_fragment"); 1145f6603c60Sopenharmony_ci 1146f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015340, 1147f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 1148f6603c60Sopenharmony_ci ".mul.dynamic.highp_vec3_mat4x3_vertex"); 1149f6603c60Sopenharmony_ci 1150f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015341, 1151f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 1152f6603c60Sopenharmony_ci "mul.dynamic.highp_vec3_mat4x3_fragment"); 1153f6603c60Sopenharmony_ci 1154f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015342, 1155f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 1156f6603c60Sopenharmony_ci "mul.dynamic.highp_mat4x3_mat2x4_vertex"); 1157f6603c60Sopenharmony_ci 1158f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015343, 1159f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 1160f6603c60Sopenharmony_ci "ul.dynamic.highp_mat4x3_mat2x4_fragment"); 1161f6603c60Sopenharmony_ci 1162f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015344, 1163f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 1164f6603c60Sopenharmony_ci "mul.dynamic.highp_mat4x3_mat3x4_vertex"); 1165f6603c60Sopenharmony_ci 1166f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015345, 1167f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 1168f6603c60Sopenharmony_ci "ul.dynamic.highp_mat4x3_mat3x4_fragment"); 1169f6603c60Sopenharmony_ci 1170f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015346, 1171f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 1172f6603c60Sopenharmony_ci ".mul.dynamic.highp_mat4x3_mat4_vertex"); 1173f6603c60Sopenharmony_ci 1174f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015347, 1175f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 1176f6603c60Sopenharmony_ci "mul.dynamic.highp_mat4x3_mat4_fragment"); 1177f6603c60Sopenharmony_ci 1178f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015348, 1179f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matri", 1180f6603c60Sopenharmony_ci "x.mul.dynamic.lowp_mat4_float_vertex"); 1181f6603c60Sopenharmony_ci 1182f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015349, 1183f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 1184f6603c60Sopenharmony_ci ".mul.dynamic.lowp_mat4_float_fragment"); 1185f6603c60Sopenharmony_ci 1186f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015350, 1187f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matri", 1188f6603c60Sopenharmony_ci "x.mul.dynamic.lowp_mat4_vec4_vertex"); 1189f6603c60Sopenharmony_ci 1190f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015351, 1191f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 1192f6603c60Sopenharmony_ci ".mul.dynamic.lowp_mat4_vec4_fragment"); 1193f6603c60Sopenharmony_ci 1194f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015352, 1195f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matri", 1196f6603c60Sopenharmony_ci "x.mul.dynamic.lowp_vec4_mat4_vertex"); 1197f6603c60Sopenharmony_ci 1198f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015353, 1199f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 1200f6603c60Sopenharmony_ci ".mul.dynamic.lowp_vec4_mat4_fragment"); 1201f6603c60Sopenharmony_ci 1202f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015354, 1203f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 1204f6603c60Sopenharmony_ci ".mul.dynamic.lowp_mat4_mat2x4_vertex"); 1205f6603c60Sopenharmony_ci 1206f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015355, 1207f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 1208f6603c60Sopenharmony_ci "mul.dynamic.lowp_mat4_mat2x4_fragment"); 1209f6603c60Sopenharmony_ci 1210f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015356, 1211f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 1212f6603c60Sopenharmony_ci ".mul.dynamic.lowp_mat4_mat3x4_vertex"); 1213f6603c60Sopenharmony_ci 1214f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015357, 1215f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 1216f6603c60Sopenharmony_ci "mul.dynamic.lowp_mat4_mat3x4_fragment"); 1217f6603c60Sopenharmony_ci 1218f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015358, 1219f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matri", 1220f6603c60Sopenharmony_ci "x.mul.dynamic.lowp_mat4_mat4_vertex"); 1221f6603c60Sopenharmony_ci 1222f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015359, 1223f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 1224f6603c60Sopenharmony_ci ".mul.dynamic.lowp_mat4_mat4_fragment"); 1225f6603c60Sopenharmony_ci 1226f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015360, 1227f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 1228f6603c60Sopenharmony_ci "mul.dynamic.mediump_mat4_float_vertex"); 1229f6603c60Sopenharmony_ci 1230f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015361, 1231f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 1232f6603c60Sopenharmony_ci "ul.dynamic.mediump_mat4_float_fragment"); 1233f6603c60Sopenharmony_ci 1234f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015362, 1235f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 1236f6603c60Sopenharmony_ci ".mul.dynamic.mediump_mat4_vec4_vertex"); 1237f6603c60Sopenharmony_ci 1238f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015363, 1239f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 1240f6603c60Sopenharmony_ci "mul.dynamic.mediump_mat4_vec4_fragment"); 1241f6603c60Sopenharmony_ci 1242f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015364, 1243f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 1244f6603c60Sopenharmony_ci ".mul.dynamic.mediump_vec4_mat4_vertex"); 1245f6603c60Sopenharmony_ci 1246f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015365, 1247f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 1248f6603c60Sopenharmony_ci "mul.dynamic.mediump_vec4_mat4_fragment"); 1249f6603c60Sopenharmony_ci 1250f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015366, 1251f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 1252f6603c60Sopenharmony_ci "mul.dynamic.mediump_mat4_mat2x4_vertex"); 1253f6603c60Sopenharmony_ci 1254f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015367, 1255f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 1256f6603c60Sopenharmony_ci "ul.dynamic.mediump_mat4_mat2x4_fragment"); 1257f6603c60Sopenharmony_ci 1258f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015368, 1259f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 1260f6603c60Sopenharmony_ci "mul.dynamic.mediump_mat4_mat3x4_vertex"); 1261f6603c60Sopenharmony_ci 1262f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015369, 1263f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.m", 1264f6603c60Sopenharmony_ci "ul.dynamic.mediump_mat4_mat3x4_fragment"); 1265f6603c60Sopenharmony_ci 1266f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015370, 1267f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 1268f6603c60Sopenharmony_ci ".mul.dynamic.mediump_mat4_mat4_vertex"); 1269f6603c60Sopenharmony_ci 1270f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015371, 1271f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 1272f6603c60Sopenharmony_ci "mul.dynamic.mediump_mat4_mat4_fragment"); 1273f6603c60Sopenharmony_ci 1274f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015372, 1275f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 1276f6603c60Sopenharmony_ci ".mul.dynamic.highp_mat4_float_vertex"); 1277f6603c60Sopenharmony_ci 1278f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015373, 1279f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 1280f6603c60Sopenharmony_ci "mul.dynamic.highp_mat4_float_fragment"); 1281f6603c60Sopenharmony_ci 1282f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015374, 1283f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matri", 1284f6603c60Sopenharmony_ci "x.mul.dynamic.highp_mat4_vec4_vertex"); 1285f6603c60Sopenharmony_ci 1286f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015375, 1287f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 1288f6603c60Sopenharmony_ci ".mul.dynamic.highp_mat4_vec4_fragment"); 1289f6603c60Sopenharmony_ci 1290f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015376, 1291f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matri", 1292f6603c60Sopenharmony_ci "x.mul.dynamic.highp_vec4_mat4_vertex"); 1293f6603c60Sopenharmony_ci 1294f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015377, 1295f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 1296f6603c60Sopenharmony_ci ".mul.dynamic.highp_vec4_mat4_fragment"); 1297f6603c60Sopenharmony_ci 1298f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015378, 1299f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 1300f6603c60Sopenharmony_ci ".mul.dynamic.highp_mat4_mat2x4_vertex"); 1301f6603c60Sopenharmony_ci 1302f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015379, 1303f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 1304f6603c60Sopenharmony_ci "mul.dynamic.highp_mat4_mat2x4_fragment"); 1305f6603c60Sopenharmony_ci 1306f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015380, 1307f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 1308f6603c60Sopenharmony_ci ".mul.dynamic.highp_mat4_mat3x4_vertex"); 1309f6603c60Sopenharmony_ci 1310f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015381, 1311f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix.", 1312f6603c60Sopenharmony_ci "mul.dynamic.highp_mat4_mat3x4_fragment"); 1313f6603c60Sopenharmony_ci 1314f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015382, 1315f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matri", 1316f6603c60Sopenharmony_ci "x.mul.dynamic.highp_mat4_mat4_vertex"); 1317f6603c60Sopenharmony_ci 1318f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015383, 1319f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shaders.matrix", 1320f6603c60Sopenharmony_ci ".mul.dynamic.highp_mat4_mat4_fragment"); 1321