/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawShaderDrawParametersTests.cpp | 84 DrawTest (Context &context, TestSpec testSpec); 104 DrawTest::DrawTest (Context &context, TestSpec testSpec) in DrawTest() argument 105 … DrawTestsBaseClass(context, testSpec.shaders[glu::SHADERTYPE_VERTEX], testSpec.shaders[glu::SHADE… in DrawTest() 106 , m_flags (testSpec.flags) in DrawTest() 352 void addDrawCase (tcu::TestCaseGroup* group, const DrawTest::TestSpec testSpec, const TestFlags fla… in addDrawCase() argument 362 …new InstanceFactory<DrawTest>(group->getTestContext(), name.str(), "", addFlags(testSpec, flags))); in addDrawCase() 375 DrawTest::TestSpec testSpec; in init() local 376 testSpec.shaders[glu::SHADERTYPE_VERTEX] = "vulkan/draw/VertexFetchShaderDrawParameters.vert"; in init() 377 testSpec.shaders[glu::SHADERTYPE_FRAGMENT] = "vulkan/draw/VertexFetch.frag"; in init() 378 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP; in init() [all …]
|
D | vktDrawIndirectTest.cpp | 90 IndirectDraw (Context &context, TestSpec testSpec); 136 IndirectDrawInstanced (Context &context, TestSpec testSpec); 240 IndirectDraw::IndirectDraw (Context &context, TestSpec testSpec) in IndirectDraw() argument 241 …wTestsBaseClass (context, testSpec.shaders[glu::SHADERTYPE_VERTEX], testSpec.shaders[glu::SHADE… in IndirectDraw() 242 , m_testIndirectCountExt (testSpec.testIndirectCountExt) in IndirectDraw() 244 , m_drawType (testSpec.drawType) in IndirectDraw() 245 , m_testFirstInstanceNdx (testSpec.testFirstInstanceNdx) in IndirectDraw() 257 if (testSpec.drawType == DRAW_TYPE_INDEXED) in IndirectDraw() 606 …ectDrawInstanced<FirstInstanceSupport>::IndirectDrawInstanced (Context &context, TestSpec testSpec) in IndirectDrawInstanced() argument 607 : IndirectDraw(context, testSpec) in IndirectDrawInstanced() [all …]
|
D | vktDrawSimpleTest.cpp | 51 SimpleDraw (Context &context, TestSpec testSpec); 59 SimpleDrawInstanced (Context &context, TestSpec testSpec); 63 SimpleDraw::SimpleDraw (Context &context, TestSpec testSpec) in SimpleDraw() argument 64 … DrawTestsBaseClass(context, testSpec.shaders[glu::SHADERTYPE_VERTEX], testSpec.shaders[glu::SHADE… in SimpleDraw() 198 SimpleDrawInstanced::SimpleDrawInstanced (Context &context, TestSpec testSpec) in SimpleDrawInstanced() argument 199 : SimpleDraw (context, testSpec) {} in SimpleDrawInstanced() 305 SimpleDraw::TestSpec testSpec; in init() local 306 testSpec.shaders[glu::SHADERTYPE_VERTEX] = "vulkan/draw/VertexFetch.vert"; in init() 307 testSpec.shaders[glu::SHADERTYPE_FRAGMENT] = "vulkan/draw/VertexFetch.frag"; in init() 309 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in init() [all …]
|
D | vktDrawIndexedTest.cpp | 57 DrawIndexed (Context &context, TestSpec testSpec); 67 DrawInstancedIndexed (Context &context, TestSpec testSpec); 71 DrawIndexed::DrawIndexed (Context &context, TestSpec testSpec) in DrawIndexed() argument 72 … DrawTestsBaseClass(context, testSpec.shaders[glu::SHADERTYPE_VERTEX], testSpec.shaders[glu::SHADE… in DrawIndexed() 212 DrawInstancedIndexed::DrawInstancedIndexed (Context &context, TestSpec testSpec) in DrawInstancedIndexed() argument 213 : DrawIndexed (context, testSpec) in DrawInstancedIndexed() 333 DrawIndexed::TestSpec testSpec; in init() local 334 testSpec.shaders[glu::SHADERTYPE_VERTEX] = "vulkan/draw/VertexFetch.vert"; in init() 335 testSpec.shaders[glu::SHADERTYPE_FRAGMENT] = "vulkan/draw/VertexFetch.frag"; in init() 337 testSpec.topology = vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in init() [all …]
|
D | vktDrawTestCaseUtil.hpp | 72 …t& testCtx, const std::string& name, const std::string& desc, typename Instance::TestSpec testSpec) in InstanceFactory() argument 74 , m_testSpec (testSpec) in InstanceFactory()
|
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/ |
D | vktConditionalClearAttachmentTests.cpp | 60 ConditionalClearAttachmentTest (Context &context, ConditionalTestSpec testSpec); 70 …learAttachmentTest::ConditionalClearAttachmentTest (Context &context, ConditionalTestSpec testSpec) in ConditionalClearAttachmentTest() argument 71 …: Draw::DrawTestsBaseClass(context, testSpec.shaders[glu::SHADERTYPE_VERTEX], testSpec.shaders[glu… in ConditionalClearAttachmentTest() 72 , m_conditionalData(testSpec.conditionalData) in ConditionalClearAttachmentTest() 233 ConditionalTestSpec testSpec; in init() local 234 testSpec.conditionalData = conditionData; in init() 235 testSpec.shaders[glu::SHADERTYPE_VERTEX] = "vulkan/dynamic_state/VertexFetch.vert"; in init() 236 testSpec.shaders[glu::SHADERTYPE_FRAGMENT] = "vulkan/dynamic_state/VertexFetch.frag"; in init() 238 …aw::InstanceFactory<ConditionalClearAttachmentTest>(m_testCtx, "clear_attachments", "", testSpec)); in init()
|
D | vktConditionalDispatchTests.cpp | 78 const ConditionalTestSpec& testSpec); 90 ConditionalDispatchTestInstance (Context &context, ConditionalTestSpec testSpec); 106 const ConditionalTestSpec& testSpec) in ConditionalDispatchTest() argument 108 , m_testSpec (testSpec) in ConditionalDispatchTest() 134 …patchTestInstance::ConditionalDispatchTestInstance (Context &context, ConditionalTestSpec testSpec) in ConditionalDispatchTestInstance() argument 136 , m_command(testSpec.command) in ConditionalDispatchTestInstance() 137 , m_numCalls(testSpec.numCalls) in ConditionalDispatchTestInstance() 138 , m_conditionalData(testSpec.conditionalData) in ConditionalDispatchTestInstance() 349 ConditionalTestSpec testSpec; in init() local 350 testSpec.command = command; in init() [all …]
|
D | vktConditionalDrawTests.cpp | 88 ConditionalDraw (Context &context, ConditionalTestSpec testSpec); 113 ConditionalDraw::ConditionalDraw (Context &context, ConditionalTestSpec testSpec) in ConditionalDraw() argument 114 …: Draw::DrawTestsBaseClass(context, testSpec.shaders[glu::SHADERTYPE_VERTEX], testSpec.shaders[glu… in ConditionalDraw() 115 , m_command(testSpec.command) in ConditionalDraw() 116 , m_drawCalls(testSpec.drawCalls) in ConditionalDraw() 117 , m_conditionalData(testSpec.conditionalData) in ConditionalDraw() 521 ConditionalTestSpec testSpec; in init() local 522 testSpec.command = command; in init() 523 testSpec.drawCalls = 4; in init() 524 testSpec.conditionalData = conditionData; in init() [all …]
|
/external/catch2/include/internal/ |
D | catch_list.cpp | 31 TestSpec testSpec = config.testSpec(); in listTests() local 38 auto matchedTestCases = filterTests( getAllTestCasesSorted( config ), testSpec, config ); in listTests() 65 TestSpec testSpec = config.testSpec(); in listTestsNamesOnly() local 67 …ctor<TestCase> matchedTestCases = filterTests( getAllTestCasesSorted( config ), testSpec, config ); in listTestsNamesOnly() 94 TestSpec testSpec = config.testSpec(); in listTags() local 103 …ctor<TestCase> matchedTestCases = filterTests( getAllTestCasesSorted( config ), testSpec, config ); in listTags()
|
D | catch_test_case_registry_impl.cpp | 39 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config ) { in matchTest() argument 40 return testSpec.matches( testCase ) && ( config.allowThrows() || !testCase.throws() ); in matchTest() 54 …e> filterTests( std::vector<TestCase> const& testCases, TestSpec const& testSpec, IConfig const& c… in filterTests() argument 58 if( matchTest( testCase, testSpec, config ) ) in filterTests()
|
D | catch_interfaces_testcase.h | 31 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config ); 32 …e> filterTests( std::vector<TestCase> const& testCases, TestSpec const& testSpec, IConfig const& c…
|
D | catch_test_case_registry_impl.h | 26 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config ); 30 …e> filterTests( std::vector<TestCase> const& testCases, TestSpec const& testSpec, IConfig const& c…
|
D | catch_test_spec_parser.cpp | 26 TestSpec TestSpecParser::testSpec() { in testSpec() function in Catch::TestSpecParser 84 return TestSpecParser( ITagAliasRegistry::get() ).parse( arg ).testSpec(); in parseTestSpec()
|
D | catch_config.cpp | 27 m_testSpec = parser.testSpec(); in Config() 45 TestSpec const& Config::testSpec() const { return m_testSpec; } in testSpec() function in Catch::Config
|
D | catch_session.cpp | 71 TestSpec testSpec = config->testSpec(); in runTests() local 75 if (!context.aborting() && matchTest(testCase, testSpec, *config)) in runTests()
|
D | catch_run_context.h | 44 …void testGroupStarting( std::string const& testSpec, std::size_t groupIndex, std::size_t groupsCou… 45 …void testGroupEnded( std::string const& testSpec, Totals const& totals, std::size_t groupIndex, st…
|
D | catch_run_context.cpp | 88 …void RunContext::testGroupStarting(std::string const& testSpec, std::size_t groupIndex, std::size_… in testGroupStarting() argument 89 m_reporter->testGroupStarting(GroupInfo(testSpec, groupIndex, groupsCount)); in testGroupStarting() 92 …void RunContext::testGroupEnded(std::string const& testSpec, Totals const& totals, std::size_t gro… in testGroupEnded() argument 93 …m_reporter->testGroupEnded(TestGroupStats(GroupInfo(testSpec, groupIndex, groupsCount), totals, ab… in testGroupEnded()
|
D | catch_interfaces_config.h | 70 virtual TestSpec const& testSpec() const = 0;
|
D | catch_test_spec_parser.h | 37 TestSpec testSpec();
|
D | catch_config.hpp | 88 virtual TestSpec const& testSpec() const override;
|
/external/deqp/modules/gles3/functional/ |
D | es3fPixelBufferObjectTests.cpp | 713 ReadPixelsTest::TestSpec testSpec; in init() local 715 …testSpec.name = string(renderbufferFormatsStr [formatNdx]) + "_" + (trianglesClears == 0 ? "tr… in init() 716 testSpec.description = testSpec.name; in init() 717 testSpec.useColorClear = trianglesClears == 1, in init() 718 testSpec.renderTriangles = trianglesClears == 0, in init() 719 testSpec.framebufferType = ReadPixelsTest::TestSpec::FRAMEBUFFERTYPE_RENDERBUFFER, in init() 720 testSpec.renderbufferFormat = renderbufferFormats[formatNdx]; in init() 722 renderbufferGroup->addChild(new ReadPixelsTest(m_context, testSpec)); in init()
|
/external/catch2/projects/SelfTest/IntrospectiveTests/ |
D | CmdLine.tests.cpp | 303 REQUIRE(cfg.testSpec().matches(fakeTestCase("notIncluded")) == false); 304 REQUIRE(cfg.testSpec().matches(fakeTestCase("test1"))); 312 REQUIRE(cfg.testSpec().matches(fakeTestCase("test1")) == false); 313 REQUIRE(cfg.testSpec().matches(fakeTestCase("alwaysIncluded"))); 322 REQUIRE(cfg.testSpec().matches(fakeTestCase("test1")) == false); 323 REQUIRE(cfg.testSpec().matches(fakeTestCase("alwaysIncluded")));
|
/external/bcc/tests/cc/ |
D | catch.hpp | 626 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config ); 627 …e> filterTests( std::vector<TestCase> const& testCases, TestSpec const& testSpec, IConfig const& c… 3274 TestSpec testSpec() { in testSpec() function in Catch::TestSpecParser 3336 return TestSpecParser( ITagAliasRegistry::get() ).parse( arg ).testSpec(); in parseTestSpec() 3396 virtual TestSpec const& testSpec() const = 0; 3545 m_testSpec = parser.testSpec(); in Config() 3569 TestSpec const& testSpec() const { return m_testSpec; } in testSpec() function in Catch::Config 5294 TestSpec testSpec = config.testSpec(); in listTests() local 5295 if( config.testSpec().hasFilters() ) in listTests() 5299 testSpec = TestSpecParser( ITagAliasRegistry::get() ).parse( "*" ).testSpec(); in listTests() [all …]
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 500 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config ); 501 …e> filterTests( std::vector<TestCase> const& testCases, TestSpec const& testSpec, IConfig const& c… 4023 virtual TestSpec const& testSpec() const = 0; 4603 TestSpec testSpec(); 4714 virtual TestSpec const& testSpec() const override; 6145 …void testGroupStarting( std::string const& testSpec, std::size_t groupIndex, std::size_t groupsCou… 6146 …void testGroupEnded( std::string const& testSpec, Totals const& totals, std::size_t groupIndex, st… 8032 m_testSpec = parser.testSpec(); in Config() 8050 TestSpec const& Config::testSpec() const { return m_testSpec; } in testSpec() function in Catch::Config 9100 TestSpec testSpec = config.testSpec(); in listTests() local [all …]
|
/external/catch2/projects/SelfTest/Baselines/ |
D | compact.sw.approved.txt | 831 CmdLine.tests.cpp:<line number>: passed: cfg.testSpec().matches(fakeTestCase("notIncluded")) == fal… 832 CmdLine.tests.cpp:<line number>: passed: cfg.testSpec().matches(fakeTestCase("test1")) for: true 835 CmdLine.tests.cpp:<line number>: passed: cfg.testSpec().matches(fakeTestCase("test1")) == false for… 836 CmdLine.tests.cpp:<line number>: passed: cfg.testSpec().matches(fakeTestCase("alwaysIncluded")) for… 839 CmdLine.tests.cpp:<line number>: passed: cfg.testSpec().matches(fakeTestCase("test1")) == false for… 840 CmdLine.tests.cpp:<line number>: passed: cfg.testSpec().matches(fakeTestCase("alwaysIncluded")) for…
|