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 "../Deqpgles2BaseFunc.h" 19 #include "../ActsDeqpgles20009TestSuite.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(ActsDeqpgles20009TestSuite, TestCase_008030, 27 "dEQP-GLES2.functional.shaders.constant_express", 28 "ions.builtin_functions.common.abs_float_vertex"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008031, 31 "dEQP-GLES2.functional.shaders.constant_expressi", 32 "ons.builtin_functions.common.abs_float_fragment"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008032, 35 "dEQP-GLES2.functional.shaders.constant_expres", 36 "sions.builtin_functions.common.abs_vec2_vertex"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008033, 39 "dEQP-GLES2.functional.shaders.constant_express", 40 "ions.builtin_functions.common.abs_vec2_fragment"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008034, 43 "dEQP-GLES2.functional.shaders.constant_expres", 44 "sions.builtin_functions.common.abs_vec3_vertex"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008035, 47 "dEQP-GLES2.functional.shaders.constant_express", 48 "ions.builtin_functions.common.abs_vec3_fragment"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008036, 51 "dEQP-GLES2.functional.shaders.constant_expres", 52 "sions.builtin_functions.common.abs_vec4_vertex"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008037, 55 "dEQP-GLES2.functional.shaders.constant_express", 56 "ions.builtin_functions.common.abs_vec4_fragment"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008038, 59 "dEQP-GLES2.functional.shaders.constant_express", 60 "ions.builtin_functions.common.sign_float_vertex"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008039, 63 "dEQP-GLES2.functional.shaders.constant_expressi", 64 "ons.builtin_functions.common.sign_float_fragment"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008040, 67 "dEQP-GLES2.functional.shaders.constant_express", 68 "ions.builtin_functions.common.sign_vec2_vertex"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008041, 71 "dEQP-GLES2.functional.shaders.constant_expressi", 72 "ons.builtin_functions.common.sign_vec2_fragment"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008042, 75 "dEQP-GLES2.functional.shaders.constant_express", 76 "ions.builtin_functions.common.sign_vec3_vertex"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008043, 79 "dEQP-GLES2.functional.shaders.constant_expressi", 80 "ons.builtin_functions.common.sign_vec3_fragment"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008044, 83 "dEQP-GLES2.functional.shaders.constant_express", 84 "ions.builtin_functions.common.sign_vec4_vertex"); 85 86 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008045, 87 "dEQP-GLES2.functional.shaders.constant_expressi", 88 "ons.builtin_functions.common.sign_vec4_fragment"); 89 90 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008046, 91 "dEQP-GLES2.functional.shaders.constant_expressi", 92 "ons.builtin_functions.common.floor_float_vertex"); 93 94 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008047, 95 "dEQP-GLES2.functional.shaders.constant_expressio", 96 "ns.builtin_functions.common.floor_float_fragment"); 97 98 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008048, 99 "dEQP-GLES2.functional.shaders.constant_express", 100 "ions.builtin_functions.common.floor_vec2_vertex"); 101 102 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008049, 103 "dEQP-GLES2.functional.shaders.constant_expressi", 104 "ons.builtin_functions.common.floor_vec2_fragment"); 105 106 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008050, 107 "dEQP-GLES2.functional.shaders.constant_express", 108 "ions.builtin_functions.common.floor_vec3_vertex"); 109 110 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008051, 111 "dEQP-GLES2.functional.shaders.constant_expressi", 112 "ons.builtin_functions.common.floor_vec3_fragment"); 113 114 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008052, 115 "dEQP-GLES2.functional.shaders.constant_express", 116 "ions.builtin_functions.common.floor_vec4_vertex"); 117 118 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008053, 119 "dEQP-GLES2.functional.shaders.constant_expressi", 120 "ons.builtin_functions.common.floor_vec4_fragment"); 121 122 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008054, 123 "dEQP-GLES2.functional.shaders.constant_express", 124 "ions.builtin_functions.common.ceil_float_vertex"); 125 126 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008055, 127 "dEQP-GLES2.functional.shaders.constant_expressi", 128 "ons.builtin_functions.common.ceil_float_fragment"); 129 130 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008056, 131 "dEQP-GLES2.functional.shaders.constant_express", 132 "ions.builtin_functions.common.ceil_vec2_vertex"); 133 134 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008057, 135 "dEQP-GLES2.functional.shaders.constant_expressi", 136 "ons.builtin_functions.common.ceil_vec2_fragment"); 137 138 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008058, 139 "dEQP-GLES2.functional.shaders.constant_express", 140 "ions.builtin_functions.common.ceil_vec3_vertex"); 141 142 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008059, 143 "dEQP-GLES2.functional.shaders.constant_expressi", 144 "ons.builtin_functions.common.ceil_vec3_fragment"); 145 146 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008060, 147 "dEQP-GLES2.functional.shaders.constant_express", 148 "ions.builtin_functions.common.ceil_vec4_vertex"); 149 150 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008061, 151 "dEQP-GLES2.functional.shaders.constant_expressi", 152 "ons.builtin_functions.common.ceil_vec4_fragment"); 153 154 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008062, 155 "dEQP-GLES2.functional.shaders.constant_expressi", 156 "ons.builtin_functions.common.fract_float_vertex"); 157 158 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008063, 159 "dEQP-GLES2.functional.shaders.constant_expressio", 160 "ns.builtin_functions.common.fract_float_fragment"); 161 162 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008064, 163 "dEQP-GLES2.functional.shaders.constant_express", 164 "ions.builtin_functions.common.fract_vec2_vertex"); 165 166 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008065, 167 "dEQP-GLES2.functional.shaders.constant_expressi", 168 "ons.builtin_functions.common.fract_vec2_fragment"); 169 170 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008066, 171 "dEQP-GLES2.functional.shaders.constant_express", 172 "ions.builtin_functions.common.fract_vec3_vertex"); 173 174 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008067, 175 "dEQP-GLES2.functional.shaders.constant_expressi", 176 "ons.builtin_functions.common.fract_vec3_fragment"); 177 178 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008068, 179 "dEQP-GLES2.functional.shaders.constant_express", 180 "ions.builtin_functions.common.fract_vec4_vertex"); 181 182 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008069, 183 "dEQP-GLES2.functional.shaders.constant_expressi", 184 "ons.builtin_functions.common.fract_vec4_fragment"); 185 186 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008070, 187 "dEQP-GLES2.functional.shaders.constant_express", 188 "ions.builtin_functions.common.mod_float_vertex"); 189 190 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008071, 191 "dEQP-GLES2.functional.shaders.constant_expressi", 192 "ons.builtin_functions.common.mod_float_fragment"); 193 194 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008072, 195 "dEQP-GLES2.functional.shaders.constant_expres", 196 "sions.builtin_functions.common.mod_vec2_vertex"); 197 198 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008073, 199 "dEQP-GLES2.functional.shaders.constant_express", 200 "ions.builtin_functions.common.mod_vec2_fragment"); 201 202 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008074, 203 "dEQP-GLES2.functional.shaders.constant_expressio", 204 "ns.builtin_functions.common.mod_vec2_float_vertex"); 205 206 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008075, 207 "dEQP-GLES2.functional.shaders.constant_expression", 208 "s.builtin_functions.common.mod_vec2_float_fragment"); 209 210 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008076, 211 "dEQP-GLES2.functional.shaders.constant_expres", 212 "sions.builtin_functions.common.mod_vec3_vertex"); 213 214 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008077, 215 "dEQP-GLES2.functional.shaders.constant_express", 216 "ions.builtin_functions.common.mod_vec3_fragment"); 217 218 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008078, 219 "dEQP-GLES2.functional.shaders.constant_expressio", 220 "ns.builtin_functions.common.mod_vec3_float_vertex"); 221 222 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008079, 223 "dEQP-GLES2.functional.shaders.constant_expression", 224 "s.builtin_functions.common.mod_vec3_float_fragment"); 225 226 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008080, 227 "dEQP-GLES2.functional.shaders.constant_expres", 228 "sions.builtin_functions.common.mod_vec4_vertex"); 229 230 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008081, 231 "dEQP-GLES2.functional.shaders.constant_express", 232 "ions.builtin_functions.common.mod_vec4_fragment"); 233 234 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008082, 235 "dEQP-GLES2.functional.shaders.constant_expressio", 236 "ns.builtin_functions.common.mod_vec4_float_vertex"); 237 238 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008083, 239 "dEQP-GLES2.functional.shaders.constant_expression", 240 "s.builtin_functions.common.mod_vec4_float_fragment"); 241 242 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008084, 243 "dEQP-GLES2.functional.shaders.constant_express", 244 "ions.builtin_functions.common.min_float_vertex"); 245 246 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008085, 247 "dEQP-GLES2.functional.shaders.constant_expressi", 248 "ons.builtin_functions.common.min_float_fragment"); 249 250 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008086, 251 "dEQP-GLES2.functional.shaders.constant_expres", 252 "sions.builtin_functions.common.min_vec2_vertex"); 253 254 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008087, 255 "dEQP-GLES2.functional.shaders.constant_express", 256 "ions.builtin_functions.common.min_vec2_fragment"); 257 258 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008088, 259 "dEQP-GLES2.functional.shaders.constant_expressio", 260 "ns.builtin_functions.common.min_vec2_float_vertex"); 261 262 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008089, 263 "dEQP-GLES2.functional.shaders.constant_expression", 264 "s.builtin_functions.common.min_vec2_float_fragment"); 265 266 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008090, 267 "dEQP-GLES2.functional.shaders.constant_expres", 268 "sions.builtin_functions.common.min_vec3_vertex"); 269 270 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008091, 271 "dEQP-GLES2.functional.shaders.constant_express", 272 "ions.builtin_functions.common.min_vec3_fragment"); 273 274 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008092, 275 "dEQP-GLES2.functional.shaders.constant_expressio", 276 "ns.builtin_functions.common.min_vec3_float_vertex"); 277 278 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008093, 279 "dEQP-GLES2.functional.shaders.constant_expression", 280 "s.builtin_functions.common.min_vec3_float_fragment"); 281 282 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008094, 283 "dEQP-GLES2.functional.shaders.constant_expres", 284 "sions.builtin_functions.common.min_vec4_vertex"); 285 286 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008095, 287 "dEQP-GLES2.functional.shaders.constant_express", 288 "ions.builtin_functions.common.min_vec4_fragment"); 289 290 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008096, 291 "dEQP-GLES2.functional.shaders.constant_expressio", 292 "ns.builtin_functions.common.min_vec4_float_vertex"); 293 294 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008097, 295 "dEQP-GLES2.functional.shaders.constant_expression", 296 "s.builtin_functions.common.min_vec4_float_fragment"); 297 298 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008098, 299 "dEQP-GLES2.functional.shaders.constant_express", 300 "ions.builtin_functions.common.max_float_vertex"); 301 302 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008099, 303 "dEQP-GLES2.functional.shaders.constant_expressi", 304 "ons.builtin_functions.common.max_float_fragment"); 305 306 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008100, 307 "dEQP-GLES2.functional.shaders.constant_expres", 308 "sions.builtin_functions.common.max_vec2_vertex"); 309 310 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008101, 311 "dEQP-GLES2.functional.shaders.constant_express", 312 "ions.builtin_functions.common.max_vec2_fragment"); 313 314 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008102, 315 "dEQP-GLES2.functional.shaders.constant_expressio", 316 "ns.builtin_functions.common.max_vec2_float_vertex"); 317 318 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008103, 319 "dEQP-GLES2.functional.shaders.constant_expression", 320 "s.builtin_functions.common.max_vec2_float_fragment"); 321 322 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008104, 323 "dEQP-GLES2.functional.shaders.constant_expres", 324 "sions.builtin_functions.common.max_vec3_vertex"); 325 326 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008105, 327 "dEQP-GLES2.functional.shaders.constant_express", 328 "ions.builtin_functions.common.max_vec3_fragment"); 329 330 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008106, 331 "dEQP-GLES2.functional.shaders.constant_expressio", 332 "ns.builtin_functions.common.max_vec3_float_vertex"); 333 334 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008107, 335 "dEQP-GLES2.functional.shaders.constant_expression", 336 "s.builtin_functions.common.max_vec3_float_fragment"); 337 338 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008108, 339 "dEQP-GLES2.functional.shaders.constant_expres", 340 "sions.builtin_functions.common.max_vec4_vertex"); 341 342 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008109, 343 "dEQP-GLES2.functional.shaders.constant_express", 344 "ions.builtin_functions.common.max_vec4_fragment"); 345 346 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008110, 347 "dEQP-GLES2.functional.shaders.constant_expressio", 348 "ns.builtin_functions.common.max_vec4_float_vertex"); 349 350 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008111, 351 "dEQP-GLES2.functional.shaders.constant_expression", 352 "s.builtin_functions.common.max_vec4_float_fragment"); 353 354 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008112, 355 "dEQP-GLES2.functional.shaders.constant_expressi", 356 "ons.builtin_functions.common.clamp_float_vertex"); 357 358 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008113, 359 "dEQP-GLES2.functional.shaders.constant_expressio", 360 "ns.builtin_functions.common.clamp_float_fragment"); 361 362 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008114, 363 "dEQP-GLES2.functional.shaders.constant_express", 364 "ions.builtin_functions.common.clamp_vec2_vertex"); 365 366 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008115, 367 "dEQP-GLES2.functional.shaders.constant_expressi", 368 "ons.builtin_functions.common.clamp_vec2_fragment"); 369 370 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008116, 371 "dEQP-GLES2.functional.shaders.constant_expression", 372 "s.builtin_functions.common.clamp_vec2_float_vertex"); 373 374 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008117, 375 "dEQP-GLES2.functional.shaders.constant_expressions", 376 ".builtin_functions.common.clamp_vec2_float_fragment"); 377 378 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008118, 379 "dEQP-GLES2.functional.shaders.constant_express", 380 "ions.builtin_functions.common.clamp_vec3_vertex"); 381 382 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008119, 383 "dEQP-GLES2.functional.shaders.constant_expressi", 384 "ons.builtin_functions.common.clamp_vec3_fragment"); 385 386 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008120, 387 "dEQP-GLES2.functional.shaders.constant_expression", 388 "s.builtin_functions.common.clamp_vec3_float_vertex"); 389 390 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008121, 391 "dEQP-GLES2.functional.shaders.constant_expressions", 392 ".builtin_functions.common.clamp_vec3_float_fragment"); 393 394 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008122, 395 "dEQP-GLES2.functional.shaders.constant_express", 396 "ions.builtin_functions.common.clamp_vec4_vertex"); 397 398 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008123, 399 "dEQP-GLES2.functional.shaders.constant_expressi", 400 "ons.builtin_functions.common.clamp_vec4_fragment"); 401 402 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008124, 403 "dEQP-GLES2.functional.shaders.constant_expression", 404 "s.builtin_functions.common.clamp_vec4_float_vertex"); 405 406 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008125, 407 "dEQP-GLES2.functional.shaders.constant_expressions", 408 ".builtin_functions.common.clamp_vec4_float_fragment"); 409 410 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008126, 411 "dEQP-GLES2.functional.shaders.constant_express", 412 "ions.builtin_functions.common.mix_float_vertex"); 413 414 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008127, 415 "dEQP-GLES2.functional.shaders.constant_expressi", 416 "ons.builtin_functions.common.mix_float_fragment"); 417 418 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008128, 419 "dEQP-GLES2.functional.shaders.constant_expres", 420 "sions.builtin_functions.common.mix_vec2_vertex"); 421 422 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008129, 423 "dEQP-GLES2.functional.shaders.constant_express", 424 "ions.builtin_functions.common.mix_vec2_fragment"); 425 426 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008130, 427 "dEQP-GLES2.functional.shaders.constant_expressio", 428 "ns.builtin_functions.common.mix_vec2_float_vertex"); 429 430 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008131, 431 "dEQP-GLES2.functional.shaders.constant_expression", 432 "s.builtin_functions.common.mix_vec2_float_fragment"); 433 434 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008132, 435 "dEQP-GLES2.functional.shaders.constant_expres", 436 "sions.builtin_functions.common.mix_vec3_vertex"); 437 438 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008133, 439 "dEQP-GLES2.functional.shaders.constant_express", 440 "ions.builtin_functions.common.mix_vec3_fragment"); 441 442 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008134, 443 "dEQP-GLES2.functional.shaders.constant_expressio", 444 "ns.builtin_functions.common.mix_vec3_float_vertex"); 445 446 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008135, 447 "dEQP-GLES2.functional.shaders.constant_expression", 448 "s.builtin_functions.common.mix_vec3_float_fragment"); 449 450 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008136, 451 "dEQP-GLES2.functional.shaders.constant_expres", 452 "sions.builtin_functions.common.mix_vec4_vertex"); 453 454 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008137, 455 "dEQP-GLES2.functional.shaders.constant_express", 456 "ions.builtin_functions.common.mix_vec4_fragment"); 457 458 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008138, 459 "dEQP-GLES2.functional.shaders.constant_expressio", 460 "ns.builtin_functions.common.mix_vec4_float_vertex"); 461 462 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008139, 463 "dEQP-GLES2.functional.shaders.constant_expression", 464 "s.builtin_functions.common.mix_vec4_float_fragment"); 465 466 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008140, 467 "dEQP-GLES2.functional.shaders.constant_express", 468 "ions.builtin_functions.common.step_float_vertex"); 469 470 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008141, 471 "dEQP-GLES2.functional.shaders.constant_expressi", 472 "ons.builtin_functions.common.step_float_fragment"); 473 474 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008142, 475 "dEQP-GLES2.functional.shaders.constant_express", 476 "ions.builtin_functions.common.step_vec2_vertex"); 477 478 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008143, 479 "dEQP-GLES2.functional.shaders.constant_expressi", 480 "ons.builtin_functions.common.step_vec2_fragment"); 481 482 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008144, 483 "dEQP-GLES2.functional.shaders.constant_expression", 484 "s.builtin_functions.common.step_vec2_float_vertex"); 485 486 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008145, 487 "dEQP-GLES2.functional.shaders.constant_expressions", 488 ".builtin_functions.common.step_vec2_float_fragment"); 489 490 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008146, 491 "dEQP-GLES2.functional.shaders.constant_express", 492 "ions.builtin_functions.common.step_vec3_vertex"); 493 494 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008147, 495 "dEQP-GLES2.functional.shaders.constant_expressi", 496 "ons.builtin_functions.common.step_vec3_fragment"); 497 498 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008148, 499 "dEQP-GLES2.functional.shaders.constant_expression", 500 "s.builtin_functions.common.step_vec3_float_vertex"); 501 502 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008149, 503 "dEQP-GLES2.functional.shaders.constant_expressions", 504 ".builtin_functions.common.step_vec3_float_fragment"); 505 506 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008150, 507 "dEQP-GLES2.functional.shaders.constant_express", 508 "ions.builtin_functions.common.step_vec4_vertex"); 509 510 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008151, 511 "dEQP-GLES2.functional.shaders.constant_expressi", 512 "ons.builtin_functions.common.step_vec4_fragment"); 513 514 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008152, 515 "dEQP-GLES2.functional.shaders.constant_expression", 516 "s.builtin_functions.common.step_vec4_float_vertex"); 517 518 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008153, 519 "dEQP-GLES2.functional.shaders.constant_expressions", 520 ".builtin_functions.common.step_vec4_float_fragment"); 521 522 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008154, 523 "dEQP-GLES2.functional.shaders.constant_expression", 524 "s.builtin_functions.common.smoothstep_float_vertex"); 525 526 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008155, 527 "dEQP-GLES2.functional.shaders.constant_expressions", 528 ".builtin_functions.common.smoothstep_float_fragment"); 529 530 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008156, 531 "dEQP-GLES2.functional.shaders.constant_expression", 532 "s.builtin_functions.common.smoothstep_vec2_vertex"); 533 534 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008157, 535 "dEQP-GLES2.functional.shaders.constant_expressions", 536 ".builtin_functions.common.smoothstep_vec2_fragment"); 537 538 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008158, 539 "dEQP-GLES2.functional.shaders.constant_expressions.b", 540 "uiltin_functions.common.smoothstep_vec2_float_vertex"); 541 542 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008159, 543 "dEQP-GLES2.functional.shaders.constant_expressions.bu", 544 "iltin_functions.common.smoothstep_vec2_float_fragment"); 545 546 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008160, 547 "dEQP-GLES2.functional.shaders.constant_expression", 548 "s.builtin_functions.common.smoothstep_vec3_vertex"); 549 550 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008161, 551 "dEQP-GLES2.functional.shaders.constant_expressions", 552 ".builtin_functions.common.smoothstep_vec3_fragment"); 553 554 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008162, 555 "dEQP-GLES2.functional.shaders.constant_expressions.b", 556 "uiltin_functions.common.smoothstep_vec3_float_vertex"); 557 558 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008163, 559 "dEQP-GLES2.functional.shaders.constant_expressions.bu", 560 "iltin_functions.common.smoothstep_vec3_float_fragment"); 561 562 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008164, 563 "dEQP-GLES2.functional.shaders.constant_expression", 564 "s.builtin_functions.common.smoothstep_vec4_vertex"); 565 566 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008165, 567 "dEQP-GLES2.functional.shaders.constant_expressions", 568 ".builtin_functions.common.smoothstep_vec4_fragment"); 569 570 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008166, 571 "dEQP-GLES2.functional.shaders.constant_expressions.b", 572 "uiltin_functions.common.smoothstep_vec4_float_vertex"); 573 574 static SHRINK_HWTEST_F(ActsDeqpgles20009TestSuite, TestCase_008167, 575 "dEQP-GLES2.functional.shaders.constant_expressions.bu", 576 "iltin_functions.common.smoothstep_vec4_float_fragment"); 577