/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cCopyImageTests.hpp | 116 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 …]
|
D | gl4cEnhancedLayoutsTests.hpp | 1367 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 …]
|
D | gl3cGPUShader5Tests.hpp | 159 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 …]
|
D | gl3cTextureSwizzleTests.hpp | 206 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];
|
D | gl4cBufferStorageTests.hpp | 113 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;
|
D | gl4cShadingLanguage420PackTests.hpp | 745 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/ |
D | main.go | 45 type testCase = struct { struct 46 benchname string 47 filename string 48 itersUnscaled uint32
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTestSessionExecutor.cpp | 103 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/ |
D | tes31TestCaseWrapper.hpp | 65 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/ |
D | glcConfigPackage.cpp | 54 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()
|
D | glcTestCaseWrapper.cpp | 44 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()
|
D | glcNoDefaultContextPackage.cpp | 56 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/ |
D | collperf2.cpp | 1446 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/ |
D | ditTestPackage.cpp | 84 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/ |
D | esextcTestPackage.cpp | 68 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/ |
D | es32cTestPackage.cpp | 89 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/ |
D | es3cTestPackage.cpp | 83 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/ |
D | es2cTestPackage.cpp | 66 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/ |
D | es31cTestPackage.cpp | 105 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/ |
D | tes2TestPackage.cpp | 71 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/ |
D | tes3TestPackage.cpp | 69 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/ |
D | teglTestPackage.cpp | 162 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/ |
D | vktDrawOutputLocationTests.cpp | 86 …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/ |
D | vktTextureMultisampleTests.cpp | 56 …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/ |
D | vktAmberTestCaseUtil.cpp | 155 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
|