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_011517,
27         "dEQP-GLES31.functional.image",
28         "_load_store.3d.store.rgba32f");
29 
30 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011518,
31         "dEQP-GLES31.functional.image_load_",
32         "store.3d.store.rgba32f_single_layer");
33 
34 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011519,
35         "dEQP-GLES31.functional.image",
36         "_load_store.3d.store.rgba16f");
37 
38 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011520,
39         "dEQP-GLES31.functional.image_load_",
40         "store.3d.store.rgba16f_single_layer");
41 
42 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011521,
43         "dEQP-GLES31.functional.ima",
44         "ge_load_store.3d.store.r32f");
45 
46 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011522,
47         "dEQP-GLES31.functional.image_load",
48         "_store.3d.store.r32f_single_layer");
49 
50 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011523,
51         "dEQP-GLES31.functional.image",
52         "_load_store.3d.store.rgba32ui");
53 
54 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011524,
55         "dEQP-GLES31.functional.image_load_s",
56         "tore.3d.store.rgba32ui_single_layer");
57 
58 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011525,
59         "dEQP-GLES31.functional.image",
60         "_load_store.3d.store.rgba16ui");
61 
62 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011526,
63         "dEQP-GLES31.functional.image_load_s",
64         "tore.3d.store.rgba16ui_single_layer");
65 
66 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011527,
67         "dEQP-GLES31.functional.image",
68         "_load_store.3d.store.rgba8ui");
69 
70 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011528,
71         "dEQP-GLES31.functional.image_load_",
72         "store.3d.store.rgba8ui_single_layer");
73 
74 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011529,
75         "dEQP-GLES31.functional.imag",
76         "e_load_store.3d.store.r32ui");
77 
78 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011530,
79         "dEQP-GLES31.functional.image_load",
80         "_store.3d.store.r32ui_single_layer");
81 
82 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011531,
83         "dEQP-GLES31.functional.image",
84         "_load_store.3d.store.rgba32i");
85 
86 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011532,
87         "dEQP-GLES31.functional.image_load_",
88         "store.3d.store.rgba32i_single_layer");
89 
90 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011533,
91         "dEQP-GLES31.functional.image",
92         "_load_store.3d.store.rgba16i");
93 
94 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011534,
95         "dEQP-GLES31.functional.image_load_",
96         "store.3d.store.rgba16i_single_layer");
97 
98 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011535,
99         "dEQP-GLES31.functional.imag",
100         "e_load_store.3d.store.rgba8i");
101 
102 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011536,
103         "dEQP-GLES31.functional.image_load_",
104         "store.3d.store.rgba8i_single_layer");
105 
106 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011537,
107         "dEQP-GLES31.functional.ima",
108         "ge_load_store.3d.store.r32i");
109 
110 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011538,
111         "dEQP-GLES31.functional.image_load",
112         "_store.3d.store.r32i_single_layer");
113 
114 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011539,
115         "dEQP-GLES31.functional.imag",
116         "e_load_store.3d.store.rgba8");
117 
118 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011540,
119         "dEQP-GLES31.functional.image_load",
120         "_store.3d.store.rgba8_single_layer");
121 
122 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011541,
123         "dEQP-GLES31.functional.image_l",
124         "oad_store.3d.store.rgba8_snorm");
125 
126 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011542,
127         "dEQP-GLES31.functional.image_load_st",
128         "ore.3d.store.rgba8_snorm_single_layer");
129