Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp7167 …de::MovePtr<tcu::TestCaseGroup> suballocationTestGroup = createSuballocationTests(testCtx, rende… in createRenderPassTestsInternal() local
7170suballocationTestGroup->addChild((renderPassType == RENDERPASS_TYPE_LEGACY) ? createRenderPassMult… in createRenderPassTestsInternal()
7171suballocationTestGroup->addChild((renderPassType == RENDERPASS_TYPE_LEGACY) ? createRenderPassMult… in createRenderPassTestsInternal()
7172suballocationTestGroup->addChild((renderPassType == RENDERPASS_TYPE_LEGACY) ? createRenderPassSubp… in createRenderPassTestsInternal()
7173suballocationTestGroup->addChild((renderPassType == RENDERPASS_TYPE_LEGACY) ? createRenderPassSamp… in createRenderPassTestsInternal()
7174suballocationTestGroup->addChild((renderPassType == RENDERPASS_TYPE_LEGACY) ? createRenderPassSpar… in createRenderPassTestsInternal()
7175 suballocationTestGroup->addChild(createRenderPassUnusedAttachmentTests(testCtx, renderPassType)); in createRenderPassTestsInternal()
7176suballocationTestGroup->addChild(createRenderPassUnusedClearAttachmentTests(testCtx, renderPassTyp… in createRenderPassTestsInternal()
7177suballocationTestGroup->addChild(createRenderPassUnusedAttachmentSparseFillingTests(testCtx, rende… in createRenderPassTestsInternal()
7179 renderpassTests->addChild(suballocationTestGroup.release()); in createRenderPassTestsInternal()