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_011255, 27 "dEQP-GLES31.functional.image_load_s", 28 "tore.2d.atomic.exchange_r32f_result"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011256, 31 "dEQP-GLES31.functional.image_load_stor", 32 "e.2d.atomic.exchange_r32f_return_value"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011257, 35 "dEQP-GLES31.functional.image_load", 36 "_store.2d.atomic.add_r32ui_result"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011258, 39 "dEQP-GLES31.functional.image_load_st", 40 "ore.2d.atomic.add_r32ui_return_value"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011259, 43 "dEQP-GLES31.functional.image_load", 44 "_store.2d.atomic.min_r32ui_result"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011260, 47 "dEQP-GLES31.functional.image_load_st", 48 "ore.2d.atomic.min_r32ui_return_value"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011261, 51 "dEQP-GLES31.functional.image_load", 52 "_store.2d.atomic.max_r32ui_result"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011262, 55 "dEQP-GLES31.functional.image_load_st", 56 "ore.2d.atomic.max_r32ui_return_value"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011263, 59 "dEQP-GLES31.functional.image_load", 60 "_store.2d.atomic.and_r32ui_result"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011264, 63 "dEQP-GLES31.functional.image_load_st", 64 "ore.2d.atomic.and_r32ui_return_value"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011265, 67 "dEQP-GLES31.functional.image_loa", 68 "d_store.2d.atomic.or_r32ui_result"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011266, 71 "dEQP-GLES31.functional.image_load_s", 72 "tore.2d.atomic.or_r32ui_return_value"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011267, 75 "dEQP-GLES31.functional.image_load", 76 "_store.2d.atomic.xor_r32ui_result"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011268, 79 "dEQP-GLES31.functional.image_load_st", 80 "ore.2d.atomic.xor_r32ui_return_value"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011269, 83 "dEQP-GLES31.functional.image_load_s", 84 "tore.2d.atomic.exchange_r32ui_result"); 85 86 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011270, 87 "dEQP-GLES31.functional.image_load_stor", 88 "e.2d.atomic.exchange_r32ui_return_value"); 89 90 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011271, 91 "dEQP-GLES31.functional.image_load_st", 92 "ore.2d.atomic.comp_swap_r32ui_result"); 93 94 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011272, 95 "dEQP-GLES31.functional.image_loa", 96 "d_store.2d.atomic.add_r32i_result"); 97 98 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011273, 99 "dEQP-GLES31.functional.image_load_s", 100 "tore.2d.atomic.add_r32i_return_value"); 101 102 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011274, 103 "dEQP-GLES31.functional.image_loa", 104 "d_store.2d.atomic.min_r32i_result"); 105 106 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011275, 107 "dEQP-GLES31.functional.image_load_s", 108 "tore.2d.atomic.min_r32i_return_value"); 109 110 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011276, 111 "dEQP-GLES31.functional.image_loa", 112 "d_store.2d.atomic.max_r32i_result"); 113 114 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011277, 115 "dEQP-GLES31.functional.image_load_s", 116 "tore.2d.atomic.max_r32i_return_value"); 117 118 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011278, 119 "dEQP-GLES31.functional.image_loa", 120 "d_store.2d.atomic.and_r32i_result"); 121 122 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011279, 123 "dEQP-GLES31.functional.image_load_s", 124 "tore.2d.atomic.and_r32i_return_value"); 125 126 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011280, 127 "dEQP-GLES31.functional.image_loa", 128 "d_store.2d.atomic.or_r32i_result"); 129 130 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011281, 131 "dEQP-GLES31.functional.image_load_s", 132 "tore.2d.atomic.or_r32i_return_value"); 133 134 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011282, 135 "dEQP-GLES31.functional.image_loa", 136 "d_store.2d.atomic.xor_r32i_result"); 137 138 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011283, 139 "dEQP-GLES31.functional.image_load_s", 140 "tore.2d.atomic.xor_r32i_return_value"); 141 142 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011284, 143 "dEQP-GLES31.functional.image_load_s", 144 "tore.2d.atomic.exchange_r32i_result"); 145 146 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011285, 147 "dEQP-GLES31.functional.image_load_stor", 148 "e.2d.atomic.exchange_r32i_return_value"); 149 150 static SHRINK_HWTEST_F(ActsDeqpgles310012TestSuite, TestCase_011286, 151 "dEQP-GLES31.functional.image_load_s", 152 "tore.2d.atomic.comp_swap_r32i_result"); 153