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 "../Deqpgles2BaseFunc.h" 19f6603c60Sopenharmony_ci#include "../ActsDeqpgles20008TestSuite.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(ActsDeqpgles20008TestSuite, TestCase_007097, 27f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matr", 28f6603c60Sopenharmony_ci "ix.mul.const_lowp_mat2_float_vertex"); 29f6603c60Sopenharmony_ci 30f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007098, 31f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 32f6603c60Sopenharmony_ci "x.mul.const_lowp_mat2_float_fragment"); 33f6603c60Sopenharmony_ci 34f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007099, 35f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matr", 36f6603c60Sopenharmony_ci "ix.mul.const_lowp_mat2_vec2_vertex"); 37f6603c60Sopenharmony_ci 38f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007100, 39f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 40f6603c60Sopenharmony_ci "x.mul.const_lowp_mat2_vec2_fragment"); 41f6603c60Sopenharmony_ci 42f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007101, 43f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matr", 44f6603c60Sopenharmony_ci "ix.mul.const_lowp_vec2_mat2_vertex"); 45f6603c60Sopenharmony_ci 46f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007102, 47f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 48f6603c60Sopenharmony_ci "x.mul.const_lowp_vec2_mat2_fragment"); 49f6603c60Sopenharmony_ci 50f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007103, 51f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matr", 52f6603c60Sopenharmony_ci "ix.mul.const_lowp_mat2_mat2_vertex"); 53f6603c60Sopenharmony_ci 54f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007104, 55f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 56f6603c60Sopenharmony_ci "x.mul.const_lowp_mat2_mat2_fragment"); 57f6603c60Sopenharmony_ci 58f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007105, 59f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 60f6603c60Sopenharmony_ci ".mul.const_mediump_mat2_float_vertex"); 61f6603c60Sopenharmony_ci 62f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007106, 63f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix.", 64f6603c60Sopenharmony_ci "mul.const_mediump_mat2_float_fragment"); 65f6603c60Sopenharmony_ci 66f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007107, 67f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 68f6603c60Sopenharmony_ci "x.mul.const_mediump_mat2_vec2_vertex"); 69f6603c60Sopenharmony_ci 70f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007108, 71f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 72f6603c60Sopenharmony_ci ".mul.const_mediump_mat2_vec2_fragment"); 73f6603c60Sopenharmony_ci 74f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007109, 75f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 76f6603c60Sopenharmony_ci "x.mul.const_mediump_vec2_mat2_vertex"); 77f6603c60Sopenharmony_ci 78f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007110, 79f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 80f6603c60Sopenharmony_ci ".mul.const_mediump_vec2_mat2_fragment"); 81f6603c60Sopenharmony_ci 82f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007111, 83f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 84f6603c60Sopenharmony_ci "x.mul.const_mediump_mat2_mat2_vertex"); 85f6603c60Sopenharmony_ci 86f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007112, 87f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 88f6603c60Sopenharmony_ci ".mul.const_mediump_mat2_mat2_fragment"); 89f6603c60Sopenharmony_ci 90f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007113, 91f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 92f6603c60Sopenharmony_ci "x.mul.const_highp_mat2_float_vertex"); 93f6603c60Sopenharmony_ci 94f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007114, 95f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 96f6603c60Sopenharmony_ci ".mul.const_highp_mat2_float_fragment"); 97f6603c60Sopenharmony_ci 98f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007115, 99f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matr", 100f6603c60Sopenharmony_ci "ix.mul.const_highp_mat2_vec2_vertex"); 101f6603c60Sopenharmony_ci 102f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007116, 103f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 104f6603c60Sopenharmony_ci "x.mul.const_highp_mat2_vec2_fragment"); 105f6603c60Sopenharmony_ci 106f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007117, 107f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matr", 108f6603c60Sopenharmony_ci "ix.mul.const_highp_vec2_mat2_vertex"); 109f6603c60Sopenharmony_ci 110f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007118, 111f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 112f6603c60Sopenharmony_ci "x.mul.const_highp_vec2_mat2_fragment"); 113f6603c60Sopenharmony_ci 114f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007119, 115f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matr", 116f6603c60Sopenharmony_ci "ix.mul.const_highp_mat2_mat2_vertex"); 117f6603c60Sopenharmony_ci 118f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007120, 119f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 120f6603c60Sopenharmony_ci "x.mul.const_highp_mat2_mat2_fragment"); 121f6603c60Sopenharmony_ci 122f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007121, 123f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matr", 124f6603c60Sopenharmony_ci "ix.mul.const_lowp_mat3_float_vertex"); 125f6603c60Sopenharmony_ci 126f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007122, 127f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 128f6603c60Sopenharmony_ci "x.mul.const_lowp_mat3_float_fragment"); 129f6603c60Sopenharmony_ci 130f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007123, 131f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matr", 132f6603c60Sopenharmony_ci "ix.mul.const_lowp_mat3_vec3_vertex"); 133f6603c60Sopenharmony_ci 134f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007124, 135f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 136f6603c60Sopenharmony_ci "x.mul.const_lowp_mat3_vec3_fragment"); 137f6603c60Sopenharmony_ci 138f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007125, 139f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matr", 140f6603c60Sopenharmony_ci "ix.mul.const_lowp_vec3_mat3_vertex"); 141f6603c60Sopenharmony_ci 142f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007126, 143f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 144f6603c60Sopenharmony_ci "x.mul.const_lowp_vec3_mat3_fragment"); 145f6603c60Sopenharmony_ci 146f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007127, 147f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matr", 148f6603c60Sopenharmony_ci "ix.mul.const_lowp_mat3_mat3_vertex"); 149f6603c60Sopenharmony_ci 150f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007128, 151f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 152f6603c60Sopenharmony_ci "x.mul.const_lowp_mat3_mat3_fragment"); 153f6603c60Sopenharmony_ci 154f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007129, 155f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 156f6603c60Sopenharmony_ci ".mul.const_mediump_mat3_float_vertex"); 157f6603c60Sopenharmony_ci 158f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007130, 159f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix.", 160f6603c60Sopenharmony_ci "mul.const_mediump_mat3_float_fragment"); 161f6603c60Sopenharmony_ci 162f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007131, 163f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 164f6603c60Sopenharmony_ci "x.mul.const_mediump_mat3_vec3_vertex"); 165f6603c60Sopenharmony_ci 166f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007132, 167f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 168f6603c60Sopenharmony_ci ".mul.const_mediump_mat3_vec3_fragment"); 169f6603c60Sopenharmony_ci 170f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007133, 171f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 172f6603c60Sopenharmony_ci "x.mul.const_mediump_vec3_mat3_vertex"); 173f6603c60Sopenharmony_ci 174f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007134, 175f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 176f6603c60Sopenharmony_ci ".mul.const_mediump_vec3_mat3_fragment"); 177f6603c60Sopenharmony_ci 178f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007135, 179f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 180f6603c60Sopenharmony_ci "x.mul.const_mediump_mat3_mat3_vertex"); 181f6603c60Sopenharmony_ci 182f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007136, 183f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 184f6603c60Sopenharmony_ci ".mul.const_mediump_mat3_mat3_fragment"); 185f6603c60Sopenharmony_ci 186f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007137, 187f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 188f6603c60Sopenharmony_ci "x.mul.const_highp_mat3_float_vertex"); 189f6603c60Sopenharmony_ci 190f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007138, 191f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 192f6603c60Sopenharmony_ci ".mul.const_highp_mat3_float_fragment"); 193f6603c60Sopenharmony_ci 194f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007139, 195f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matr", 196f6603c60Sopenharmony_ci "ix.mul.const_highp_mat3_vec3_vertex"); 197f6603c60Sopenharmony_ci 198f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007140, 199f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 200f6603c60Sopenharmony_ci "x.mul.const_highp_mat3_vec3_fragment"); 201f6603c60Sopenharmony_ci 202f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007141, 203f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matr", 204f6603c60Sopenharmony_ci "ix.mul.const_highp_vec3_mat3_vertex"); 205f6603c60Sopenharmony_ci 206f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007142, 207f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 208f6603c60Sopenharmony_ci "x.mul.const_highp_vec3_mat3_fragment"); 209f6603c60Sopenharmony_ci 210f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007143, 211f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matr", 212f6603c60Sopenharmony_ci "ix.mul.const_highp_mat3_mat3_vertex"); 213f6603c60Sopenharmony_ci 214f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007144, 215f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 216f6603c60Sopenharmony_ci "x.mul.const_highp_mat3_mat3_fragment"); 217f6603c60Sopenharmony_ci 218f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007145, 219f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matr", 220f6603c60Sopenharmony_ci "ix.mul.const_lowp_mat4_float_vertex"); 221f6603c60Sopenharmony_ci 222f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007146, 223f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 224f6603c60Sopenharmony_ci "x.mul.const_lowp_mat4_float_fragment"); 225f6603c60Sopenharmony_ci 226f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007147, 227f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matr", 228f6603c60Sopenharmony_ci "ix.mul.const_lowp_mat4_vec4_vertex"); 229f6603c60Sopenharmony_ci 230f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007148, 231f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 232f6603c60Sopenharmony_ci "x.mul.const_lowp_mat4_vec4_fragment"); 233f6603c60Sopenharmony_ci 234f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007149, 235f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matr", 236f6603c60Sopenharmony_ci "ix.mul.const_lowp_vec4_mat4_vertex"); 237f6603c60Sopenharmony_ci 238f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007150, 239f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 240f6603c60Sopenharmony_ci "x.mul.const_lowp_vec4_mat4_fragment"); 241f6603c60Sopenharmony_ci 242f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007151, 243f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matr", 244f6603c60Sopenharmony_ci "ix.mul.const_lowp_mat4_mat4_vertex"); 245f6603c60Sopenharmony_ci 246f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007152, 247f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 248f6603c60Sopenharmony_ci "x.mul.const_lowp_mat4_mat4_fragment"); 249f6603c60Sopenharmony_ci 250f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007153, 251f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 252f6603c60Sopenharmony_ci ".mul.const_mediump_mat4_float_vertex"); 253f6603c60Sopenharmony_ci 254f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007154, 255f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix.", 256f6603c60Sopenharmony_ci "mul.const_mediump_mat4_float_fragment"); 257f6603c60Sopenharmony_ci 258f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007155, 259f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 260f6603c60Sopenharmony_ci "x.mul.const_mediump_mat4_vec4_vertex"); 261f6603c60Sopenharmony_ci 262f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007156, 263f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 264f6603c60Sopenharmony_ci ".mul.const_mediump_mat4_vec4_fragment"); 265f6603c60Sopenharmony_ci 266f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007157, 267f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 268f6603c60Sopenharmony_ci "x.mul.const_mediump_vec4_mat4_vertex"); 269f6603c60Sopenharmony_ci 270f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007158, 271f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 272f6603c60Sopenharmony_ci ".mul.const_mediump_vec4_mat4_fragment"); 273f6603c60Sopenharmony_ci 274f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007159, 275f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 276f6603c60Sopenharmony_ci "x.mul.const_mediump_mat4_mat4_vertex"); 277f6603c60Sopenharmony_ci 278f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007160, 279f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 280f6603c60Sopenharmony_ci ".mul.const_mediump_mat4_mat4_fragment"); 281f6603c60Sopenharmony_ci 282f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007161, 283f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 284f6603c60Sopenharmony_ci "x.mul.const_highp_mat4_float_vertex"); 285f6603c60Sopenharmony_ci 286f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007162, 287f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 288f6603c60Sopenharmony_ci ".mul.const_highp_mat4_float_fragment"); 289f6603c60Sopenharmony_ci 290f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007163, 291f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matr", 292f6603c60Sopenharmony_ci "ix.mul.const_highp_mat4_vec4_vertex"); 293f6603c60Sopenharmony_ci 294f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007164, 295f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 296f6603c60Sopenharmony_ci "x.mul.const_highp_mat4_vec4_fragment"); 297f6603c60Sopenharmony_ci 298f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007165, 299f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matr", 300f6603c60Sopenharmony_ci "ix.mul.const_highp_vec4_mat4_vertex"); 301f6603c60Sopenharmony_ci 302f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007166, 303f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 304f6603c60Sopenharmony_ci "x.mul.const_highp_vec4_mat4_fragment"); 305f6603c60Sopenharmony_ci 306f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007167, 307f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matr", 308f6603c60Sopenharmony_ci "ix.mul.const_highp_mat4_mat4_vertex"); 309f6603c60Sopenharmony_ci 310f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007168, 311f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 312f6603c60Sopenharmony_ci "x.mul.const_highp_mat4_mat4_fragment"); 313f6603c60Sopenharmony_ci 314f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007169, 315f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 316f6603c60Sopenharmony_ci "x.mul.uniform_lowp_mat2_float_vertex"); 317f6603c60Sopenharmony_ci 318f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007170, 319f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 320f6603c60Sopenharmony_ci ".mul.uniform_lowp_mat2_float_fragment"); 321f6603c60Sopenharmony_ci 322f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007171, 323f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 324f6603c60Sopenharmony_ci "x.mul.uniform_lowp_mat2_vec2_vertex"); 325f6603c60Sopenharmony_ci 326f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007172, 327f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 328f6603c60Sopenharmony_ci ".mul.uniform_lowp_mat2_vec2_fragment"); 329f6603c60Sopenharmony_ci 330f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007173, 331f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 332f6603c60Sopenharmony_ci "x.mul.uniform_lowp_vec2_mat2_vertex"); 333f6603c60Sopenharmony_ci 334f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007174, 335f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 336f6603c60Sopenharmony_ci ".mul.uniform_lowp_vec2_mat2_fragment"); 337f6603c60Sopenharmony_ci 338f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007175, 339f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 340f6603c60Sopenharmony_ci "x.mul.uniform_lowp_mat2_mat2_vertex"); 341f6603c60Sopenharmony_ci 342f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007176, 343f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 344f6603c60Sopenharmony_ci ".mul.uniform_lowp_mat2_mat2_fragment"); 345f6603c60Sopenharmony_ci 346f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007177, 347f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix.", 348f6603c60Sopenharmony_ci "mul.uniform_mediump_mat2_float_vertex"); 349f6603c60Sopenharmony_ci 350f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007178, 351f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix.m", 352f6603c60Sopenharmony_ci "ul.uniform_mediump_mat2_float_fragment"); 353f6603c60Sopenharmony_ci 354f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007179, 355f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 356f6603c60Sopenharmony_ci ".mul.uniform_mediump_mat2_vec2_vertex"); 357f6603c60Sopenharmony_ci 358f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007180, 359f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix.", 360f6603c60Sopenharmony_ci "mul.uniform_mediump_mat2_vec2_fragment"); 361f6603c60Sopenharmony_ci 362f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007181, 363f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 364f6603c60Sopenharmony_ci ".mul.uniform_mediump_vec2_mat2_vertex"); 365f6603c60Sopenharmony_ci 366f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007182, 367f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix.", 368f6603c60Sopenharmony_ci "mul.uniform_mediump_vec2_mat2_fragment"); 369f6603c60Sopenharmony_ci 370f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007183, 371f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 372f6603c60Sopenharmony_ci ".mul.uniform_mediump_mat2_mat2_vertex"); 373f6603c60Sopenharmony_ci 374f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007184, 375f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix.", 376f6603c60Sopenharmony_ci "mul.uniform_mediump_mat2_mat2_fragment"); 377f6603c60Sopenharmony_ci 378f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007185, 379f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 380f6603c60Sopenharmony_ci ".mul.uniform_highp_mat2_float_vertex"); 381f6603c60Sopenharmony_ci 382f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007186, 383f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix.", 384f6603c60Sopenharmony_ci "mul.uniform_highp_mat2_float_fragment"); 385f6603c60Sopenharmony_ci 386f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007187, 387f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 388f6603c60Sopenharmony_ci "x.mul.uniform_highp_mat2_vec2_vertex"); 389f6603c60Sopenharmony_ci 390f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007188, 391f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 392f6603c60Sopenharmony_ci ".mul.uniform_highp_mat2_vec2_fragment"); 393f6603c60Sopenharmony_ci 394f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007189, 395f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 396f6603c60Sopenharmony_ci "x.mul.uniform_highp_vec2_mat2_vertex"); 397f6603c60Sopenharmony_ci 398f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007190, 399f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 400f6603c60Sopenharmony_ci ".mul.uniform_highp_vec2_mat2_fragment"); 401f6603c60Sopenharmony_ci 402f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007191, 403f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 404f6603c60Sopenharmony_ci "x.mul.uniform_highp_mat2_mat2_vertex"); 405f6603c60Sopenharmony_ci 406f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007192, 407f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 408f6603c60Sopenharmony_ci ".mul.uniform_highp_mat2_mat2_fragment"); 409f6603c60Sopenharmony_ci 410f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007193, 411f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 412f6603c60Sopenharmony_ci "x.mul.uniform_lowp_mat3_float_vertex"); 413f6603c60Sopenharmony_ci 414f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007194, 415f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 416f6603c60Sopenharmony_ci ".mul.uniform_lowp_mat3_float_fragment"); 417f6603c60Sopenharmony_ci 418f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007195, 419f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 420f6603c60Sopenharmony_ci "x.mul.uniform_lowp_mat3_vec3_vertex"); 421f6603c60Sopenharmony_ci 422f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007196, 423f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 424f6603c60Sopenharmony_ci ".mul.uniform_lowp_mat3_vec3_fragment"); 425f6603c60Sopenharmony_ci 426f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007197, 427f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 428f6603c60Sopenharmony_ci "x.mul.uniform_lowp_vec3_mat3_vertex"); 429f6603c60Sopenharmony_ci 430f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007198, 431f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 432f6603c60Sopenharmony_ci ".mul.uniform_lowp_vec3_mat3_fragment"); 433f6603c60Sopenharmony_ci 434f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007199, 435f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 436f6603c60Sopenharmony_ci "x.mul.uniform_lowp_mat3_mat3_vertex"); 437f6603c60Sopenharmony_ci 438f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007200, 439f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 440f6603c60Sopenharmony_ci ".mul.uniform_lowp_mat3_mat3_fragment"); 441f6603c60Sopenharmony_ci 442f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007201, 443f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix.", 444f6603c60Sopenharmony_ci "mul.uniform_mediump_mat3_float_vertex"); 445f6603c60Sopenharmony_ci 446f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007202, 447f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix.m", 448f6603c60Sopenharmony_ci "ul.uniform_mediump_mat3_float_fragment"); 449f6603c60Sopenharmony_ci 450f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007203, 451f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 452f6603c60Sopenharmony_ci ".mul.uniform_mediump_mat3_vec3_vertex"); 453f6603c60Sopenharmony_ci 454f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007204, 455f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix.", 456f6603c60Sopenharmony_ci "mul.uniform_mediump_mat3_vec3_fragment"); 457f6603c60Sopenharmony_ci 458f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007205, 459f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 460f6603c60Sopenharmony_ci ".mul.uniform_mediump_vec3_mat3_vertex"); 461f6603c60Sopenharmony_ci 462f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007206, 463f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix.", 464f6603c60Sopenharmony_ci "mul.uniform_mediump_vec3_mat3_fragment"); 465f6603c60Sopenharmony_ci 466f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007207, 467f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 468f6603c60Sopenharmony_ci ".mul.uniform_mediump_mat3_mat3_vertex"); 469f6603c60Sopenharmony_ci 470f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007208, 471f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix.", 472f6603c60Sopenharmony_ci "mul.uniform_mediump_mat3_mat3_fragment"); 473f6603c60Sopenharmony_ci 474f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007209, 475f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 476f6603c60Sopenharmony_ci ".mul.uniform_highp_mat3_float_vertex"); 477f6603c60Sopenharmony_ci 478f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007210, 479f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix.", 480f6603c60Sopenharmony_ci "mul.uniform_highp_mat3_float_fragment"); 481f6603c60Sopenharmony_ci 482f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007211, 483f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 484f6603c60Sopenharmony_ci "x.mul.uniform_highp_mat3_vec3_vertex"); 485f6603c60Sopenharmony_ci 486f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007212, 487f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 488f6603c60Sopenharmony_ci ".mul.uniform_highp_mat3_vec3_fragment"); 489f6603c60Sopenharmony_ci 490f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007213, 491f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 492f6603c60Sopenharmony_ci "x.mul.uniform_highp_vec3_mat3_vertex"); 493f6603c60Sopenharmony_ci 494f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007214, 495f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 496f6603c60Sopenharmony_ci ".mul.uniform_highp_vec3_mat3_fragment"); 497f6603c60Sopenharmony_ci 498f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007215, 499f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 500f6603c60Sopenharmony_ci "x.mul.uniform_highp_mat3_mat3_vertex"); 501f6603c60Sopenharmony_ci 502f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007216, 503f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 504f6603c60Sopenharmony_ci ".mul.uniform_highp_mat3_mat3_fragment"); 505f6603c60Sopenharmony_ci 506f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007217, 507f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 508f6603c60Sopenharmony_ci "x.mul.uniform_lowp_mat4_float_vertex"); 509f6603c60Sopenharmony_ci 510f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007218, 511f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 512f6603c60Sopenharmony_ci ".mul.uniform_lowp_mat4_float_fragment"); 513f6603c60Sopenharmony_ci 514f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007219, 515f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 516f6603c60Sopenharmony_ci "x.mul.uniform_lowp_mat4_vec4_vertex"); 517f6603c60Sopenharmony_ci 518f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007220, 519f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 520f6603c60Sopenharmony_ci ".mul.uniform_lowp_mat4_vec4_fragment"); 521f6603c60Sopenharmony_ci 522f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007221, 523f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 524f6603c60Sopenharmony_ci "x.mul.uniform_lowp_vec4_mat4_vertex"); 525f6603c60Sopenharmony_ci 526f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007222, 527f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 528f6603c60Sopenharmony_ci ".mul.uniform_lowp_vec4_mat4_fragment"); 529f6603c60Sopenharmony_ci 530f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007223, 531f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 532f6603c60Sopenharmony_ci "x.mul.uniform_lowp_mat4_mat4_vertex"); 533f6603c60Sopenharmony_ci 534f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007224, 535f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 536f6603c60Sopenharmony_ci ".mul.uniform_lowp_mat4_mat4_fragment"); 537f6603c60Sopenharmony_ci 538f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007225, 539f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix.", 540f6603c60Sopenharmony_ci "mul.uniform_mediump_mat4_float_vertex"); 541f6603c60Sopenharmony_ci 542f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007226, 543f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix.m", 544f6603c60Sopenharmony_ci "ul.uniform_mediump_mat4_float_fragment"); 545f6603c60Sopenharmony_ci 546f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007227, 547f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 548f6603c60Sopenharmony_ci ".mul.uniform_mediump_mat4_vec4_vertex"); 549f6603c60Sopenharmony_ci 550f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007228, 551f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix.", 552f6603c60Sopenharmony_ci "mul.uniform_mediump_mat4_vec4_fragment"); 553f6603c60Sopenharmony_ci 554f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007229, 555f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 556f6603c60Sopenharmony_ci ".mul.uniform_mediump_vec4_mat4_vertex"); 557f6603c60Sopenharmony_ci 558f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007230, 559f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix.", 560f6603c60Sopenharmony_ci "mul.uniform_mediump_vec4_mat4_fragment"); 561f6603c60Sopenharmony_ci 562f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007231, 563f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 564f6603c60Sopenharmony_ci ".mul.uniform_mediump_mat4_mat4_vertex"); 565f6603c60Sopenharmony_ci 566f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007232, 567f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix.", 568f6603c60Sopenharmony_ci "mul.uniform_mediump_mat4_mat4_fragment"); 569f6603c60Sopenharmony_ci 570f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007233, 571f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 572f6603c60Sopenharmony_ci ".mul.uniform_highp_mat4_float_vertex"); 573f6603c60Sopenharmony_ci 574f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007234, 575f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix.", 576f6603c60Sopenharmony_ci "mul.uniform_highp_mat4_float_fragment"); 577f6603c60Sopenharmony_ci 578f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007235, 579f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 580f6603c60Sopenharmony_ci "x.mul.uniform_highp_mat4_vec4_vertex"); 581f6603c60Sopenharmony_ci 582f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007236, 583f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 584f6603c60Sopenharmony_ci ".mul.uniform_highp_mat4_vec4_fragment"); 585f6603c60Sopenharmony_ci 586f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007237, 587f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 588f6603c60Sopenharmony_ci "x.mul.uniform_highp_vec4_mat4_vertex"); 589f6603c60Sopenharmony_ci 590f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007238, 591f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 592f6603c60Sopenharmony_ci ".mul.uniform_highp_vec4_mat4_fragment"); 593f6603c60Sopenharmony_ci 594f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007239, 595f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 596f6603c60Sopenharmony_ci "x.mul.uniform_highp_mat4_mat4_vertex"); 597f6603c60Sopenharmony_ci 598f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007240, 599f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 600f6603c60Sopenharmony_ci ".mul.uniform_highp_mat4_mat4_fragment"); 601f6603c60Sopenharmony_ci 602f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007241, 603f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 604f6603c60Sopenharmony_ci "x.mul.dynamic_lowp_mat2_float_vertex"); 605f6603c60Sopenharmony_ci 606f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007242, 607f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 608f6603c60Sopenharmony_ci ".mul.dynamic_lowp_mat2_float_fragment"); 609f6603c60Sopenharmony_ci 610f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007243, 611f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 612f6603c60Sopenharmony_ci "x.mul.dynamic_lowp_mat2_vec2_vertex"); 613f6603c60Sopenharmony_ci 614f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007244, 615f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 616f6603c60Sopenharmony_ci ".mul.dynamic_lowp_mat2_vec2_fragment"); 617f6603c60Sopenharmony_ci 618f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007245, 619f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 620f6603c60Sopenharmony_ci "x.mul.dynamic_lowp_vec2_mat2_vertex"); 621f6603c60Sopenharmony_ci 622f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007246, 623f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 624f6603c60Sopenharmony_ci ".mul.dynamic_lowp_vec2_mat2_fragment"); 625f6603c60Sopenharmony_ci 626f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007247, 627f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 628f6603c60Sopenharmony_ci "x.mul.dynamic_lowp_mat2_mat2_vertex"); 629f6603c60Sopenharmony_ci 630f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007248, 631f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 632f6603c60Sopenharmony_ci ".mul.dynamic_lowp_mat2_mat2_fragment"); 633f6603c60Sopenharmony_ci 634f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007249, 635f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix.", 636f6603c60Sopenharmony_ci "mul.dynamic_mediump_mat2_float_vertex"); 637f6603c60Sopenharmony_ci 638f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007250, 639f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix.m", 640f6603c60Sopenharmony_ci "ul.dynamic_mediump_mat2_float_fragment"); 641f6603c60Sopenharmony_ci 642f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007251, 643f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 644f6603c60Sopenharmony_ci ".mul.dynamic_mediump_mat2_vec2_vertex"); 645f6603c60Sopenharmony_ci 646f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007252, 647f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix.", 648f6603c60Sopenharmony_ci "mul.dynamic_mediump_mat2_vec2_fragment"); 649f6603c60Sopenharmony_ci 650f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007253, 651f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 652f6603c60Sopenharmony_ci ".mul.dynamic_mediump_vec2_mat2_vertex"); 653f6603c60Sopenharmony_ci 654f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007254, 655f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix.", 656f6603c60Sopenharmony_ci "mul.dynamic_mediump_vec2_mat2_fragment"); 657f6603c60Sopenharmony_ci 658f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007255, 659f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 660f6603c60Sopenharmony_ci ".mul.dynamic_mediump_mat2_mat2_vertex"); 661f6603c60Sopenharmony_ci 662f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007256, 663f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix.", 664f6603c60Sopenharmony_ci "mul.dynamic_mediump_mat2_mat2_fragment"); 665f6603c60Sopenharmony_ci 666f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007257, 667f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 668f6603c60Sopenharmony_ci ".mul.dynamic_highp_mat2_float_vertex"); 669f6603c60Sopenharmony_ci 670f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007258, 671f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix.", 672f6603c60Sopenharmony_ci "mul.dynamic_highp_mat2_float_fragment"); 673f6603c60Sopenharmony_ci 674f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007259, 675f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 676f6603c60Sopenharmony_ci "x.mul.dynamic_highp_mat2_vec2_vertex"); 677f6603c60Sopenharmony_ci 678f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007260, 679f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 680f6603c60Sopenharmony_ci ".mul.dynamic_highp_mat2_vec2_fragment"); 681f6603c60Sopenharmony_ci 682f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007261, 683f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 684f6603c60Sopenharmony_ci "x.mul.dynamic_highp_vec2_mat2_vertex"); 685f6603c60Sopenharmony_ci 686f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007262, 687f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 688f6603c60Sopenharmony_ci ".mul.dynamic_highp_vec2_mat2_fragment"); 689f6603c60Sopenharmony_ci 690f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007263, 691f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 692f6603c60Sopenharmony_ci "x.mul.dynamic_highp_mat2_mat2_vertex"); 693f6603c60Sopenharmony_ci 694f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007264, 695f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 696f6603c60Sopenharmony_ci ".mul.dynamic_highp_mat2_mat2_fragment"); 697f6603c60Sopenharmony_ci 698f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007265, 699f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 700f6603c60Sopenharmony_ci "x.mul.dynamic_lowp_mat3_float_vertex"); 701f6603c60Sopenharmony_ci 702f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007266, 703f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 704f6603c60Sopenharmony_ci ".mul.dynamic_lowp_mat3_float_fragment"); 705f6603c60Sopenharmony_ci 706f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007267, 707f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 708f6603c60Sopenharmony_ci "x.mul.dynamic_lowp_mat3_vec3_vertex"); 709f6603c60Sopenharmony_ci 710f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007268, 711f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 712f6603c60Sopenharmony_ci ".mul.dynamic_lowp_mat3_vec3_fragment"); 713f6603c60Sopenharmony_ci 714f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007269, 715f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 716f6603c60Sopenharmony_ci "x.mul.dynamic_lowp_vec3_mat3_vertex"); 717f6603c60Sopenharmony_ci 718f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007270, 719f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 720f6603c60Sopenharmony_ci ".mul.dynamic_lowp_vec3_mat3_fragment"); 721f6603c60Sopenharmony_ci 722f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007271, 723f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 724f6603c60Sopenharmony_ci "x.mul.dynamic_lowp_mat3_mat3_vertex"); 725f6603c60Sopenharmony_ci 726f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007272, 727f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 728f6603c60Sopenharmony_ci ".mul.dynamic_lowp_mat3_mat3_fragment"); 729f6603c60Sopenharmony_ci 730f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007273, 731f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix.", 732f6603c60Sopenharmony_ci "mul.dynamic_mediump_mat3_float_vertex"); 733f6603c60Sopenharmony_ci 734f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007274, 735f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix.m", 736f6603c60Sopenharmony_ci "ul.dynamic_mediump_mat3_float_fragment"); 737f6603c60Sopenharmony_ci 738f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007275, 739f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 740f6603c60Sopenharmony_ci ".mul.dynamic_mediump_mat3_vec3_vertex"); 741f6603c60Sopenharmony_ci 742f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007276, 743f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix.", 744f6603c60Sopenharmony_ci "mul.dynamic_mediump_mat3_vec3_fragment"); 745f6603c60Sopenharmony_ci 746f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007277, 747f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 748f6603c60Sopenharmony_ci ".mul.dynamic_mediump_vec3_mat3_vertex"); 749f6603c60Sopenharmony_ci 750f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007278, 751f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix.", 752f6603c60Sopenharmony_ci "mul.dynamic_mediump_vec3_mat3_fragment"); 753f6603c60Sopenharmony_ci 754f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007279, 755f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 756f6603c60Sopenharmony_ci ".mul.dynamic_mediump_mat3_mat3_vertex"); 757f6603c60Sopenharmony_ci 758f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007280, 759f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix.", 760f6603c60Sopenharmony_ci "mul.dynamic_mediump_mat3_mat3_fragment"); 761f6603c60Sopenharmony_ci 762f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007281, 763f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 764f6603c60Sopenharmony_ci ".mul.dynamic_highp_mat3_float_vertex"); 765f6603c60Sopenharmony_ci 766f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007282, 767f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix.", 768f6603c60Sopenharmony_ci "mul.dynamic_highp_mat3_float_fragment"); 769f6603c60Sopenharmony_ci 770f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007283, 771f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 772f6603c60Sopenharmony_ci "x.mul.dynamic_highp_mat3_vec3_vertex"); 773f6603c60Sopenharmony_ci 774f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007284, 775f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 776f6603c60Sopenharmony_ci ".mul.dynamic_highp_mat3_vec3_fragment"); 777f6603c60Sopenharmony_ci 778f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007285, 779f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 780f6603c60Sopenharmony_ci "x.mul.dynamic_highp_vec3_mat3_vertex"); 781f6603c60Sopenharmony_ci 782f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007286, 783f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 784f6603c60Sopenharmony_ci ".mul.dynamic_highp_vec3_mat3_fragment"); 785f6603c60Sopenharmony_ci 786f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007287, 787f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 788f6603c60Sopenharmony_ci "x.mul.dynamic_highp_mat3_mat3_vertex"); 789f6603c60Sopenharmony_ci 790f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007288, 791f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 792f6603c60Sopenharmony_ci ".mul.dynamic_highp_mat3_mat3_fragment"); 793f6603c60Sopenharmony_ci 794f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007289, 795f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 796f6603c60Sopenharmony_ci "x.mul.dynamic_lowp_mat4_float_vertex"); 797f6603c60Sopenharmony_ci 798f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007290, 799f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 800f6603c60Sopenharmony_ci ".mul.dynamic_lowp_mat4_float_fragment"); 801f6603c60Sopenharmony_ci 802f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007291, 803f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 804f6603c60Sopenharmony_ci "x.mul.dynamic_lowp_mat4_vec4_vertex"); 805f6603c60Sopenharmony_ci 806f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007292, 807f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 808f6603c60Sopenharmony_ci ".mul.dynamic_lowp_mat4_vec4_fragment"); 809f6603c60Sopenharmony_ci 810f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007293, 811f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 812f6603c60Sopenharmony_ci "x.mul.dynamic_lowp_vec4_mat4_vertex"); 813f6603c60Sopenharmony_ci 814f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007294, 815f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 816f6603c60Sopenharmony_ci ".mul.dynamic_lowp_vec4_mat4_fragment"); 817f6603c60Sopenharmony_ci 818f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007295, 819f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 820f6603c60Sopenharmony_ci "x.mul.dynamic_lowp_mat4_mat4_vertex"); 821f6603c60Sopenharmony_ci 822f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007296, 823f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 824f6603c60Sopenharmony_ci ".mul.dynamic_lowp_mat4_mat4_fragment"); 825f6603c60Sopenharmony_ci 826f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007297, 827f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix.", 828f6603c60Sopenharmony_ci "mul.dynamic_mediump_mat4_float_vertex"); 829f6603c60Sopenharmony_ci 830f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007298, 831f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix.m", 832f6603c60Sopenharmony_ci "ul.dynamic_mediump_mat4_float_fragment"); 833f6603c60Sopenharmony_ci 834f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007299, 835f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 836f6603c60Sopenharmony_ci ".mul.dynamic_mediump_mat4_vec4_vertex"); 837f6603c60Sopenharmony_ci 838f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007300, 839f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix.", 840f6603c60Sopenharmony_ci "mul.dynamic_mediump_mat4_vec4_fragment"); 841f6603c60Sopenharmony_ci 842f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007301, 843f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 844f6603c60Sopenharmony_ci ".mul.dynamic_mediump_vec4_mat4_vertex"); 845f6603c60Sopenharmony_ci 846f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007302, 847f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix.", 848f6603c60Sopenharmony_ci "mul.dynamic_mediump_vec4_mat4_fragment"); 849f6603c60Sopenharmony_ci 850f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007303, 851f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 852f6603c60Sopenharmony_ci ".mul.dynamic_mediump_mat4_mat4_vertex"); 853f6603c60Sopenharmony_ci 854f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007304, 855f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix.", 856f6603c60Sopenharmony_ci "mul.dynamic_mediump_mat4_mat4_fragment"); 857f6603c60Sopenharmony_ci 858f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007305, 859f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 860f6603c60Sopenharmony_ci ".mul.dynamic_highp_mat4_float_vertex"); 861f6603c60Sopenharmony_ci 862f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007306, 863f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix.", 864f6603c60Sopenharmony_ci "mul.dynamic_highp_mat4_float_fragment"); 865f6603c60Sopenharmony_ci 866f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007307, 867f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 868f6603c60Sopenharmony_ci "x.mul.dynamic_highp_mat4_vec4_vertex"); 869f6603c60Sopenharmony_ci 870f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007308, 871f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 872f6603c60Sopenharmony_ci ".mul.dynamic_highp_mat4_vec4_fragment"); 873f6603c60Sopenharmony_ci 874f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007309, 875f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 876f6603c60Sopenharmony_ci "x.mul.dynamic_highp_vec4_mat4_vertex"); 877f6603c60Sopenharmony_ci 878f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007310, 879f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 880f6603c60Sopenharmony_ci ".mul.dynamic_highp_vec4_mat4_fragment"); 881f6603c60Sopenharmony_ci 882f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007311, 883f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matri", 884f6603c60Sopenharmony_ci "x.mul.dynamic_highp_mat4_mat4_vertex"); 885f6603c60Sopenharmony_ci 886f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20008TestSuite, TestCase_007312, 887f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.matrix", 888f6603c60Sopenharmony_ci ".mul.dynamic_highp_mat4_mat4_fragment"); 889