Searched defs:AttachmentLoadTestCase (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemAttachmentLoadTests.cpp72 class AttachmentLoadTestCase : public TestCase class in namespace:vkt::ProtectedMem::__anon4409
75 AttachmentLoadTestCase (tcu::TestContext& testCtx, function in class:vkt::ProtectedMem::__anon4409::AttachmentLoadTestCase
85 virtual ~AttachmentLoadTestCase (void) {}
302 loadStaticTests->addChild(new AttachmentLoadTestCase(testCtx, name.c_str(), testData[ndx].clearValue, testData[ndx].data));
327 loadRandomTests->addChild(new AttachmentLoadTestCase(testCtx, name.c_str(), clearValue, data));

Completed in 317 milliseconds