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_001209,
27        "dEQP-GLES31.functional.shaders.builtin_func",
28        "tions.integer.imulextended.int_highp_vertex");
29
30static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001210,
31        "dEQP-GLES31.functional.shaders.builtin_funct",
32        "ions.integer.imulextended.int_highp_fragment");
33
34static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001211,
35        "dEQP-GLES31.functional.shaders.builtin_funct",
36        "ions.integer.imulextended.int_highp_geometry");
37
38static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001212,
39        "dEQP-GLES31.functional.shaders.builtin_functio",
40        "ns.integer.imulextended.int_highp_tess_control");
41
42static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001213,
43        "dEQP-GLES31.functional.shaders.builtin_funct",
44        "ions.integer.imulextended.int_highp_tess_eval");
45
46static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001214,
47        "dEQP-GLES31.functional.shaders.builtin_func",
48        "tions.integer.imulextended.int_highp_compute");
49
50static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001215,
51        "dEQP-GLES31.functional.shaders.builtin_funct",
52        "ions.integer.imulextended.ivec2_highp_vertex");
53
54static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001216,
55        "dEQP-GLES31.functional.shaders.builtin_functi",
56        "ons.integer.imulextended.ivec2_highp_fragment");
57
58static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001217,
59        "dEQP-GLES31.functional.shaders.builtin_functi",
60        "ons.integer.imulextended.ivec2_highp_geometry");
61
62static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001218,
63        "dEQP-GLES31.functional.shaders.builtin_function",
64        "s.integer.imulextended.ivec2_highp_tess_control");
65
66static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001219,
67        "dEQP-GLES31.functional.shaders.builtin_functi",
68        "ons.integer.imulextended.ivec2_highp_tess_eval");
69
70static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001220,
71        "dEQP-GLES31.functional.shaders.builtin_funct",
72        "ions.integer.imulextended.ivec2_highp_compute");
73
74static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001221,
75        "dEQP-GLES31.functional.shaders.builtin_funct",
76        "ions.integer.imulextended.ivec3_highp_vertex");
77
78static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001222,
79        "dEQP-GLES31.functional.shaders.builtin_functi",
80        "ons.integer.imulextended.ivec3_highp_fragment");
81
82static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001223,
83        "dEQP-GLES31.functional.shaders.builtin_functi",
84        "ons.integer.imulextended.ivec3_highp_geometry");
85
86static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001224,
87        "dEQP-GLES31.functional.shaders.builtin_function",
88        "s.integer.imulextended.ivec3_highp_tess_control");
89
90static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001225,
91        "dEQP-GLES31.functional.shaders.builtin_functi",
92        "ons.integer.imulextended.ivec3_highp_tess_eval");
93
94static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001226,
95        "dEQP-GLES31.functional.shaders.builtin_funct",
96        "ions.integer.imulextended.ivec3_highp_compute");
97
98static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001227,
99        "dEQP-GLES31.functional.shaders.builtin_funct",
100        "ions.integer.imulextended.ivec4_highp_vertex");
101
102static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001228,
103        "dEQP-GLES31.functional.shaders.builtin_functi",
104        "ons.integer.imulextended.ivec4_highp_fragment");
105
106static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001229,
107        "dEQP-GLES31.functional.shaders.builtin_functi",
108        "ons.integer.imulextended.ivec4_highp_geometry");
109
110static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001230,
111        "dEQP-GLES31.functional.shaders.builtin_function",
112        "s.integer.imulextended.ivec4_highp_tess_control");
113
114static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001231,
115        "dEQP-GLES31.functional.shaders.builtin_functi",
116        "ons.integer.imulextended.ivec4_highp_tess_eval");
117
118static SHRINK_HWTEST_F(ActsDeqpgles310002TestSuite, TestCase_001232,
119        "dEQP-GLES31.functional.shaders.builtin_funct",
120        "ions.integer.imulextended.ivec4_highp_compute");
121