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 "../ActsDeqpgles310012TestSuite.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(ActsDeqpgles310012TestSuite, TestCase_011360,
27         "dEQP-GLES31.functional.image_",
28         "load_store.cube.store.rgba32f");
29 
30 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011361,
31         "dEQP-GLES31.functional.image_load_s",
32         "tore.cube.store.rgba32f_single_layer");
33 
34 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011362,
35         "dEQP-GLES31.functional.image_",
36         "load_store.cube.store.rgba16f");
37 
38 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011363,
39         "dEQP-GLES31.functional.image_load_s",
40         "tore.cube.store.rgba16f_single_layer");
41 
42 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011364,
43         "dEQP-GLES31.functional.imag",
44         "e_load_store.cube.store.r32f");
45 
46 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011365,
47         "dEQP-GLES31.functional.image_load_",
48         "store.cube.store.r32f_single_layer");
49 
50 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011366,
51         "dEQP-GLES31.functional.image_",
52         "load_store.cube.store.rgba32ui");
53 
54 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011367,
55         "dEQP-GLES31.functional.image_load_st",
56         "ore.cube.store.rgba32ui_single_layer");
57 
58 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011368,
59         "dEQP-GLES31.functional.image_",
60         "load_store.cube.store.rgba16ui");
61 
62 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011369,
63         "dEQP-GLES31.functional.image_load_st",
64         "ore.cube.store.rgba16ui_single_layer");
65 
66 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011370,
67         "dEQP-GLES31.functional.image_",
68         "load_store.cube.store.rgba8ui");
69 
70 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011371,
71         "dEQP-GLES31.functional.image_load_s",
72         "tore.cube.store.rgba8ui_single_layer");
73 
74 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011372,
75         "dEQP-GLES31.functional.image",
76         "_load_store.cube.store.r32ui");
77 
78 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011373,
79         "dEQP-GLES31.functional.image_load_",
80         "store.cube.store.r32ui_single_layer");
81 
82 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011374,
83         "dEQP-GLES31.functional.image_",
84         "load_store.cube.store.rgba32i");
85 
86 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011375,
87         "dEQP-GLES31.functional.image_load_s",
88         "tore.cube.store.rgba32i_single_layer");
89 
90 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011376,
91         "dEQP-GLES31.functional.image_",
92         "load_store.cube.store.rgba16i");
93 
94 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011377,
95         "dEQP-GLES31.functional.image_load_s",
96         "tore.cube.store.rgba16i_single_layer");
97 
98 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011378,
99         "dEQP-GLES31.functional.image",
100         "_load_store.cube.store.rgba8i");
101 
102 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011379,
103         "dEQP-GLES31.functional.image_load_s",
104         "tore.cube.store.rgba8i_single_layer");
105 
106 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011380,
107         "dEQP-GLES31.functional.imag",
108         "e_load_store.cube.store.r32i");
109 
110 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011381,
111         "dEQP-GLES31.functional.image_load_",
112         "store.cube.store.r32i_single_layer");
113 
114 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011382,
115         "dEQP-GLES31.functional.image",
116         "_load_store.cube.store.rgba8");
117 
118 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011383,
119         "dEQP-GLES31.functional.image_load_",
120         "store.cube.store.rgba8_single_layer");
121 
122 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011384,
123         "dEQP-GLES31.functional.image_lo",
124         "ad_store.cube.store.rgba8_snorm");
125 
126 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011385,
127         "dEQP-GLES31.functional.image_load_sto",
128         "re.cube.store.rgba8_snorm_single_layer");
129