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 "../ActsDeqpgles310007TestSuite.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(ActsDeqpgles310007TestSuite, TestCase_006685, 27 "dEQP-GLES31.functional.shaders.implicit_con", 28 "versions.es32.functions.int_to_float_vertex"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles310007TestSuite, TestCase_006686, 31 "dEQP-GLES31.functional.shaders.implicit_conv", 32 "ersions.es32.functions.int_to_float_fragment"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles310007TestSuite, TestCase_006687, 35 "dEQP-GLES31.functional.shaders.implicit_co", 36 "nversions.es32.functions.int_to_uint_vertex"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles310007TestSuite, TestCase_006688, 39 "dEQP-GLES31.functional.shaders.implicit_con", 40 "versions.es32.functions.int_to_uint_fragment"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles310007TestSuite, TestCase_006689, 43 "dEQP-GLES31.functional.shaders.implicit_con", 44 "versions.es32.functions.uint_to_float_vertex"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles310007TestSuite, TestCase_006690, 47 "dEQP-GLES31.functional.shaders.implicit_conv", 48 "ersions.es32.functions.uint_to_float_fragment"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles310007TestSuite, TestCase_006691, 51 "dEQP-GLES31.functional.shaders.implicit_conv", 52 "ersions.es32.functions.ivec2_to_uvec2_vertex"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles310007TestSuite, TestCase_006692, 55 "dEQP-GLES31.functional.shaders.implicit_conve", 56 "rsions.es32.functions.ivec2_to_uvec2_fragment"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles310007TestSuite, TestCase_006693, 59 "dEQP-GLES31.functional.shaders.implicit_con", 60 "versions.es32.functions.ivec2_to_vec2_vertex"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles310007TestSuite, TestCase_006694, 63 "dEQP-GLES31.functional.shaders.implicit_conv", 64 "ersions.es32.functions.ivec2_to_vec2_fragment"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles310007TestSuite, TestCase_006695, 67 "dEQP-GLES31.functional.shaders.implicit_con", 68 "versions.es32.functions.uvec2_to_vec2_vertex"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles310007TestSuite, TestCase_006696, 71 "dEQP-GLES31.functional.shaders.implicit_conv", 72 "ersions.es32.functions.uvec2_to_vec2_fragment"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles310007TestSuite, TestCase_006697, 75 "dEQP-GLES31.functional.shaders.implicit_conv", 76 "ersions.es32.functions.ivec3_to_uvec3_vertex"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles310007TestSuite, TestCase_006698, 79 "dEQP-GLES31.functional.shaders.implicit_conve", 80 "rsions.es32.functions.ivec3_to_uvec3_fragment"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles310007TestSuite, TestCase_006699, 83 "dEQP-GLES31.functional.shaders.implicit_con", 84 "versions.es32.functions.ivec3_to_vec3_vertex"); 85 86 static SHRINK_HWTEST_F(ActsDeqpgles310007TestSuite, TestCase_006700, 87 "dEQP-GLES31.functional.shaders.implicit_conv", 88 "ersions.es32.functions.ivec3_to_vec3_fragment"); 89 90 static SHRINK_HWTEST_F(ActsDeqpgles310007TestSuite, TestCase_006701, 91 "dEQP-GLES31.functional.shaders.implicit_con", 92 "versions.es32.functions.uvec3_to_vec3_vertex"); 93 94 static SHRINK_HWTEST_F(ActsDeqpgles310007TestSuite, TestCase_006702, 95 "dEQP-GLES31.functional.shaders.implicit_conv", 96 "ersions.es32.functions.uvec3_to_vec3_fragment"); 97 98 static SHRINK_HWTEST_F(ActsDeqpgles310007TestSuite, TestCase_006703, 99 "dEQP-GLES31.functional.shaders.implicit_conv", 100 "ersions.es32.functions.ivec4_to_uvec4_vertex"); 101 102 static SHRINK_HWTEST_F(ActsDeqpgles310007TestSuite, TestCase_006704, 103 "dEQP-GLES31.functional.shaders.implicit_conve", 104 "rsions.es32.functions.ivec4_to_uvec4_fragment"); 105 106 static SHRINK_HWTEST_F(ActsDeqpgles310007TestSuite, TestCase_006705, 107 "dEQP-GLES31.functional.shaders.implicit_con", 108 "versions.es32.functions.ivec4_to_vec4_vertex"); 109 110 static SHRINK_HWTEST_F(ActsDeqpgles310007TestSuite, TestCase_006706, 111 "dEQP-GLES31.functional.shaders.implicit_conv", 112 "ersions.es32.functions.ivec4_to_vec4_fragment"); 113 114 static SHRINK_HWTEST_F(ActsDeqpgles310007TestSuite, TestCase_006707, 115 "dEQP-GLES31.functional.shaders.implicit_con", 116 "versions.es32.functions.uvec4_to_vec4_vertex"); 117 118 static SHRINK_HWTEST_F(ActsDeqpgles310007TestSuite, TestCase_006708, 119 "dEQP-GLES31.functional.shaders.implicit_conv", 120 "ersions.es32.functions.uvec4_to_vec4_fragment"); 121