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 "../ActsDeqpgles20005TestSuite.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(ActsDeqpgles20005TestSuite, TestCase_004654, 27 "dEQP-GLES2.functional.shaders.operator", 28 ".binary_operator.mul.lowp_float_vertex"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004655, 31 "dEQP-GLES2.functional.shaders.operator.", 32 "binary_operator.mul.lowp_float_fragment"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004656, 35 "dEQP-GLES2.functional.shaders.operator.", 36 "binary_operator.mul.mediump_float_vertex"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004657, 39 "dEQP-GLES2.functional.shaders.operator.b", 40 "inary_operator.mul.mediump_float_fragment"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004658, 43 "dEQP-GLES2.functional.shaders.operator", 44 ".binary_operator.mul.highp_float_vertex"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004659, 47 "dEQP-GLES2.functional.shaders.operator.", 48 "binary_operator.mul.highp_float_fragment"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004660, 51 "dEQP-GLES2.functional.shaders.operato", 52 "r.binary_operator.mul.lowp_vec2_vertex"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004661, 55 "dEQP-GLES2.functional.shaders.operator", 56 ".binary_operator.mul.lowp_vec2_fragment"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004662, 59 "dEQP-GLES2.functional.shaders.operator.", 60 "binary_operator.mul.mediump_vec2_vertex"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004663, 63 "dEQP-GLES2.functional.shaders.operator.b", 64 "inary_operator.mul.mediump_vec2_fragment"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004664, 67 "dEQP-GLES2.functional.shaders.operator", 68 ".binary_operator.mul.highp_vec2_vertex"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004665, 71 "dEQP-GLES2.functional.shaders.operator.", 72 "binary_operator.mul.highp_vec2_fragment"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004666, 75 "dEQP-GLES2.functional.shaders.operato", 76 "r.binary_operator.mul.lowp_vec3_vertex"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004667, 79 "dEQP-GLES2.functional.shaders.operator", 80 ".binary_operator.mul.lowp_vec3_fragment"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004668, 83 "dEQP-GLES2.functional.shaders.operator.", 84 "binary_operator.mul.mediump_vec3_vertex"); 85 86 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004669, 87 "dEQP-GLES2.functional.shaders.operator.b", 88 "inary_operator.mul.mediump_vec3_fragment"); 89 90 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004670, 91 "dEQP-GLES2.functional.shaders.operator", 92 ".binary_operator.mul.highp_vec3_vertex"); 93 94 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004671, 95 "dEQP-GLES2.functional.shaders.operator.", 96 "binary_operator.mul.highp_vec3_fragment"); 97 98 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004672, 99 "dEQP-GLES2.functional.shaders.operato", 100 "r.binary_operator.mul.lowp_vec4_vertex"); 101 102 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004673, 103 "dEQP-GLES2.functional.shaders.operator", 104 ".binary_operator.mul.lowp_vec4_fragment"); 105 106 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004674, 107 "dEQP-GLES2.functional.shaders.operator.", 108 "binary_operator.mul.mediump_vec4_vertex"); 109 110 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004675, 111 "dEQP-GLES2.functional.shaders.operator.b", 112 "inary_operator.mul.mediump_vec4_fragment"); 113 114 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004676, 115 "dEQP-GLES2.functional.shaders.operator", 116 ".binary_operator.mul.highp_vec4_vertex"); 117 118 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004677, 119 "dEQP-GLES2.functional.shaders.operator.", 120 "binary_operator.mul.highp_vec4_fragment"); 121 122 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004678, 123 "dEQP-GLES2.functional.shaders.operato", 124 "r.binary_operator.mul.lowp_int_vertex"); 125 126 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004679, 127 "dEQP-GLES2.functional.shaders.operator", 128 ".binary_operator.mul.lowp_int_fragment"); 129 130 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004680, 131 "dEQP-GLES2.functional.shaders.operator", 132 ".binary_operator.mul.mediump_int_vertex"); 133 134 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004681, 135 "dEQP-GLES2.functional.shaders.operator.", 136 "binary_operator.mul.mediump_int_fragment"); 137 138 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004682, 139 "dEQP-GLES2.functional.shaders.operato", 140 "r.binary_operator.mul.highp_int_vertex"); 141 142 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004683, 143 "dEQP-GLES2.functional.shaders.operator", 144 ".binary_operator.mul.highp_int_fragment"); 145 146 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004684, 147 "dEQP-GLES2.functional.shaders.operator", 148 ".binary_operator.mul.lowp_ivec2_vertex"); 149 150 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004685, 151 "dEQP-GLES2.functional.shaders.operator.", 152 "binary_operator.mul.lowp_ivec2_fragment"); 153 154 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004686, 155 "dEQP-GLES2.functional.shaders.operator.", 156 "binary_operator.mul.mediump_ivec2_vertex"); 157 158 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004687, 159 "dEQP-GLES2.functional.shaders.operator.b", 160 "inary_operator.mul.mediump_ivec2_fragment"); 161 162 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004688, 163 "dEQP-GLES2.functional.shaders.operator", 164 ".binary_operator.mul.highp_ivec2_vertex"); 165 166 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004689, 167 "dEQP-GLES2.functional.shaders.operator.", 168 "binary_operator.mul.highp_ivec2_fragment"); 169 170 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004690, 171 "dEQP-GLES2.functional.shaders.operator", 172 ".binary_operator.mul.lowp_ivec3_vertex"); 173 174 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004691, 175 "dEQP-GLES2.functional.shaders.operator.", 176 "binary_operator.mul.lowp_ivec3_fragment"); 177 178 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004692, 179 "dEQP-GLES2.functional.shaders.operator.", 180 "binary_operator.mul.mediump_ivec3_vertex"); 181 182 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004693, 183 "dEQP-GLES2.functional.shaders.operator.b", 184 "inary_operator.mul.mediump_ivec3_fragment"); 185 186 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004694, 187 "dEQP-GLES2.functional.shaders.operator", 188 ".binary_operator.mul.highp_ivec3_vertex"); 189 190 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004695, 191 "dEQP-GLES2.functional.shaders.operator.", 192 "binary_operator.mul.highp_ivec3_fragment"); 193 194 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004696, 195 "dEQP-GLES2.functional.shaders.operator", 196 ".binary_operator.mul.lowp_ivec4_vertex"); 197 198 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004697, 199 "dEQP-GLES2.functional.shaders.operator.", 200 "binary_operator.mul.lowp_ivec4_fragment"); 201 202 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004698, 203 "dEQP-GLES2.functional.shaders.operator.", 204 "binary_operator.mul.mediump_ivec4_vertex"); 205 206 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004699, 207 "dEQP-GLES2.functional.shaders.operator.b", 208 "inary_operator.mul.mediump_ivec4_fragment"); 209 210 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004700, 211 "dEQP-GLES2.functional.shaders.operator", 212 ".binary_operator.mul.highp_ivec4_vertex"); 213 214 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004701, 215 "dEQP-GLES2.functional.shaders.operator.", 216 "binary_operator.mul.highp_ivec4_fragment"); 217 218 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004702, 219 "dEQP-GLES2.functional.shaders.operator.b", 220 "inary_operator.mul.lowp_vec2_float_vertex"); 221 222 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004703, 223 "dEQP-GLES2.functional.shaders.operator.bi", 224 "nary_operator.mul.lowp_vec2_float_fragment"); 225 226 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004704, 227 "dEQP-GLES2.functional.shaders.operator.bin", 228 "ary_operator.mul.mediump_vec2_float_vertex"); 229 230 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004705, 231 "dEQP-GLES2.functional.shaders.operator.bina", 232 "ry_operator.mul.mediump_vec2_float_fragment"); 233 234 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004706, 235 "dEQP-GLES2.functional.shaders.operator.bi", 236 "nary_operator.mul.highp_vec2_float_vertex"); 237 238 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004707, 239 "dEQP-GLES2.functional.shaders.operator.bin", 240 "ary_operator.mul.highp_vec2_float_fragment"); 241 242 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004708, 243 "dEQP-GLES2.functional.shaders.operator.b", 244 "inary_operator.mul.lowp_vec3_float_vertex"); 245 246 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004709, 247 "dEQP-GLES2.functional.shaders.operator.bi", 248 "nary_operator.mul.lowp_vec3_float_fragment"); 249 250 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004710, 251 "dEQP-GLES2.functional.shaders.operator.bin", 252 "ary_operator.mul.mediump_vec3_float_vertex"); 253 254 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004711, 255 "dEQP-GLES2.functional.shaders.operator.bina", 256 "ry_operator.mul.mediump_vec3_float_fragment"); 257 258 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004712, 259 "dEQP-GLES2.functional.shaders.operator.bi", 260 "nary_operator.mul.highp_vec3_float_vertex"); 261 262 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004713, 263 "dEQP-GLES2.functional.shaders.operator.bin", 264 "ary_operator.mul.highp_vec3_float_fragment"); 265 266 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004714, 267 "dEQP-GLES2.functional.shaders.operator.b", 268 "inary_operator.mul.lowp_vec4_float_vertex"); 269 270 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004715, 271 "dEQP-GLES2.functional.shaders.operator.bi", 272 "nary_operator.mul.lowp_vec4_float_fragment"); 273 274 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004716, 275 "dEQP-GLES2.functional.shaders.operator.bin", 276 "ary_operator.mul.mediump_vec4_float_vertex"); 277 278 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004717, 279 "dEQP-GLES2.functional.shaders.operator.bina", 280 "ry_operator.mul.mediump_vec4_float_fragment"); 281 282 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004718, 283 "dEQP-GLES2.functional.shaders.operator.bi", 284 "nary_operator.mul.highp_vec4_float_vertex"); 285 286 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004719, 287 "dEQP-GLES2.functional.shaders.operator.bin", 288 "ary_operator.mul.highp_vec4_float_fragment"); 289 290 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004720, 291 "dEQP-GLES2.functional.shaders.operator.b", 292 "inary_operator.mul.lowp_ivec2_int_vertex"); 293 294 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004721, 295 "dEQP-GLES2.functional.shaders.operator.bi", 296 "nary_operator.mul.lowp_ivec2_int_fragment"); 297 298 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004722, 299 "dEQP-GLES2.functional.shaders.operator.bi", 300 "nary_operator.mul.mediump_ivec2_int_vertex"); 301 302 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004723, 303 "dEQP-GLES2.functional.shaders.operator.bin", 304 "ary_operator.mul.mediump_ivec2_int_fragment"); 305 306 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004724, 307 "dEQP-GLES2.functional.shaders.operator.b", 308 "inary_operator.mul.highp_ivec2_int_vertex"); 309 310 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004725, 311 "dEQP-GLES2.functional.shaders.operator.bi", 312 "nary_operator.mul.highp_ivec2_int_fragment"); 313 314 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004726, 315 "dEQP-GLES2.functional.shaders.operator.b", 316 "inary_operator.mul.lowp_ivec3_int_vertex"); 317 318 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004727, 319 "dEQP-GLES2.functional.shaders.operator.bi", 320 "nary_operator.mul.lowp_ivec3_int_fragment"); 321 322 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004728, 323 "dEQP-GLES2.functional.shaders.operator.bi", 324 "nary_operator.mul.mediump_ivec3_int_vertex"); 325 326 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004729, 327 "dEQP-GLES2.functional.shaders.operator.bin", 328 "ary_operator.mul.mediump_ivec3_int_fragment"); 329 330 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004730, 331 "dEQP-GLES2.functional.shaders.operator.b", 332 "inary_operator.mul.highp_ivec3_int_vertex"); 333 334 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004731, 335 "dEQP-GLES2.functional.shaders.operator.bi", 336 "nary_operator.mul.highp_ivec3_int_fragment"); 337 338 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004732, 339 "dEQP-GLES2.functional.shaders.operator.b", 340 "inary_operator.mul.lowp_ivec4_int_vertex"); 341 342 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004733, 343 "dEQP-GLES2.functional.shaders.operator.bi", 344 "nary_operator.mul.lowp_ivec4_int_fragment"); 345 346 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004734, 347 "dEQP-GLES2.functional.shaders.operator.bi", 348 "nary_operator.mul.mediump_ivec4_int_vertex"); 349 350 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004735, 351 "dEQP-GLES2.functional.shaders.operator.bin", 352 "ary_operator.mul.mediump_ivec4_int_fragment"); 353 354 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004736, 355 "dEQP-GLES2.functional.shaders.operator.b", 356 "inary_operator.mul.highp_ivec4_int_vertex"); 357 358 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004737, 359 "dEQP-GLES2.functional.shaders.operator.bi", 360 "nary_operator.mul.highp_ivec4_int_fragment"); 361 362 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004738, 363 "dEQP-GLES2.functional.shaders.operator.b", 364 "inary_operator.mul.lowp_float_vec2_vertex"); 365 366 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004739, 367 "dEQP-GLES2.functional.shaders.operator.bi", 368 "nary_operator.mul.lowp_float_vec2_fragment"); 369 370 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004740, 371 "dEQP-GLES2.functional.shaders.operator.bin", 372 "ary_operator.mul.mediump_float_vec2_vertex"); 373 374 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004741, 375 "dEQP-GLES2.functional.shaders.operator.bina", 376 "ry_operator.mul.mediump_float_vec2_fragment"); 377 378 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004742, 379 "dEQP-GLES2.functional.shaders.operator.bi", 380 "nary_operator.mul.highp_float_vec2_vertex"); 381 382 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004743, 383 "dEQP-GLES2.functional.shaders.operator.bin", 384 "ary_operator.mul.highp_float_vec2_fragment"); 385 386 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004744, 387 "dEQP-GLES2.functional.shaders.operator.b", 388 "inary_operator.mul.lowp_float_vec3_vertex"); 389 390 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004745, 391 "dEQP-GLES2.functional.shaders.operator.bi", 392 "nary_operator.mul.lowp_float_vec3_fragment"); 393 394 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004746, 395 "dEQP-GLES2.functional.shaders.operator.bin", 396 "ary_operator.mul.mediump_float_vec3_vertex"); 397 398 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004747, 399 "dEQP-GLES2.functional.shaders.operator.bina", 400 "ry_operator.mul.mediump_float_vec3_fragment"); 401 402 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004748, 403 "dEQP-GLES2.functional.shaders.operator.bi", 404 "nary_operator.mul.highp_float_vec3_vertex"); 405 406 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004749, 407 "dEQP-GLES2.functional.shaders.operator.bin", 408 "ary_operator.mul.highp_float_vec3_fragment"); 409 410 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004750, 411 "dEQP-GLES2.functional.shaders.operator.b", 412 "inary_operator.mul.lowp_float_vec4_vertex"); 413 414 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004751, 415 "dEQP-GLES2.functional.shaders.operator.bi", 416 "nary_operator.mul.lowp_float_vec4_fragment"); 417 418 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004752, 419 "dEQP-GLES2.functional.shaders.operator.bin", 420 "ary_operator.mul.mediump_float_vec4_vertex"); 421 422 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004753, 423 "dEQP-GLES2.functional.shaders.operator.bina", 424 "ry_operator.mul.mediump_float_vec4_fragment"); 425 426 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004754, 427 "dEQP-GLES2.functional.shaders.operator.bi", 428 "nary_operator.mul.highp_float_vec4_vertex"); 429 430 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004755, 431 "dEQP-GLES2.functional.shaders.operator.bin", 432 "ary_operator.mul.highp_float_vec4_fragment"); 433 434 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004756, 435 "dEQP-GLES2.functional.shaders.operator.b", 436 "inary_operator.mul.lowp_int_ivec2_vertex"); 437 438 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004757, 439 "dEQP-GLES2.functional.shaders.operator.bi", 440 "nary_operator.mul.lowp_int_ivec2_fragment"); 441 442 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004758, 443 "dEQP-GLES2.functional.shaders.operator.bi", 444 "nary_operator.mul.mediump_int_ivec2_vertex"); 445 446 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004759, 447 "dEQP-GLES2.functional.shaders.operator.bin", 448 "ary_operator.mul.mediump_int_ivec2_fragment"); 449 450 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004760, 451 "dEQP-GLES2.functional.shaders.operator.b", 452 "inary_operator.mul.highp_int_ivec2_vertex"); 453 454 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004761, 455 "dEQP-GLES2.functional.shaders.operator.bi", 456 "nary_operator.mul.highp_int_ivec2_fragment"); 457 458 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004762, 459 "dEQP-GLES2.functional.shaders.operator.b", 460 "inary_operator.mul.lowp_int_ivec3_vertex"); 461 462 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004763, 463 "dEQP-GLES2.functional.shaders.operator.bi", 464 "nary_operator.mul.lowp_int_ivec3_fragment"); 465 466 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004764, 467 "dEQP-GLES2.functional.shaders.operator.bi", 468 "nary_operator.mul.mediump_int_ivec3_vertex"); 469 470 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004765, 471 "dEQP-GLES2.functional.shaders.operator.bin", 472 "ary_operator.mul.mediump_int_ivec3_fragment"); 473 474 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004766, 475 "dEQP-GLES2.functional.shaders.operator.b", 476 "inary_operator.mul.highp_int_ivec3_vertex"); 477 478 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004767, 479 "dEQP-GLES2.functional.shaders.operator.bi", 480 "nary_operator.mul.highp_int_ivec3_fragment"); 481 482 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004768, 483 "dEQP-GLES2.functional.shaders.operator.b", 484 "inary_operator.mul.lowp_int_ivec4_vertex"); 485 486 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004769, 487 "dEQP-GLES2.functional.shaders.operator.bi", 488 "nary_operator.mul.lowp_int_ivec4_fragment"); 489 490 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004770, 491 "dEQP-GLES2.functional.shaders.operator.bi", 492 "nary_operator.mul.mediump_int_ivec4_vertex"); 493 494 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004771, 495 "dEQP-GLES2.functional.shaders.operator.bin", 496 "ary_operator.mul.mediump_int_ivec4_fragment"); 497 498 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004772, 499 "dEQP-GLES2.functional.shaders.operator.b", 500 "inary_operator.mul.highp_int_ivec4_vertex"); 501 502 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004773, 503 "dEQP-GLES2.functional.shaders.operator.bi", 504 "nary_operator.mul.highp_int_ivec4_fragment"); 505