Home
last modified time | relevance | path

Searched defs:testCase (Results 1 – 25 of 145) sorted by relevance

123456

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cCopyImageTests.hpp116 struct testCase struct in gl4cts::CopyImage::FunctionalTest
118 targetDesc m_dst;
119 glw::GLuint m_dst_x;
120 glw::GLuint m_dst_y;
121 targetDesc m_src;
122 glw::GLuint m_src_x;
123 glw::GLuint m_src_y;
124 glw::GLuint m_width;
125 glw::GLuint m_height;
209 struct testCase struct in gl4cts::CopyImage::SmokeTest
[all …]
Dgl4cEnhancedLayoutsTests.hpp1367 struct testCase struct in gl4cts::EnhancedLayouts::GLSLContantImmutablityTest
1369 CONSTANTS m_constant;
1370 Utils::Shader::STAGES m_stage;
1567 struct testCase struct in gl4cts::EnhancedLayouts::UniformBlockLayoutQualifierConflictTest
1569 QUALIFIERS m_qualifier;
1570 Utils::Shader::STAGES m_stage;
1626 struct testCase struct in gl4cts::EnhancedLayouts::UniformBlockMemberInvalidOffsetAlignmentTest
1628 glw::GLuint m_offset;
1629 bool m_should_fail;
1630 Utils::Shader::STAGES m_stage;
[all …]
Dgl3cGPUShader5Tests.hpp159 struct testCase struct in gl3cts::GPUShader5ImplicitConversionsTest
161 const glw::GLchar* m_destination_type;
162 bool m_is_white_expected;
163 const glw::GLchar* m_source_type;
164 Utils::_variable_type m_source_variable_type;
165 const void* m_u1_data;
166 const void* m_u2_data;
294 struct testCase struct in gl3cts::GPUShader5FloatEncodingTest
296 const valueInfo m_expected_value;
297 const valueInfo m_value;
[all …]
Dgl3cTextureSwizzleTests.hpp206 struct testCase struct in gl3cts::TextureSwizzle::SmokeTest
208 size_t m_channel_index;
209 size_t m_source_texture_format_index;
210 size_t m_source_texture_target_index;
211 size_t m_texture_access_index;
212 glw::GLint m_texture_swizzle_red;
213 glw::GLint m_texture_swizzle_green;
214 glw::GLint m_texture_swizzle_blue;
215 glw::GLint m_texture_swizzle_alpha;
216 glw::GLint m_texture_sizes[4];
Dgl4cBufferStorageTests.hpp113 struct testCase struct in gl4cts::BufferStorage::GetBufferParameterTest
117 glw::GLenum m_flags;
118 glw::GLenum m_access;
215 struct testCase struct in gl4cts::BufferStorage::MapPersistentBufferSubDataTest
217 glw::GLintptr m_offset;
218 glw::GLsizeiptr m_size;
219 bool m_cross_mapped_region;
Dgl4cShadingLanguage420PackTests.hpp745 struct testCase struct in gl4cts::GLSL420Pack::LineContinuationTest
747 glw::GLuint m_case;
748 glw::GLuint m_repetitions;
749 glw::GLuint m_line_endings;
875 struct testCase struct in gl4cts::GLSL420Pack::UTF8CharactersTest
877 CASES m_case;
878 Utils::UTF8_CHARACTERS m_character;
967 struct testCase struct in gl4cts::GLSL420Pack::ImplicitConversionsValidTest
969 typesPair m_types;
970 glw::GLuint m_n_cols;
[all …]
/third_party/flutter/skia/third_party/externals/wuffs/script/bench-go-gif/
Dmain.go45 type testCase = struct { struct
46 benchname string
47 filename string
48 itersUnscaled uint32
/third_party/vk-gl-cts/framework/common/
DtcuTestSessionExecutor.cpp103 TestCase* const testCase = static_cast<TestCase*>(curNode); in iterate() local
138 TestCase* const testCase = static_cast<TestCase*>(m_iterator.getNode()); in iterate() local
192 bool TestSessionExecutor::enterTestCase (TestCase* testCase, const std::string& casePath) in enterTestCase()
238 void TestSessionExecutor::leaveTestCase (TestCase* testCase) in leaveTestCase()
293 TestCase::IterateResult TestSessionExecutor::iterateTestCase (TestCase* testCase) in iterateTestCase()
/third_party/vk-gl-cts/modules/gles31/
Dtes31TestCaseWrapper.hpp65 void TestCaseWrapper<TEST_PACKAGE>::init (tcu::TestCase* testCase, const std::string& path) in init()
74 void TestCaseWrapper<TEST_PACKAGE>::deinit (tcu::TestCase* testCase) in deinit()
83 tcu::TestNode::IterateResult TestCaseWrapper<TEST_PACKAGE>::iterate (tcu::TestCase* testCase) in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcConfigPackage.cpp54 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string&) in init()
59 void TestCaseWrapper::deinit(tcu::TestCase* testCase) in deinit()
64 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase) in iterate()
DglcTestCaseWrapper.cpp44 bool TestCaseWrapper::initTestCase(tcu::TestCase* testCase) in initTestCase()
105 bool TestCaseWrapper::deinitTestCase(tcu::TestCase* testCase) in deinitTestCase()
135 tcu::TestNode::IterateResult TestCaseWrapper::iterateTestCase(tcu::TestCase* testCase) in iterateTestCase()
DglcNoDefaultContextPackage.cpp56 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string&) in init()
61 void TestCaseWrapper::deinit(tcu::TestCase* testCase) in deinit()
66 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase) in iterate()
/third_party/icu/icu4c/source/test/perf/collperf2/
Dcollperf2.cpp1446 Strcoll *testCase = new Strcoll(coll, getData16(status), TRUE /* useLen */); in TestStrcoll() local
1457 Strcoll *testCase = new Strcoll(coll, getData16(status), FALSE /* useLen */); in TestStrcollNull() local
1468 …Strcoll_2 *testCase = new Strcoll_2(coll, getData16(status), getModData16(status), TRUE /* useLen … in TestStrcollSimilar() local
1479 StrcollUTF8 *testCase = new StrcollUTF8(coll, getData8(status), TRUE /* useLen */); in TestStrcollUTF8() local
1490 StrcollUTF8 *testCase = new StrcollUTF8(coll, getData8(status),FALSE /* useLen */); in TestStrcollUTF8Null() local
1501 …StrcollUTF8_2 *testCase = new StrcollUTF8_2(coll, getData8(status), getModData8(status), TRUE /* u… in TestStrcollUTF8Similar() local
1512 GetSortKey *testCase = new GetSortKey(coll, getData16(status), TRUE /* useLen */); in TestGetSortKey() local
1523 GetSortKey *testCase = new GetSortKey(coll, getData16(status), FALSE /* useLen */); in TestGetSortKeyNull() local
1534 NextSortKeyPart *testCase = new NextSortKeyPart(coll, getData16(status), 4 /* bufSize */); in TestNextSortKeyPart_4All() local
1545 …NextSortKeyPart *testCase = new NextSortKeyPart(coll, getData16(status), 4 /* bufSize */, 4 /* max… in TestNextSortKeyPart_4x4() local
[all …]
/third_party/vk-gl-cts/modules/internal/
DditTestPackage.cpp84 void init (tcu::TestCase* testCase, const std::string&) in init()
89 void deinit (tcu::TestCase* testCase) in deinit()
94 tcu::TestNode::IterateResult iterate (tcu::TestCase* testCase) in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/
DesextcTestPackage.cpp68 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string& path) in init()
78 void TestCaseWrapper::deinit(tcu::TestCase* testCase) in deinit()
85 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase) in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/gles32/
Des32cTestPackage.cpp89 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string& path) in init()
99 void TestCaseWrapper::deinit(tcu::TestCase* testCase) in deinit()
106 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase) in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
Des3cTestPackage.cpp83 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string& path) in init()
93 void TestCaseWrapper::deinit(tcu::TestCase* testCase) in deinit()
100 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase) in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/gles2/
Des2cTestPackage.cpp66 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string& path) in init()
76 void TestCaseWrapper::deinit(tcu::TestCase* testCase) in deinit()
83 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase) in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cTestPackage.cpp105 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string& path) in init()
115 void TestCaseWrapper::deinit(tcu::TestCase* testCase) in deinit()
122 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase) in iterate()
/third_party/vk-gl-cts/modules/gles2/
Dtes2TestPackage.cpp71 void TestCaseWrapper::init (tcu::TestCase* testCase, const std::string& path) in init()
79 void TestCaseWrapper::deinit (tcu::TestCase* testCase) in deinit()
87 tcu::TestNode::IterateResult TestCaseWrapper::iterate (tcu::TestCase* testCase) in iterate()
/third_party/vk-gl-cts/modules/gles3/
Dtes3TestPackage.cpp69 void TestCaseWrapper::init (tcu::TestCase* testCase, const std::string& path) in init()
77 void TestCaseWrapper::deinit (tcu::TestCase* testCase) in deinit()
85 tcu::TestNode::IterateResult TestCaseWrapper::iterate (tcu::TestCase* testCase) in iterate()
/third_party/vk-gl-cts/modules/egl/
DteglTestPackage.cpp162 void init (tcu::TestCase* testCase, const std::string&) in init()
167 void deinit (tcu::TestCase* testCase) in deinit()
172 tcu::TestNode::IterateResult iterate (tcu::TestCase* testCase) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawOutputLocationTests.cpp86 …cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, cases[i].c_str(), "",… in createTests() local
108 …cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, cases[i].c_str(), "",… in createTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureMultisampleTests.cpp56 …cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, cases[i].c_str(), "",… in createAtomicTests() local
80 for (const auto& testCase : cases) in createInvalidSampleIndexTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
DvktAmberTestCaseUtil.cpp155 AmberTestCase *testCase = new AmberTestCase(testCtx, m_testnameField, m_descField, testFilename); in parse() local
179 AmberTestCase* testCase = 0; in createAmberTestsFromIndexFile() local
208 AmberTestCase *testCase = new AmberTestCase(testCtx, name, description, readFilename); in createAmberTestCase() local

123456