Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemCopyBufferToImageTests.cpp368 …de::MovePtr<tcu::TestCaseGroup> copyStaticTests (new tcu::TestCaseGroup(testCtx, "static", "Copy … in createCopyBufferToImageTests() local
373copyStaticTests->addChild(new CopyBufferToImageTestCase(testCtx, name.c_str(), testData[ndx].fillV… in createCopyBufferToImageTests()
404 copyTests->addChild(copyStaticTests.release()); in createCopyBufferToImageTests()
DvktProtectedMemCopyImageToBufferTests.cpp354 …de::MovePtr<tcu::TestCaseGroup> copyStaticTests (new tcu::TestCaseGroup(testCtx, "static", "Copy … in createCopyImageToFloatBufferTests() local
364copyStaticTests->addChild(new CopyImageToBufferTestCase<tcu::Vec4>(testCtx, name.c_str(), testData… in createCopyImageToFloatBufferTests()
401 copyTests->addChild(copyStaticTests.release()); in createCopyImageToFloatBufferTests()
DvktProtectedMemCopyImageTests.cpp411 …de::MovePtr<tcu::TestCaseGroup> copyStaticTests (new tcu::TestCaseGroup(testCtx, "static", "Copy I… in createCopyImageTests() local
416copyStaticTests->addChild(new CopyImageTestCase(testCtx, name.c_str(), testData[ndx].clearColorVal… in createCopyImageTests()
447 copyTests->addChild(copyStaticTests.release()); in createCopyImageTests()