Searched refs:InheritanceTestCase (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateInheritanceTests.cpp | 1144 class InheritanceTestCase : public TestCase class 1147 …InheritanceTestCase(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 D | config_unittest.py | 66 class InheritanceTestCase(_MockConfigTestCaseBaseClass): class
|