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 "../ActsDeqpgles310004TestSuite.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(ActsDeqpgles310004TestSuite, TestCase_003860, 27 "dEQP-GLES31.functional.shaders.arrays_of_arra", 28 "ys.es31.constructor.implicit.float_3x3_vertex"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_003861, 31 "dEQP-GLES31.functional.shaders.arrays_of_array", 32 "s.es31.constructor.implicit.float_3x3_fragment"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_003862, 35 "dEQP-GLES31.functional.shaders.arrays_of_arra", 36 "ys.es31.constructor.implicit.float_3x4_vertex"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_003863, 39 "dEQP-GLES31.functional.shaders.arrays_of_array", 40 "s.es31.constructor.implicit.float_3x4_fragment"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_003864, 43 "dEQP-GLES31.functional.shaders.arrays_of_arr", 44 "ays.es31.constructor.implicit.int_3x1_vertex"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_003865, 47 "dEQP-GLES31.functional.shaders.arrays_of_arra", 48 "ys.es31.constructor.implicit.int_3x1_fragment"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_003866, 51 "dEQP-GLES31.functional.shaders.arrays_of_arra", 52 "ys.es31.constructor.implicit.int_4x4x4_vertex"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_003867, 55 "dEQP-GLES31.functional.shaders.arrays_of_array", 56 "s.es31.constructor.implicit.int_4x4x4_fragment"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_003868, 59 "dEQP-GLES31.functional.shaders.arrays_of_arra", 60 "ys.es31.constructor.implicit.bool_3x3x3_vertex"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_003869, 63 "dEQP-GLES31.functional.shaders.arrays_of_array", 64 "s.es31.constructor.implicit.bool_3x3x3_fragment"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_003870, 67 "dEQP-GLES31.functional.shaders.arrays_of_arra", 68 "ys.es31.constructor.implicit.bool_2x1x4_vertex"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_003871, 71 "dEQP-GLES31.functional.shaders.arrays_of_array", 72 "s.es31.constructor.implicit.bool_2x1x4_fragment"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_003872, 75 "dEQP-GLES31.functional.shaders.arrays_of_arra", 76 "ys.es31.constructor.implicit.struct_3x2_vertex"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_003873, 79 "dEQP-GLES31.functional.shaders.arrays_of_array", 80 "s.es31.constructor.implicit.struct_3x2_fragment"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_003874, 83 "dEQP-GLES31.functional.shaders.arrays_of_array", 84 "s.es31.constructor.implicit.struct_4x1x4_vertex"); 85 86 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_003875, 87 "dEQP-GLES31.functional.shaders.arrays_of_arrays", 88 ".es31.constructor.implicit.struct_4x1x4_fragment"); 89 90 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_003876, 91 "dEQP-GLES31.functional.shaders.arrays_of_arr", 92 "ays.es31.constructor.implicit.vec3_4x3_vertex"); 93 94 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_003877, 95 "dEQP-GLES31.functional.shaders.arrays_of_arra", 96 "ys.es31.constructor.implicit.vec3_4x3_fragment"); 97 98 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_003878, 99 "dEQP-GLES31.functional.shaders.arrays_of_array", 100 "s.es31.constructor.implicit.ivec3_3x2x1_vertex"); 101 102 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_003879, 103 "dEQP-GLES31.functional.shaders.arrays_of_arrays", 104 ".es31.constructor.implicit.ivec3_3x2x1_fragment"); 105 106 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_003880, 107 "dEQP-GLES31.functional.shaders.arrays_of_array", 108 "s.es31.constructor.implicit.bvec3_1x2x3_vertex"); 109 110 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_003881, 111 "dEQP-GLES31.functional.shaders.arrays_of_arrays", 112 ".es31.constructor.implicit.bvec3_1x2x3_fragment"); 113 114 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_003882, 115 "dEQP-GLES31.functional.shaders.arrays_of_arr", 116 "ays.es31.constructor.implicit.mat3_3x2_vertex"); 117 118 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_003883, 119 "dEQP-GLES31.functional.shaders.arrays_of_arra", 120 "ys.es31.constructor.implicit.mat3_3x2_fragment"); 121 122 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_003884, 123 "dEQP-GLES31.functional.shaders.arrays_of_arra", 124 "ys.es31.constructor.implicit.mat3_3x3x3_vertex"); 125 126 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_003885, 127 "dEQP-GLES31.functional.shaders.arrays_of_array", 128 "s.es31.constructor.implicit.mat3_3x3x3_fragment"); 129 130 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_003886, 131 "dEQP-GLES31.functional.shaders.arrays_of_arr", 132 "ays.es31.constructor.implicit.mat3_3x4_vertex"); 133 134 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_003887, 135 "dEQP-GLES31.functional.shaders.arrays_of_arra", 136 "ys.es31.constructor.implicit.mat3_3x4_fragment"); 137 138 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_003888, 139 "dEQP-GLES31.functional.shaders.arrays_of_arrays.es31.", 140 "constructor.implicit.int_high_dimensional_array_vertex"); 141 142 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_003889, 143 "dEQP-GLES31.functional.shaders.arrays_of_arrays.es31.c", 144 "onstructor.implicit.int_high_dimensional_array_fragment"); 145 146 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_004152, 147 "dEQP-GLES31.functional.shaders.arrays_of_arra", 148 "ys.es32.constructor.implicit.float_3x3_vertex"); 149 150 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_004153, 151 "dEQP-GLES31.functional.shaders.arrays_of_array", 152 "s.es32.constructor.implicit.float_3x3_fragment"); 153 154 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_004154, 155 "dEQP-GLES31.functional.shaders.arrays_of_arra", 156 "ys.es32.constructor.implicit.float_3x4_vertex"); 157 158 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_004155, 159 "dEQP-GLES31.functional.shaders.arrays_of_array", 160 "s.es32.constructor.implicit.float_3x4_fragment"); 161 162 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_004156, 163 "dEQP-GLES31.functional.shaders.arrays_of_arr", 164 "ays.es32.constructor.implicit.int_3x1_vertex"); 165 166 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_004157, 167 "dEQP-GLES31.functional.shaders.arrays_of_arra", 168 "ys.es32.constructor.implicit.int_3x1_fragment"); 169 170 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_004158, 171 "dEQP-GLES31.functional.shaders.arrays_of_arra", 172 "ys.es32.constructor.implicit.int_4x4x4_vertex"); 173 174 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_004159, 175 "dEQP-GLES31.functional.shaders.arrays_of_array", 176 "s.es32.constructor.implicit.int_4x4x4_fragment"); 177 178 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_004160, 179 "dEQP-GLES31.functional.shaders.arrays_of_arra", 180 "ys.es32.constructor.implicit.bool_3x3x3_vertex"); 181 182 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_004161, 183 "dEQP-GLES31.functional.shaders.arrays_of_array", 184 "s.es32.constructor.implicit.bool_3x3x3_fragment"); 185 186 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_004162, 187 "dEQP-GLES31.functional.shaders.arrays_of_arra", 188 "ys.es32.constructor.implicit.bool_2x1x4_vertex"); 189 190 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_004163, 191 "dEQP-GLES31.functional.shaders.arrays_of_array", 192 "s.es32.constructor.implicit.bool_2x1x4_fragment"); 193 194 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_004164, 195 "dEQP-GLES31.functional.shaders.arrays_of_arra", 196 "ys.es32.constructor.implicit.struct_3x2_vertex"); 197 198 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_004165, 199 "dEQP-GLES31.functional.shaders.arrays_of_array", 200 "s.es32.constructor.implicit.struct_3x2_fragment"); 201 202 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_004166, 203 "dEQP-GLES31.functional.shaders.arrays_of_array", 204 "s.es32.constructor.implicit.struct_4x1x4_vertex"); 205 206 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_004167, 207 "dEQP-GLES31.functional.shaders.arrays_of_arrays", 208 ".es32.constructor.implicit.struct_4x1x4_fragment"); 209 210 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_004168, 211 "dEQP-GLES31.functional.shaders.arrays_of_arr", 212 "ays.es32.constructor.implicit.vec3_4x3_vertex"); 213 214 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_004169, 215 "dEQP-GLES31.functional.shaders.arrays_of_arra", 216 "ys.es32.constructor.implicit.vec3_4x3_fragment"); 217 218 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_004170, 219 "dEQP-GLES31.functional.shaders.arrays_of_array", 220 "s.es32.constructor.implicit.ivec3_3x2x1_vertex"); 221 222 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_004171, 223 "dEQP-GLES31.functional.shaders.arrays_of_arrays", 224 ".es32.constructor.implicit.ivec3_3x2x1_fragment"); 225 226 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_004172, 227 "dEQP-GLES31.functional.shaders.arrays_of_array", 228 "s.es32.constructor.implicit.bvec3_1x2x3_vertex"); 229 230 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_004173, 231 "dEQP-GLES31.functional.shaders.arrays_of_arrays", 232 ".es32.constructor.implicit.bvec3_1x2x3_fragment"); 233 234 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_004174, 235 "dEQP-GLES31.functional.shaders.arrays_of_arr", 236 "ays.es32.constructor.implicit.mat3_3x2_vertex"); 237 238 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_004175, 239 "dEQP-GLES31.functional.shaders.arrays_of_arra", 240 "ys.es32.constructor.implicit.mat3_3x2_fragment"); 241 242 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_004176, 243 "dEQP-GLES31.functional.shaders.arrays_of_arra", 244 "ys.es32.constructor.implicit.mat3_3x3x3_vertex"); 245 246 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_004177, 247 "dEQP-GLES31.functional.shaders.arrays_of_array", 248 "s.es32.constructor.implicit.mat3_3x3x3_fragment"); 249 250 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_004178, 251 "dEQP-GLES31.functional.shaders.arrays_of_arr", 252 "ays.es32.constructor.implicit.mat3_3x4_vertex"); 253 254 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_004179, 255 "dEQP-GLES31.functional.shaders.arrays_of_arra", 256 "ys.es32.constructor.implicit.mat3_3x4_fragment"); 257 258 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_004180, 259 "dEQP-GLES31.functional.shaders.arrays_of_arrays.es32.", 260 "constructor.implicit.int_high_dimensional_array_vertex"); 261 262 static SHRINK_HWTEST_F(ActsDeqpgles310004TestSuite, TestCase_004181, 263 "dEQP-GLES31.functional.shaders.arrays_of_arrays.es32.c", 264 "onstructor.implicit.int_high_dimensional_array_fragment"); 265