/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawIndirectTest.cpp | 99 IndirectDraw (Context &context, TestSpec testSpec); 145 IndirectDrawInstanced (Context &context, TestSpec testSpec); 249 IndirectDraw::IndirectDraw (Context &context, TestSpec testSpec) in IndirectDraw() argument 250 …wTestsBaseClass (context, testSpec.shaders[glu::SHADERTYPE_VERTEX], testSpec.shaders[glu::SHADE… in IndirectDraw() 251 , m_testIndirectCountExt (testSpec.testIndirectCountExt) in IndirectDraw() 253 , m_drawType (testSpec.drawType) in IndirectDraw() 254 , m_testFirstInstanceNdx (testSpec.testFirstInstanceNdx) in IndirectDraw() 263 if (testSpec.drawType == DRAW_TYPE_INDEXED) in IndirectDraw() 646 …ectDrawInstanced<FirstInstanceSupport>::IndirectDrawInstanced (Context &context, TestSpec testSpec) in IndirectDrawInstanced() argument 647 : IndirectDraw(context, testSpec) in IndirectDrawInstanced() [all …]
|
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 …estContext(), name.str(), "", addFlags(testSpec, flags), FunctionSupport1<TestFlags>::Args(checkSu… 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 | 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 | 57 …t& testCtx, const std::string& name, const std::string& desc, typename Instance::TestSpec testSpec) in InstanceFactory() argument 59 , m_testSpec (testSpec) in InstanceFactory() 64 …std::string& name, const std::string& desc, typename Instance::TestSpec testSpec, const Support& s… in InstanceFactory() argument 66 , m_testSpec (testSpec) in InstanceFactory()
|
D | vktDrawConcurrentTests.cpp | 64 ConcurrentDraw (Context &context, TestSpec testSpec); 68 ConcurrentDraw::ConcurrentDraw (Context &context, TestSpec testSpec) in ConcurrentDraw() argument 69 … DrawTestsBaseClass(context, testSpec.shaders[glu::SHADERTYPE_VERTEX], testSpec.shaders[glu::SHADE… in ConcurrentDraw() 393 ConcurrentDraw::TestSpec testSpec; in init() local 394 testSpec.shaders[glu::SHADERTYPE_VERTEX] = "vulkan/draw/VertexFetch.vert"; in init() 395 testSpec.shaders[glu::SHADERTYPE_FRAGMENT] = "vulkan/draw/VertexFetch.frag"; in init() 396 testSpec.shaders[glu::SHADERTYPE_COMPUTE] = "vulkan/draw/ConcurrentPayload.comp"; in init() 398 testSpec.topology = VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in init() 399 …Ctx, "compute_and_triangle_list", "Draws triangle list while running a compute shader", testSpec)); in init()
|
/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() 241 ConditionalTestSpec testSpec; in init() local 242 testSpec.conditionalData = conditionData; in init() 243 testSpec.shaders[glu::SHADERTYPE_VERTEX] = "vulkan/dynamic_state/VertexFetch.vert"; in init() 244 testSpec.shaders[glu::SHADERTYPE_FRAGMENT] = "vulkan/dynamic_state/VertexFetch.frag"; in init() 246 …aw::InstanceFactory<ConditionalClearAttachmentTest>(m_testCtx, "clear_attachments", "", testSpec)); in init()
|
D | vktConditionalDispatchTests.cpp | 79 const ConditionalTestSpec& testSpec); 92 ConditionalDispatchTestInstance (Context &context, ConditionalTestSpec testSpec); 108 const ConditionalTestSpec& testSpec) in ConditionalDispatchTest() argument 110 , m_testSpec (testSpec) in ConditionalDispatchTest() 144 …patchTestInstance::ConditionalDispatchTestInstance (Context &context, ConditionalTestSpec testSpec) in ConditionalDispatchTestInstance() argument 146 , m_command(testSpec.command) in ConditionalDispatchTestInstance() 147 , m_numCalls(testSpec.numCalls) in ConditionalDispatchTestInstance() 148 , m_conditionalData(testSpec.conditionalData) in ConditionalDispatchTestInstance() 381 ConditionalTestSpec testSpec; in init() local 382 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() 529 ConditionalTestSpec testSpec; in init() local 530 testSpec.command = command; in init() 531 testSpec.drawCalls = 4; in init() 532 testSpec.conditionalData = conditionData; in init() [all …]
|
/external/catch2/include/internal/ |
D | catch_list.cpp | 31 TestSpec const& testSpec = config.testSpec(); in listTests() local 38 auto matchedTestCases = filterTests( getAllTestCasesSorted( config ), testSpec, config ); in listTests() 65 TestSpec const& testSpec = config.testSpec(); in listTestsNamesOnly() local 67 …ctor<TestCase> matchedTestCases = filterTests( getAllTestCasesSorted( config ), testSpec, config ); in listTestsNamesOnly() 103 TestSpec const& testSpec = config.testSpec(); in listTags() local 112 …ctor<TestCase> matchedTestCases = filterTests( getAllTestCasesSorted( config ), testSpec, config ); in listTags()
|
D | catch_test_case_registry_impl.cpp | 45 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config ) { in matchTest() argument 46 return testSpec.matches( testCase ) && isThrowSafe( testCase, config ); in matchTest() 60 …e> filterTests( std::vector<TestCase> const& testCases, TestSpec const& testSpec, IConfig const& c… in filterTests() argument 64 if ((!testSpec.hasFilters() && !testCase.isHidden()) || in filterTests() 65 (testSpec.hasFilters() && matchTest(testCase, testSpec, config))) { in filterTests()
|
D | catch_interfaces_testcase.h | 32 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config ); 33 …e> filterTests( std::vector<TestCase> const& testCases, TestSpec const& testSpec, IConfig const& c…
|
D | catch_test_case_registry_impl.h | 28 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_config.cpp | 36 m_testSpec = parser.testSpec(); in Config() 54 TestSpec const& Config::testSpec() const { return m_testSpec; } in testSpec() function in Catch::Config
|
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_session.cpp | 70 m_matches = m_config->testSpec().matchesByFilter(allTestCases, *m_config); 71 auto const& invalidArgs = m_config->testSpec().getInvalidArgs(); 84 auto const& invalidArgs = m_config->testSpec().getInvalidArgs(); in execute()
|
D | catch_test_spec_parser.cpp | 33 TestSpec TestSpecParser::testSpec() { in testSpec() function in Catch::TestSpecParser 235 return TestSpecParser( ITagAliasRegistry::get() ).parse( arg ).testSpec(); in parseTestSpec()
|
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_test_spec_parser.h | 41 TestSpec testSpec();
|
D | catch_interfaces_config.h | 72 virtual TestSpec const& testSpec() const = 0;
|
D | catch_config.hpp | 93 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 | 330 REQUIRE(cfg.testSpec().matches(fakeTestCase("notIncluded")) == false); 331 REQUIRE(cfg.testSpec().matches(fakeTestCase("test1"))); 339 REQUIRE(cfg.testSpec().matches(fakeTestCase("test1")) == false); 340 REQUIRE(cfg.testSpec().matches(fakeTestCase("alwaysIncluded"))); 349 REQUIRE(cfg.testSpec().matches(fakeTestCase("test1")) == false); 350 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/include/reporters/ |
D | catch_reporter_xml.cpp | 58 if (m_config->testSpec().hasFilters()) in testRunStarting()
|