Home
last modified time | relevance | path

Searched refs:InheritanceTestCase (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateInheritanceTests.cpp1144 class InheritanceTestCase : public TestCase class
1147InheritanceTestCase(tcu::TestContext &testCtx, vk::PipelineConstructionType pipelineConstructionTy… in InheritanceTestCase() function in vkt::DynamicState::__anon0a21d4210111::InheritanceTestCase
1211 …addChild(new InheritanceTestCase(m_testCtx, m_pipelineConstructionType, kInheritanceDisabled, "bas… in init()
1214 …addChild(new InheritanceTestCase(m_testCtx, m_pipelineConstructionType, kInheritFromPrimary, "prim… in init()
1216 …addChild(new InheritanceTestCase(m_testCtx, m_pipelineConstructionType, kInheritFromSecondary, "se… in init()
1218 …addChild(new InheritanceTestCase(m_testCtx, m_pipelineConstructionType, kInheritFromSecondaryNeste… in init()
1220 …addChild(new InheritanceTestCase(m_testCtx, m_pipelineConstructionType, kSplitInheritance, "split"… in init()
1222 …addChild(new InheritanceTestCase(m_testCtx, m_pipelineConstructionType, kInheritFromPrimaryWithCou… in init()
1225 …addChild(new InheritanceTestCase(m_testCtx, m_pipelineConstructionType, kInheritFromSecondaryWithC… in init()
1228 …addChild(new InheritanceTestCase(m_testCtx, m_pipelineConstructionType, kInheritFromSecondaryNeste… in init()
/aosp_15_r20/external/autotest/server/cros/faft/utils/
H A Dconfig_unittest.py66 class InheritanceTestCase(_MockConfigTestCaseBaseClass): class