Home
last modified time | relevance | path

Searched refs:InstanceFactory (Results 1 – 14 of 14) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawIndirectTest.cpp1045 …indirectDrawGroup->addChild(new InstanceFactory<IndirectDraw, FunctionSupport1<IndirectDraw::TestS… in init()
1048 …indirectDrawGroup->addChild(new InstanceFactory<IndirectDraw, FunctionSupport1<IndirectDraw::TestS… in init()
1053 …indirectDrawCountGroup->addChild(new InstanceFactory<IndirectDraw, FunctionSupport1<IndirectDraw::… in init()
1056 …indirectDrawCountGroup->addChild(new InstanceFactory<IndirectDraw, FunctionSupport1<IndirectDraw::… in init()
1061 …indirectDrawParamCountGroup->addChild(new InstanceFactory<IndirectDraw, FunctionSupport1<IndirectD… in init()
1064 …indirectDrawParamCountGroup->addChild(new InstanceFactory<IndirectDraw, FunctionSupport1<IndirectD… in init()
1084 …indirectDrawFirstInstanceGroup->addChild(new InstanceFactory<IndirectDraw, FunctionSupport1<Indire… in init()
1087 …indirectDrawFirstInstanceGroup->addChild(new InstanceFactory<IndirectDraw, FunctionSupport1<Indire… in init()
1092 …indirectDrawCountFirstInstanceGroup->addChild(new InstanceFactory<IndirectDraw, FunctionSupport1<I… in init()
1095 …indirectDrawCountFirstInstanceGroup->addChild(new InstanceFactory<IndirectDraw, FunctionSupport1<I… in init()
[all …]
DvktDrawTestCaseUtil.hpp55 class InstanceFactory : public TestCase class
58InstanceFactory (tcu::TestContext& testCtx, const std::string& name, const std::string& desc, type… in InstanceFactory() function in vkt::Draw::InstanceFactory
65InstanceFactory (tcu::TestContext& testCtx, const std::string& name, const std::string& desc, type… in InstanceFactory() function in vkt::Draw::InstanceFactory
DvktDrawSimpleTest.cpp317 addChild(new InstanceFactory<SimpleDraw, FunctionSupport1<SimpleDraw::TestSpec> > in init()
320 addChild(new InstanceFactory<SimpleDraw, FunctionSupport1<SimpleDraw::TestSpec> > in init()
330 …addChild(new InstanceFactory<SimpleDrawInstanced, FunctionSupport1<SimpleDrawInstanced::TestSpec> > in init()
333 …addChild(new InstanceFactory<SimpleDrawInstanced, FunctionSupport1<SimpleDrawInstanced::TestSpec> > in init()
DvktDrawIndexedTest.cpp345 addChild(new InstanceFactory<DrawIndexed, FunctionSupport1<DrawIndexed::TestSpec> > in init()
348 addChild(new InstanceFactory<DrawIndexed, FunctionSupport1<DrawIndexed::TestSpec> > in init()
358 …addChild(new InstanceFactory<DrawInstancedIndexed, FunctionSupport1<DrawInstancedIndexed::TestSpec… in init()
361 …addChild(new InstanceFactory<DrawInstancedIndexed, FunctionSupport1<DrawInstancedIndexed::TestSpec… in init()
DvktDrawConcurrentTests.cpp408 …addChild(new InstanceFactory<ConcurrentDraw, FunctionSupport1<ConcurrentDraw::TestSpec>>(m_testCtx… in init()
DvktDrawShaderDrawParametersTests.cpp361 …group->addChild(new InstanceFactory<DrawTest, FunctionSupport1<DrawTest::TestSpec>>(group->getTest… in addDrawCase()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateTestCaseUtil.hpp57 class InstanceFactory : public TestCase class
60 InstanceFactory (tcu::TestContext& testCtx, const std::string& name, const std::string& desc, in InstanceFactory() function in vkt::DynamicState::InstanceFactory
68 InstanceFactory (tcu::TestContext& testCtx, const std::string& name, const std::string& desc, in InstanceFactory() function in vkt::DynamicState::InstanceFactory
DvktDynamicStateVPTests.cpp372 …addChild(new InstanceFactory<ViewportParamTestInstance>(m_testCtx, "viewport", "Set viewport which… in init()
373 …addChild(new InstanceFactory<ScissorParamTestInstance>(m_testCtx, "scissor", "Perform a scissor te… in init()
376 …addChild(new InstanceFactory<ViewportArrayTestInstance, FunctionSupport0>(m_testCtx, "viewport_arr… in init()
DvktDynamicStateGeneralTests.cpp397 …addChild(new InstanceFactory<StateSwitchTestInstance>(m_testCtx, "state_switch", "Perform multiple… in init()
398 …addChild(new InstanceFactory<BindOrderTestInstance>(m_testCtx, "bind_order", "Check if binding ord… in init()
399 …addChild(new InstanceFactory<StatePersistenceTestInstance>(m_testCtx, "state_persistence", "Check … in init()
DvktDynamicStateCBTests.cpp170 …addChild(new InstanceFactory<BlendConstantsTestInstance>(m_testCtx, "blend_constants", "Check if b… in init()
DvktDynamicStateRSTests.cpp977 …addChild(new InstanceFactory<DepthBiasParamTestInstance>(m_testCtx, "depth_bias", "Test depth bias… in init()
978 …addChild(new InstanceFactory<DepthBiasClampParamTestInstance, FunctionSupport0>(m_testCtx, "depth_… in init()
979 …addChild(new InstanceFactory<LineWidthParamTestInstance, FunctionSupport0>(m_testCtx, "line_width"… in init()
DvktDynamicStateDSTests.cpp1048 …addChild(new InstanceFactory<DepthBoundsParamTestInstance, FunctionSupport0>(m_testCtx, "depth_bou… in init()
1049 …addChild(new InstanceFactory<DepthBoundsTestInstance, FunctionSupport0>(m_testCtx, "depth_bounds_2… in init()
1052 …addChild(new InstanceFactory<StencilParamsAdvancedTestInstance>(m_testCtx, "stencil_params_advance… in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalClearAttachmentTests.cpp246 …conditionalDrawRootGroup->addChild(new Draw::InstanceFactory<ConditionalClearAttachmentTest>(m_tes… in init()
DvktConditionalDrawTests.cpp536 …conditionalDrawRootGroup->addChild(new Draw::InstanceFactory<ConditionalDraw>(m_testCtx, getDrawCo… in init()