Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemAttachmentClearTests.cpp280 tcu::TestCaseGroup* createAttachmentClearTests (tcu::TestContext& testCtx, CmdBufferType cmdBufferT… in createAttachmentClearTests() function
388 tcu::TestCaseGroup* createAttachmentClearTests (tcu::TestContext& testCtx) in createAttachmentClearTests() function
392 clearTests->addChild(createAttachmentClearTests(testCtx, CMD_BUFFER_PRIMARY)); in createAttachmentClearTests()
393 clearTests->addChild(createAttachmentClearTests(testCtx, CMD_BUFFER_SECONDARY)); in createAttachmentClearTests()
DvktProtectedMemAttachmentClearTests.hpp35 tcu::TestCaseGroup* createAttachmentClearTests (tcu::TestContext& testCtx);
DvktProtectedMemTests.cpp57 attachmentTestGroup->addChild(createAttachmentClearTests(testCtx)); in createTests()