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 "../ActsDeqpgles310002TestSuite.h"
20#include "shrinkdefine.h"
21
22using namespace std;
23using namespace testing::ext;
24using namespace OHOS;
25
26static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001185,
27        "dEQP-GLES31.functional.shaders.builtin_func",
28        "tions.integer.umulextended.uint_highp_vertex");
29
30static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001186,
31        "dEQP-GLES31.functional.shaders.builtin_funct",
32        "ions.integer.umulextended.uint_highp_fragment");
33
34static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001187,
35        "dEQP-GLES31.functional.shaders.builtin_funct",
36        "ions.integer.umulextended.uint_highp_geometry");
37
38static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001188,
39        "dEQP-GLES31.functional.shaders.builtin_functio",
40        "ns.integer.umulextended.uint_highp_tess_control");
41
42static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001189,
43        "dEQP-GLES31.functional.shaders.builtin_functi",
44        "ons.integer.umulextended.uint_highp_tess_eval");
45
46static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001190,
47        "dEQP-GLES31.functional.shaders.builtin_funct",
48        "ions.integer.umulextended.uint_highp_compute");
49
50static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001191,
51        "dEQP-GLES31.functional.shaders.builtin_funct",
52        "ions.integer.umulextended.uvec2_highp_vertex");
53
54static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001192,
55        "dEQP-GLES31.functional.shaders.builtin_functi",
56        "ons.integer.umulextended.uvec2_highp_fragment");
57
58static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001193,
59        "dEQP-GLES31.functional.shaders.builtin_functi",
60        "ons.integer.umulextended.uvec2_highp_geometry");
61
62static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001194,
63        "dEQP-GLES31.functional.shaders.builtin_function",
64        "s.integer.umulextended.uvec2_highp_tess_control");
65
66static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001195,
67        "dEQP-GLES31.functional.shaders.builtin_functi",
68        "ons.integer.umulextended.uvec2_highp_tess_eval");
69
70static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001196,
71        "dEQP-GLES31.functional.shaders.builtin_funct",
72        "ions.integer.umulextended.uvec2_highp_compute");
73
74static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001197,
75        "dEQP-GLES31.functional.shaders.builtin_funct",
76        "ions.integer.umulextended.uvec3_highp_vertex");
77
78static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001198,
79        "dEQP-GLES31.functional.shaders.builtin_functi",
80        "ons.integer.umulextended.uvec3_highp_fragment");
81
82static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001199,
83        "dEQP-GLES31.functional.shaders.builtin_functi",
84        "ons.integer.umulextended.uvec3_highp_geometry");
85
86static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001200,
87        "dEQP-GLES31.functional.shaders.builtin_function",
88        "s.integer.umulextended.uvec3_highp_tess_control");
89
90static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001201,
91        "dEQP-GLES31.functional.shaders.builtin_functi",
92        "ons.integer.umulextended.uvec3_highp_tess_eval");
93
94static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001202,
95        "dEQP-GLES31.functional.shaders.builtin_funct",
96        "ions.integer.umulextended.uvec3_highp_compute");
97
98static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001203,
99        "dEQP-GLES31.functional.shaders.builtin_funct",
100        "ions.integer.umulextended.uvec4_highp_vertex");
101
102static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001204,
103        "dEQP-GLES31.functional.shaders.builtin_functi",
104        "ons.integer.umulextended.uvec4_highp_fragment");
105
106static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001205,
107        "dEQP-GLES31.functional.shaders.builtin_functi",
108        "ons.integer.umulextended.uvec4_highp_geometry");
109
110static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001206,
111        "dEQP-GLES31.functional.shaders.builtin_function",
112        "s.integer.umulextended.uvec4_highp_tess_control");
113
114static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001207,
115        "dEQP-GLES31.functional.shaders.builtin_functi",
116        "ons.integer.umulextended.uvec4_highp_tess_eval");
117
118static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001208,
119        "dEQP-GLES31.functional.shaders.builtin_funct",
120        "ions.integer.umulextended.uvec4_highp_compute");
121