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 "../Deqpgles3BaseFunc.h" 19 #include "../ActsDeqpgles30039TestSuite.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(ActsDeqpgles30039TestSuite, TestCase_038571, 27 "dEQP-GLES3.functional.attribu", 28 "te_location.layout_hole.float"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038572, 31 "dEQP-GLES3.functional.attrib", 32 "ute_location.layout_hole.vec2"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038573, 35 "dEQP-GLES3.functional.attrib", 36 "ute_location.layout_hole.vec3"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038574, 39 "dEQP-GLES3.functional.attrib", 40 "ute_location.layout_hole.vec4"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038575, 43 "dEQP-GLES3.functional.attrib", 44 "ute_location.layout_hole.mat2"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038576, 47 "dEQP-GLES3.functional.attrib", 48 "ute_location.layout_hole.mat3"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038577, 51 "dEQP-GLES3.functional.attrib", 52 "ute_location.layout_hole.mat4"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038578, 55 "dEQP-GLES3.functional.attrib", 56 "ute_location.layout_hole.int"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038579, 59 "dEQP-GLES3.functional.attribu", 60 "te_location.layout_hole.ivec2"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038580, 63 "dEQP-GLES3.functional.attribu", 64 "te_location.layout_hole.ivec3"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038581, 67 "dEQP-GLES3.functional.attribu", 68 "te_location.layout_hole.ivec4"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038582, 71 "dEQP-GLES3.functional.attrib", 72 "ute_location.layout_hole.uint"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038583, 75 "dEQP-GLES3.functional.attribu", 76 "te_location.layout_hole.uvec2"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038584, 79 "dEQP-GLES3.functional.attribu", 80 "te_location.layout_hole.uvec3"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038585, 83 "dEQP-GLES3.functional.attribu", 84 "te_location.layout_hole.uvec4"); 85 86 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038586, 87 "dEQP-GLES3.functional.attribu", 88 "te_location.layout_hole.mat2x2"); 89 90 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038587, 91 "dEQP-GLES3.functional.attribu", 92 "te_location.layout_hole.mat2x3"); 93 94 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038588, 95 "dEQP-GLES3.functional.attribu", 96 "te_location.layout_hole.mat2x4"); 97 98 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038589, 99 "dEQP-GLES3.functional.attribu", 100 "te_location.layout_hole.mat3x2"); 101 102 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038590, 103 "dEQP-GLES3.functional.attribu", 104 "te_location.layout_hole.mat3x3"); 105 106 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038591, 107 "dEQP-GLES3.functional.attribu", 108 "te_location.layout_hole.mat3x4"); 109 110 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038592, 111 "dEQP-GLES3.functional.attribu", 112 "te_location.layout_hole.mat4x2"); 113 114 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038593, 115 "dEQP-GLES3.functional.attribu", 116 "te_location.layout_hole.mat4x3"); 117 118 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038594, 119 "dEQP-GLES3.functional.attribu", 120 "te_location.layout_hole.mat4x4"); 121