1 /* 2 * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. 3 * Licensed under the Apache License, Version 2.0 (the "License"); 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 6 * 7 * http://www.apache.org/licenses/LICENSE-2.0 8 * 9 * Unless required by applicable law or agreed to in writing, software 10 * distributed under the License is distributed on an "AS IS" BASIS, 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * See the License for the specific language governing permissions and 13 * limitations under the License. 14 */ 15 16 #include <climits> 17 #include <gtest/gtest.h> 18 #include "../Deqpgles31BaseFunc.h" 19 #include "../ActsDeqpgles310001TestSuite.h" 20 #include "shrinkdefine.h" 21 22 using namespace std; 23 using namespace testing::ext; 24 using namespace OHOS; 25 26 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000205, 27 "dEQP-GLES31.functional.shaders.builtin_f", 28 "unctions.common.floor.float_lowp_geometry"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000206, 31 "dEQP-GLES31.functional.shaders.builtin_fun", 32 "ctions.common.floor.float_lowp_tess_control"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000207, 35 "dEQP-GLES31.functional.shaders.builtin_fu", 36 "nctions.common.floor.float_lowp_tess_eval"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000208, 39 "dEQP-GLES31.functional.shaders.builtin_f", 40 "unctions.common.floor.float_lowp_compute"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000209, 43 "dEQP-GLES31.functional.shaders.builtin_fun", 44 "ctions.common.floor.float_mediump_geometry"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000210, 47 "dEQP-GLES31.functional.shaders.builtin_funct", 48 "ions.common.floor.float_mediump_tess_control"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000211, 51 "dEQP-GLES31.functional.shaders.builtin_fun", 52 "ctions.common.floor.float_mediump_tess_eval"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000212, 55 "dEQP-GLES31.functional.shaders.builtin_fu", 56 "nctions.common.floor.float_mediump_compute"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000213, 59 "dEQP-GLES31.functional.shaders.builtin_fu", 60 "nctions.common.floor.float_highp_geometry"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000214, 63 "dEQP-GLES31.functional.shaders.builtin_func", 64 "tions.common.floor.float_highp_tess_control"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000215, 67 "dEQP-GLES31.functional.shaders.builtin_fu", 68 "nctions.common.floor.float_highp_tess_eval"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000216, 71 "dEQP-GLES31.functional.shaders.builtin_f", 72 "unctions.common.floor.float_highp_compute"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000217, 75 "dEQP-GLES31.functional.shaders.builtin_f", 76 "unctions.common.floor.vec2_lowp_geometry"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000218, 79 "dEQP-GLES31.functional.shaders.builtin_fun", 80 "ctions.common.floor.vec2_lowp_tess_control"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000219, 83 "dEQP-GLES31.functional.shaders.builtin_f", 84 "unctions.common.floor.vec2_lowp_tess_eval"); 85 86 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000220, 87 "dEQP-GLES31.functional.shaders.builtin_", 88 "functions.common.floor.vec2_lowp_compute"); 89 90 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000221, 91 "dEQP-GLES31.functional.shaders.builtin_fu", 92 "nctions.common.floor.vec2_mediump_geometry"); 93 94 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000222, 95 "dEQP-GLES31.functional.shaders.builtin_func", 96 "tions.common.floor.vec2_mediump_tess_control"); 97 98 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000223, 99 "dEQP-GLES31.functional.shaders.builtin_fun", 100 "ctions.common.floor.vec2_mediump_tess_eval"); 101 102 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000224, 103 "dEQP-GLES31.functional.shaders.builtin_fu", 104 "nctions.common.floor.vec2_mediump_compute"); 105 106 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000225, 107 "dEQP-GLES31.functional.shaders.builtin_f", 108 "unctions.common.floor.vec2_highp_geometry"); 109 110 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000226, 111 "dEQP-GLES31.functional.shaders.builtin_fun", 112 "ctions.common.floor.vec2_highp_tess_control"); 113 114 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000227, 115 "dEQP-GLES31.functional.shaders.builtin_fu", 116 "nctions.common.floor.vec2_highp_tess_eval"); 117 118 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000228, 119 "dEQP-GLES31.functional.shaders.builtin_f", 120 "unctions.common.floor.vec2_highp_compute"); 121 122 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000229, 123 "dEQP-GLES31.functional.shaders.builtin_f", 124 "unctions.common.floor.vec3_lowp_geometry"); 125 126 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000230, 127 "dEQP-GLES31.functional.shaders.builtin_fun", 128 "ctions.common.floor.vec3_lowp_tess_control"); 129 130 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000231, 131 "dEQP-GLES31.functional.shaders.builtin_f", 132 "unctions.common.floor.vec3_lowp_tess_eval"); 133 134 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000232, 135 "dEQP-GLES31.functional.shaders.builtin_", 136 "functions.common.floor.vec3_lowp_compute"); 137 138 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000233, 139 "dEQP-GLES31.functional.shaders.builtin_fu", 140 "nctions.common.floor.vec3_mediump_geometry"); 141 142 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000234, 143 "dEQP-GLES31.functional.shaders.builtin_func", 144 "tions.common.floor.vec3_mediump_tess_control"); 145 146 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000235, 147 "dEQP-GLES31.functional.shaders.builtin_fun", 148 "ctions.common.floor.vec3_mediump_tess_eval"); 149 150 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000236, 151 "dEQP-GLES31.functional.shaders.builtin_fu", 152 "nctions.common.floor.vec3_mediump_compute"); 153 154 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000237, 155 "dEQP-GLES31.functional.shaders.builtin_f", 156 "unctions.common.floor.vec3_highp_geometry"); 157 158 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000238, 159 "dEQP-GLES31.functional.shaders.builtin_fun", 160 "ctions.common.floor.vec3_highp_tess_control"); 161 162 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000239, 163 "dEQP-GLES31.functional.shaders.builtin_fu", 164 "nctions.common.floor.vec3_highp_tess_eval"); 165 166 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000240, 167 "dEQP-GLES31.functional.shaders.builtin_f", 168 "unctions.common.floor.vec3_highp_compute"); 169 170 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000241, 171 "dEQP-GLES31.functional.shaders.builtin_f", 172 "unctions.common.floor.vec4_lowp_geometry"); 173 174 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000242, 175 "dEQP-GLES31.functional.shaders.builtin_fun", 176 "ctions.common.floor.vec4_lowp_tess_control"); 177 178 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000243, 179 "dEQP-GLES31.functional.shaders.builtin_f", 180 "unctions.common.floor.vec4_lowp_tess_eval"); 181 182 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000244, 183 "dEQP-GLES31.functional.shaders.builtin_", 184 "functions.common.floor.vec4_lowp_compute"); 185 186 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000245, 187 "dEQP-GLES31.functional.shaders.builtin_fu", 188 "nctions.common.floor.vec4_mediump_geometry"); 189 190 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000246, 191 "dEQP-GLES31.functional.shaders.builtin_func", 192 "tions.common.floor.vec4_mediump_tess_control"); 193 194 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000247, 195 "dEQP-GLES31.functional.shaders.builtin_fun", 196 "ctions.common.floor.vec4_mediump_tess_eval"); 197 198 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000248, 199 "dEQP-GLES31.functional.shaders.builtin_fu", 200 "nctions.common.floor.vec4_mediump_compute"); 201 202 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000249, 203 "dEQP-GLES31.functional.shaders.builtin_f", 204 "unctions.common.floor.vec4_highp_geometry"); 205 206 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000250, 207 "dEQP-GLES31.functional.shaders.builtin_fun", 208 "ctions.common.floor.vec4_highp_tess_control"); 209 210 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000251, 211 "dEQP-GLES31.functional.shaders.builtin_fu", 212 "nctions.common.floor.vec4_highp_tess_eval"); 213 214 static SHRINK_HWTEST_F(ActsDeqpgles310001TestSuite, TestCase_000252, 215 "dEQP-GLES31.functional.shaders.builtin_f", 216 "unctions.common.floor.vec4_highp_compute"); 217