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_011543,
27         "dEQP-GLES31.functional.image_l",
28         "oad_store.3d.load_store.rgba32f");
29 
30 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011544,
31         "dEQP-GLES31.functional.image_load_sto",
32         "re.3d.load_store.rgba32f_single_layer");
33 
34 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011545,
35         "dEQP-GLES31.functional.image_l",
36         "oad_store.3d.load_store.rgba16f");
37 
38 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011546,
39         "dEQP-GLES31.functional.image_load_sto",
40         "re.3d.load_store.rgba16f_single_layer");
41 
42 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011547,
43         "dEQP-GLES31.functional.image_",
44         "load_store.3d.load_store.r32f");
45 
46 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011548,
47         "dEQP-GLES31.functional.image_load_s",
48         "tore.3d.load_store.r32f_single_layer");
49 
50 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011549,
51         "dEQP-GLES31.functional.image_lo",
52         "ad_store.3d.load_store.rgba32ui");
53 
54 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011550,
55         "dEQP-GLES31.functional.image_load_sto",
56         "re.3d.load_store.rgba32ui_single_layer");
57 
58 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011551,
59         "dEQP-GLES31.functional.image_lo",
60         "ad_store.3d.load_store.rgba16ui");
61 
62 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011552,
63         "dEQP-GLES31.functional.image_load_sto",
64         "re.3d.load_store.rgba16ui_single_layer");
65 
66 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011553,
67         "dEQP-GLES31.functional.image_l",
68         "oad_store.3d.load_store.rgba8ui");
69 
70 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011554,
71         "dEQP-GLES31.functional.image_load_sto",
72         "re.3d.load_store.rgba8ui_single_layer");
73 
74 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011555,
75         "dEQP-GLES31.functional.image_",
76         "load_store.3d.load_store.r32ui");
77 
78 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011556,
79         "dEQP-GLES31.functional.image_load_st",
80         "ore.3d.load_store.r32ui_single_layer");
81 
82 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011557,
83         "dEQP-GLES31.functional.image_l",
84         "oad_store.3d.load_store.rgba32i");
85 
86 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011558,
87         "dEQP-GLES31.functional.image_load_sto",
88         "re.3d.load_store.rgba32i_single_layer");
89 
90 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011559,
91         "dEQP-GLES31.functional.image_l",
92         "oad_store.3d.load_store.rgba16i");
93 
94 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011560,
95         "dEQP-GLES31.functional.image_load_sto",
96         "re.3d.load_store.rgba16i_single_layer");
97 
98 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011561,
99         "dEQP-GLES31.functional.image_l",
100         "oad_store.3d.load_store.rgba8i");
101 
102 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011562,
103         "dEQP-GLES31.functional.image_load_st",
104         "ore.3d.load_store.rgba8i_single_layer");
105 
106 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011563,
107         "dEQP-GLES31.functional.image_",
108         "load_store.3d.load_store.r32i");
109 
110 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011564,
111         "dEQP-GLES31.functional.image_load_s",
112         "tore.3d.load_store.r32i_single_layer");
113 
114 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011565,
115         "dEQP-GLES31.functional.image_",
116         "load_store.3d.load_store.rgba8");
117 
118 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011566,
119         "dEQP-GLES31.functional.image_load_st",
120         "ore.3d.load_store.rgba8_single_layer");
121 
122 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011567,
123         "dEQP-GLES31.functional.image_loa",
124         "d_store.3d.load_store.rgba8_snorm");
125 
126 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011568,
127         "dEQP-GLES31.functional.image_load_store",
128         ".3d.load_store.rgba8_snorm_single_layer");
129