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 "../Deqpgles31BaseFunc.h" 19f6603c60Sopenharmony_ci#include "../ActsDeqpgles310002TestSuite.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(ActsDeqpgles310002TestSuite, TestCase_001953, 27f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_f", 28f6603c60Sopenharmony_ci "unctions.integer.findmsb.int_lowp_vertex"); 29f6603c60Sopenharmony_ci 30f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001954, 31f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fu", 32f6603c60Sopenharmony_ci "nctions.integer.findmsb.int_lowp_fragment"); 33f6603c60Sopenharmony_ci 34f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001955, 35f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fu", 36f6603c60Sopenharmony_ci "nctions.integer.findmsb.int_lowp_geometry"); 37f6603c60Sopenharmony_ci 38f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001956, 39f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_func", 40f6603c60Sopenharmony_ci "tions.integer.findmsb.int_lowp_tess_control"); 41f6603c60Sopenharmony_ci 42f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001957, 43f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fu", 44f6603c60Sopenharmony_ci "nctions.integer.findmsb.int_lowp_tess_eval"); 45f6603c60Sopenharmony_ci 46f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001958, 47f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_f", 48f6603c60Sopenharmony_ci "unctions.integer.findmsb.int_lowp_compute"); 49f6603c60Sopenharmony_ci 50f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001959, 51f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fu", 52f6603c60Sopenharmony_ci "nctions.integer.findmsb.int_mediump_vertex"); 53f6603c60Sopenharmony_ci 54f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001960, 55f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 56f6603c60Sopenharmony_ci "ctions.integer.findmsb.int_mediump_fragment"); 57f6603c60Sopenharmony_ci 58f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001961, 59f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 60f6603c60Sopenharmony_ci "ctions.integer.findmsb.int_mediump_geometry"); 61f6603c60Sopenharmony_ci 62f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001962, 63f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_funct", 64f6603c60Sopenharmony_ci "ions.integer.findmsb.int_mediump_tess_control"); 65f6603c60Sopenharmony_ci 66f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001963, 67f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_func", 68f6603c60Sopenharmony_ci "tions.integer.findmsb.int_mediump_tess_eval"); 69f6603c60Sopenharmony_ci 70f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001964, 71f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 72f6603c60Sopenharmony_ci "ctions.integer.findmsb.int_mediump_compute"); 73f6603c60Sopenharmony_ci 74f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001965, 75f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_f", 76f6603c60Sopenharmony_ci "unctions.integer.findmsb.int_highp_vertex"); 77f6603c60Sopenharmony_ci 78f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001966, 79f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fu", 80f6603c60Sopenharmony_ci "nctions.integer.findmsb.int_highp_fragment"); 81f6603c60Sopenharmony_ci 82f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001967, 83f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fu", 84f6603c60Sopenharmony_ci "nctions.integer.findmsb.int_highp_geometry"); 85f6603c60Sopenharmony_ci 86f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001968, 87f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_func", 88f6603c60Sopenharmony_ci "tions.integer.findmsb.int_highp_tess_control"); 89f6603c60Sopenharmony_ci 90f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001969, 91f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 92f6603c60Sopenharmony_ci "ctions.integer.findmsb.int_highp_tess_eval"); 93f6603c60Sopenharmony_ci 94f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001970, 95f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fu", 96f6603c60Sopenharmony_ci "nctions.integer.findmsb.int_highp_compute"); 97f6603c60Sopenharmony_ci 98f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001971, 99f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fu", 100f6603c60Sopenharmony_ci "nctions.integer.findmsb.ivec2_lowp_vertex"); 101f6603c60Sopenharmony_ci 102f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001972, 103f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 104f6603c60Sopenharmony_ci "ctions.integer.findmsb.ivec2_lowp_fragment"); 105f6603c60Sopenharmony_ci 106f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001973, 107f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 108f6603c60Sopenharmony_ci "ctions.integer.findmsb.ivec2_lowp_geometry"); 109f6603c60Sopenharmony_ci 110f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001974, 111f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_funct", 112f6603c60Sopenharmony_ci "ions.integer.findmsb.ivec2_lowp_tess_control"); 113f6603c60Sopenharmony_ci 114f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001975, 115f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 116f6603c60Sopenharmony_ci "ctions.integer.findmsb.ivec2_lowp_tess_eval"); 117f6603c60Sopenharmony_ci 118f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001976, 119f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fu", 120f6603c60Sopenharmony_ci "nctions.integer.findmsb.ivec2_lowp_compute"); 121f6603c60Sopenharmony_ci 122f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001977, 123f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 124f6603c60Sopenharmony_ci "ctions.integer.findmsb.ivec2_mediump_vertex"); 125f6603c60Sopenharmony_ci 126f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001978, 127f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_func", 128f6603c60Sopenharmony_ci "tions.integer.findmsb.ivec2_mediump_fragment"); 129f6603c60Sopenharmony_ci 130f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001979, 131f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_func", 132f6603c60Sopenharmony_ci "tions.integer.findmsb.ivec2_mediump_geometry"); 133f6603c60Sopenharmony_ci 134f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001980, 135f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_functi", 136f6603c60Sopenharmony_ci "ons.integer.findmsb.ivec2_mediump_tess_control"); 137f6603c60Sopenharmony_ci 138f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001981, 139f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_funct", 140f6603c60Sopenharmony_ci "ions.integer.findmsb.ivec2_mediump_tess_eval"); 141f6603c60Sopenharmony_ci 142f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001982, 143f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_func", 144f6603c60Sopenharmony_ci "tions.integer.findmsb.ivec2_mediump_compute"); 145f6603c60Sopenharmony_ci 146f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001983, 147f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fu", 148f6603c60Sopenharmony_ci "nctions.integer.findmsb.ivec2_highp_vertex"); 149f6603c60Sopenharmony_ci 150f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001984, 151f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 152f6603c60Sopenharmony_ci "ctions.integer.findmsb.ivec2_highp_fragment"); 153f6603c60Sopenharmony_ci 154f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001985, 155f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 156f6603c60Sopenharmony_ci "ctions.integer.findmsb.ivec2_highp_geometry"); 157f6603c60Sopenharmony_ci 158f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001986, 159f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_funct", 160f6603c60Sopenharmony_ci "ions.integer.findmsb.ivec2_highp_tess_control"); 161f6603c60Sopenharmony_ci 162f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001987, 163f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_func", 164f6603c60Sopenharmony_ci "tions.integer.findmsb.ivec2_highp_tess_eval"); 165f6603c60Sopenharmony_ci 166f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001988, 167f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 168f6603c60Sopenharmony_ci "ctions.integer.findmsb.ivec2_highp_compute"); 169f6603c60Sopenharmony_ci 170f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001989, 171f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fu", 172f6603c60Sopenharmony_ci "nctions.integer.findmsb.ivec3_lowp_vertex"); 173f6603c60Sopenharmony_ci 174f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001990, 175f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 176f6603c60Sopenharmony_ci "ctions.integer.findmsb.ivec3_lowp_fragment"); 177f6603c60Sopenharmony_ci 178f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001991, 179f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 180f6603c60Sopenharmony_ci "ctions.integer.findmsb.ivec3_lowp_geometry"); 181f6603c60Sopenharmony_ci 182f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001992, 183f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_funct", 184f6603c60Sopenharmony_ci "ions.integer.findmsb.ivec3_lowp_tess_control"); 185f6603c60Sopenharmony_ci 186f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001993, 187f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 188f6603c60Sopenharmony_ci "ctions.integer.findmsb.ivec3_lowp_tess_eval"); 189f6603c60Sopenharmony_ci 190f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001994, 191f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fu", 192f6603c60Sopenharmony_ci "nctions.integer.findmsb.ivec3_lowp_compute"); 193f6603c60Sopenharmony_ci 194f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001995, 195f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 196f6603c60Sopenharmony_ci "ctions.integer.findmsb.ivec3_mediump_vertex"); 197f6603c60Sopenharmony_ci 198f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001996, 199f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_func", 200f6603c60Sopenharmony_ci "tions.integer.findmsb.ivec3_mediump_fragment"); 201f6603c60Sopenharmony_ci 202f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001997, 203f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_func", 204f6603c60Sopenharmony_ci "tions.integer.findmsb.ivec3_mediump_geometry"); 205f6603c60Sopenharmony_ci 206f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001998, 207f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_functi", 208f6603c60Sopenharmony_ci "ons.integer.findmsb.ivec3_mediump_tess_control"); 209f6603c60Sopenharmony_ci 210f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001999, 211f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_funct", 212f6603c60Sopenharmony_ci "ions.integer.findmsb.ivec3_mediump_tess_eval"); 213f6603c60Sopenharmony_ci 214f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002000, 215f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_func", 216f6603c60Sopenharmony_ci "tions.integer.findmsb.ivec3_mediump_compute"); 217f6603c60Sopenharmony_ci 218f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002001, 219f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fu", 220f6603c60Sopenharmony_ci "nctions.integer.findmsb.ivec3_highp_vertex"); 221f6603c60Sopenharmony_ci 222f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002002, 223f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 224f6603c60Sopenharmony_ci "ctions.integer.findmsb.ivec3_highp_fragment"); 225f6603c60Sopenharmony_ci 226f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002003, 227f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 228f6603c60Sopenharmony_ci "ctions.integer.findmsb.ivec3_highp_geometry"); 229f6603c60Sopenharmony_ci 230f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002004, 231f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_funct", 232f6603c60Sopenharmony_ci "ions.integer.findmsb.ivec3_highp_tess_control"); 233f6603c60Sopenharmony_ci 234f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002005, 235f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_func", 236f6603c60Sopenharmony_ci "tions.integer.findmsb.ivec3_highp_tess_eval"); 237f6603c60Sopenharmony_ci 238f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002006, 239f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 240f6603c60Sopenharmony_ci "ctions.integer.findmsb.ivec3_highp_compute"); 241f6603c60Sopenharmony_ci 242f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002007, 243f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fu", 244f6603c60Sopenharmony_ci "nctions.integer.findmsb.ivec4_lowp_vertex"); 245f6603c60Sopenharmony_ci 246f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002008, 247f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 248f6603c60Sopenharmony_ci "ctions.integer.findmsb.ivec4_lowp_fragment"); 249f6603c60Sopenharmony_ci 250f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002009, 251f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 252f6603c60Sopenharmony_ci "ctions.integer.findmsb.ivec4_lowp_geometry"); 253f6603c60Sopenharmony_ci 254f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002010, 255f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_funct", 256f6603c60Sopenharmony_ci "ions.integer.findmsb.ivec4_lowp_tess_control"); 257f6603c60Sopenharmony_ci 258f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002011, 259f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 260f6603c60Sopenharmony_ci "ctions.integer.findmsb.ivec4_lowp_tess_eval"); 261f6603c60Sopenharmony_ci 262f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002012, 263f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fu", 264f6603c60Sopenharmony_ci "nctions.integer.findmsb.ivec4_lowp_compute"); 265f6603c60Sopenharmony_ci 266f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002013, 267f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 268f6603c60Sopenharmony_ci "ctions.integer.findmsb.ivec4_mediump_vertex"); 269f6603c60Sopenharmony_ci 270f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002014, 271f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_func", 272f6603c60Sopenharmony_ci "tions.integer.findmsb.ivec4_mediump_fragment"); 273f6603c60Sopenharmony_ci 274f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002015, 275f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_func", 276f6603c60Sopenharmony_ci "tions.integer.findmsb.ivec4_mediump_geometry"); 277f6603c60Sopenharmony_ci 278f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002016, 279f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_functi", 280f6603c60Sopenharmony_ci "ons.integer.findmsb.ivec4_mediump_tess_control"); 281f6603c60Sopenharmony_ci 282f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002017, 283f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_funct", 284f6603c60Sopenharmony_ci "ions.integer.findmsb.ivec4_mediump_tess_eval"); 285f6603c60Sopenharmony_ci 286f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002018, 287f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_func", 288f6603c60Sopenharmony_ci "tions.integer.findmsb.ivec4_mediump_compute"); 289f6603c60Sopenharmony_ci 290f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002019, 291f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fu", 292f6603c60Sopenharmony_ci "nctions.integer.findmsb.ivec4_highp_vertex"); 293f6603c60Sopenharmony_ci 294f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002020, 295f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 296f6603c60Sopenharmony_ci "ctions.integer.findmsb.ivec4_highp_fragment"); 297f6603c60Sopenharmony_ci 298f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002021, 299f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 300f6603c60Sopenharmony_ci "ctions.integer.findmsb.ivec4_highp_geometry"); 301f6603c60Sopenharmony_ci 302f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002022, 303f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_funct", 304f6603c60Sopenharmony_ci "ions.integer.findmsb.ivec4_highp_tess_control"); 305f6603c60Sopenharmony_ci 306f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002023, 307f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_func", 308f6603c60Sopenharmony_ci "tions.integer.findmsb.ivec4_highp_tess_eval"); 309f6603c60Sopenharmony_ci 310f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002024, 311f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 312f6603c60Sopenharmony_ci "ctions.integer.findmsb.ivec4_highp_compute"); 313f6603c60Sopenharmony_ci 314f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002025, 315f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_f", 316f6603c60Sopenharmony_ci "unctions.integer.findmsb.uint_lowp_vertex"); 317f6603c60Sopenharmony_ci 318f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002026, 319f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fu", 320f6603c60Sopenharmony_ci "nctions.integer.findmsb.uint_lowp_fragment"); 321f6603c60Sopenharmony_ci 322f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002027, 323f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fu", 324f6603c60Sopenharmony_ci "nctions.integer.findmsb.uint_lowp_geometry"); 325f6603c60Sopenharmony_ci 326f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002028, 327f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_func", 328f6603c60Sopenharmony_ci "tions.integer.findmsb.uint_lowp_tess_control"); 329f6603c60Sopenharmony_ci 330f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002029, 331f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 332f6603c60Sopenharmony_ci "ctions.integer.findmsb.uint_lowp_tess_eval"); 333f6603c60Sopenharmony_ci 334f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002030, 335f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fu", 336f6603c60Sopenharmony_ci "nctions.integer.findmsb.uint_lowp_compute"); 337f6603c60Sopenharmony_ci 338f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002031, 339f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 340f6603c60Sopenharmony_ci "ctions.integer.findmsb.uint_mediump_vertex"); 341f6603c60Sopenharmony_ci 342f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002032, 343f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_func", 344f6603c60Sopenharmony_ci "tions.integer.findmsb.uint_mediump_fragment"); 345f6603c60Sopenharmony_ci 346f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002033, 347f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_func", 348f6603c60Sopenharmony_ci "tions.integer.findmsb.uint_mediump_geometry"); 349f6603c60Sopenharmony_ci 350f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002034, 351f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_functi", 352f6603c60Sopenharmony_ci "ons.integer.findmsb.uint_mediump_tess_control"); 353f6603c60Sopenharmony_ci 354f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002035, 355f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_func", 356f6603c60Sopenharmony_ci "tions.integer.findmsb.uint_mediump_tess_eval"); 357f6603c60Sopenharmony_ci 358f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002036, 359f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 360f6603c60Sopenharmony_ci "ctions.integer.findmsb.uint_mediump_compute"); 361f6603c60Sopenharmony_ci 362f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002037, 363f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fu", 364f6603c60Sopenharmony_ci "nctions.integer.findmsb.uint_highp_vertex"); 365f6603c60Sopenharmony_ci 366f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002038, 367f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 368f6603c60Sopenharmony_ci "ctions.integer.findmsb.uint_highp_fragment"); 369f6603c60Sopenharmony_ci 370f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002039, 371f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 372f6603c60Sopenharmony_ci "ctions.integer.findmsb.uint_highp_geometry"); 373f6603c60Sopenharmony_ci 374f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002040, 375f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_funct", 376f6603c60Sopenharmony_ci "ions.integer.findmsb.uint_highp_tess_control"); 377f6603c60Sopenharmony_ci 378f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002041, 379f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 380f6603c60Sopenharmony_ci "ctions.integer.findmsb.uint_highp_tess_eval"); 381f6603c60Sopenharmony_ci 382f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002042, 383f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fu", 384f6603c60Sopenharmony_ci "nctions.integer.findmsb.uint_highp_compute"); 385f6603c60Sopenharmony_ci 386f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002043, 387f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fu", 388f6603c60Sopenharmony_ci "nctions.integer.findmsb.uvec2_lowp_vertex"); 389f6603c60Sopenharmony_ci 390f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002044, 391f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 392f6603c60Sopenharmony_ci "ctions.integer.findmsb.uvec2_lowp_fragment"); 393f6603c60Sopenharmony_ci 394f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002045, 395f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 396f6603c60Sopenharmony_ci "ctions.integer.findmsb.uvec2_lowp_geometry"); 397f6603c60Sopenharmony_ci 398f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002046, 399f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_funct", 400f6603c60Sopenharmony_ci "ions.integer.findmsb.uvec2_lowp_tess_control"); 401f6603c60Sopenharmony_ci 402f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002047, 403f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 404f6603c60Sopenharmony_ci "ctions.integer.findmsb.uvec2_lowp_tess_eval"); 405f6603c60Sopenharmony_ci 406f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002048, 407f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fu", 408f6603c60Sopenharmony_ci "nctions.integer.findmsb.uvec2_lowp_compute"); 409f6603c60Sopenharmony_ci 410f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002049, 411f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 412f6603c60Sopenharmony_ci "ctions.integer.findmsb.uvec2_mediump_vertex"); 413f6603c60Sopenharmony_ci 414f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002050, 415f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_func", 416f6603c60Sopenharmony_ci "tions.integer.findmsb.uvec2_mediump_fragment"); 417f6603c60Sopenharmony_ci 418f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002051, 419f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_func", 420f6603c60Sopenharmony_ci "tions.integer.findmsb.uvec2_mediump_geometry"); 421f6603c60Sopenharmony_ci 422f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002052, 423f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_functi", 424f6603c60Sopenharmony_ci "ons.integer.findmsb.uvec2_mediump_tess_control"); 425f6603c60Sopenharmony_ci 426f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002053, 427f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_funct", 428f6603c60Sopenharmony_ci "ions.integer.findmsb.uvec2_mediump_tess_eval"); 429f6603c60Sopenharmony_ci 430f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002054, 431f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_func", 432f6603c60Sopenharmony_ci "tions.integer.findmsb.uvec2_mediump_compute"); 433f6603c60Sopenharmony_ci 434f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002055, 435f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fu", 436f6603c60Sopenharmony_ci "nctions.integer.findmsb.uvec2_highp_vertex"); 437f6603c60Sopenharmony_ci 438f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002056, 439f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 440f6603c60Sopenharmony_ci "ctions.integer.findmsb.uvec2_highp_fragment"); 441f6603c60Sopenharmony_ci 442f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002057, 443f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 444f6603c60Sopenharmony_ci "ctions.integer.findmsb.uvec2_highp_geometry"); 445f6603c60Sopenharmony_ci 446f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002058, 447f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_funct", 448f6603c60Sopenharmony_ci "ions.integer.findmsb.uvec2_highp_tess_control"); 449f6603c60Sopenharmony_ci 450f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002059, 451f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_func", 452f6603c60Sopenharmony_ci "tions.integer.findmsb.uvec2_highp_tess_eval"); 453f6603c60Sopenharmony_ci 454f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002060, 455f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 456f6603c60Sopenharmony_ci "ctions.integer.findmsb.uvec2_highp_compute"); 457f6603c60Sopenharmony_ci 458f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002061, 459f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fu", 460f6603c60Sopenharmony_ci "nctions.integer.findmsb.uvec3_lowp_vertex"); 461f6603c60Sopenharmony_ci 462f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002062, 463f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 464f6603c60Sopenharmony_ci "ctions.integer.findmsb.uvec3_lowp_fragment"); 465f6603c60Sopenharmony_ci 466f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002063, 467f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 468f6603c60Sopenharmony_ci "ctions.integer.findmsb.uvec3_lowp_geometry"); 469f6603c60Sopenharmony_ci 470f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002064, 471f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_funct", 472f6603c60Sopenharmony_ci "ions.integer.findmsb.uvec3_lowp_tess_control"); 473f6603c60Sopenharmony_ci 474f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002065, 475f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 476f6603c60Sopenharmony_ci "ctions.integer.findmsb.uvec3_lowp_tess_eval"); 477f6603c60Sopenharmony_ci 478f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002066, 479f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fu", 480f6603c60Sopenharmony_ci "nctions.integer.findmsb.uvec3_lowp_compute"); 481f6603c60Sopenharmony_ci 482f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002067, 483f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 484f6603c60Sopenharmony_ci "ctions.integer.findmsb.uvec3_mediump_vertex"); 485f6603c60Sopenharmony_ci 486f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002068, 487f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_func", 488f6603c60Sopenharmony_ci "tions.integer.findmsb.uvec3_mediump_fragment"); 489f6603c60Sopenharmony_ci 490f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002069, 491f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_func", 492f6603c60Sopenharmony_ci "tions.integer.findmsb.uvec3_mediump_geometry"); 493f6603c60Sopenharmony_ci 494f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002070, 495f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_functi", 496f6603c60Sopenharmony_ci "ons.integer.findmsb.uvec3_mediump_tess_control"); 497f6603c60Sopenharmony_ci 498f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002071, 499f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_funct", 500f6603c60Sopenharmony_ci "ions.integer.findmsb.uvec3_mediump_tess_eval"); 501f6603c60Sopenharmony_ci 502f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002072, 503f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_func", 504f6603c60Sopenharmony_ci "tions.integer.findmsb.uvec3_mediump_compute"); 505f6603c60Sopenharmony_ci 506f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002073, 507f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fu", 508f6603c60Sopenharmony_ci "nctions.integer.findmsb.uvec3_highp_vertex"); 509f6603c60Sopenharmony_ci 510f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002074, 511f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 512f6603c60Sopenharmony_ci "ctions.integer.findmsb.uvec3_highp_fragment"); 513f6603c60Sopenharmony_ci 514f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002075, 515f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 516f6603c60Sopenharmony_ci "ctions.integer.findmsb.uvec3_highp_geometry"); 517f6603c60Sopenharmony_ci 518f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002076, 519f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_funct", 520f6603c60Sopenharmony_ci "ions.integer.findmsb.uvec3_highp_tess_control"); 521f6603c60Sopenharmony_ci 522f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002077, 523f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_func", 524f6603c60Sopenharmony_ci "tions.integer.findmsb.uvec3_highp_tess_eval"); 525f6603c60Sopenharmony_ci 526f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002078, 527f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 528f6603c60Sopenharmony_ci "ctions.integer.findmsb.uvec3_highp_compute"); 529f6603c60Sopenharmony_ci 530f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002079, 531f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fu", 532f6603c60Sopenharmony_ci "nctions.integer.findmsb.uvec4_lowp_vertex"); 533f6603c60Sopenharmony_ci 534f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002080, 535f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 536f6603c60Sopenharmony_ci "ctions.integer.findmsb.uvec4_lowp_fragment"); 537f6603c60Sopenharmony_ci 538f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002081, 539f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 540f6603c60Sopenharmony_ci "ctions.integer.findmsb.uvec4_lowp_geometry"); 541f6603c60Sopenharmony_ci 542f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002082, 543f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_funct", 544f6603c60Sopenharmony_ci "ions.integer.findmsb.uvec4_lowp_tess_control"); 545f6603c60Sopenharmony_ci 546f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002083, 547f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 548f6603c60Sopenharmony_ci "ctions.integer.findmsb.uvec4_lowp_tess_eval"); 549f6603c60Sopenharmony_ci 550f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002084, 551f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fu", 552f6603c60Sopenharmony_ci "nctions.integer.findmsb.uvec4_lowp_compute"); 553f6603c60Sopenharmony_ci 554f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002085, 555f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 556f6603c60Sopenharmony_ci "ctions.integer.findmsb.uvec4_mediump_vertex"); 557f6603c60Sopenharmony_ci 558f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002086, 559f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_func", 560f6603c60Sopenharmony_ci "tions.integer.findmsb.uvec4_mediump_fragment"); 561f6603c60Sopenharmony_ci 562f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002087, 563f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_func", 564f6603c60Sopenharmony_ci "tions.integer.findmsb.uvec4_mediump_geometry"); 565f6603c60Sopenharmony_ci 566f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002088, 567f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_functi", 568f6603c60Sopenharmony_ci "ons.integer.findmsb.uvec4_mediump_tess_control"); 569f6603c60Sopenharmony_ci 570f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002089, 571f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_funct", 572f6603c60Sopenharmony_ci "ions.integer.findmsb.uvec4_mediump_tess_eval"); 573f6603c60Sopenharmony_ci 574f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002090, 575f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_func", 576f6603c60Sopenharmony_ci "tions.integer.findmsb.uvec4_mediump_compute"); 577f6603c60Sopenharmony_ci 578f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002091, 579f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fu", 580f6603c60Sopenharmony_ci "nctions.integer.findmsb.uvec4_highp_vertex"); 581f6603c60Sopenharmony_ci 582f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002092, 583f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 584f6603c60Sopenharmony_ci "ctions.integer.findmsb.uvec4_highp_fragment"); 585f6603c60Sopenharmony_ci 586f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002093, 587f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 588f6603c60Sopenharmony_ci "ctions.integer.findmsb.uvec4_highp_geometry"); 589f6603c60Sopenharmony_ci 590f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002094, 591f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_funct", 592f6603c60Sopenharmony_ci "ions.integer.findmsb.uvec4_highp_tess_control"); 593f6603c60Sopenharmony_ci 594f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002095, 595f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_func", 596f6603c60Sopenharmony_ci "tions.integer.findmsb.uvec4_highp_tess_eval"); 597f6603c60Sopenharmony_ci 598f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_002096, 599f6603c60Sopenharmony_ci "dEQP-GLES31.functional.shaders.builtin_fun", 600f6603c60Sopenharmony_ci "ctions.integer.findmsb.uvec4_highp_compute"); 601