Searched refs:copyStaticTests (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemCopyBufferToImageTests.cpp | 368 …de::MovePtr<tcu::TestCaseGroup> copyStaticTests (new tcu::TestCaseGroup(testCtx, "static", "Copy … in createCopyBufferToImageTests() local 373 …copyStaticTests->addChild(new CopyBufferToImageTestCase(testCtx, name.c_str(), testData[ndx].fillV… in createCopyBufferToImageTests() 404 copyTests->addChild(copyStaticTests.release()); in createCopyBufferToImageTests()
|
D | vktProtectedMemCopyImageToBufferTests.cpp | 354 …de::MovePtr<tcu::TestCaseGroup> copyStaticTests (new tcu::TestCaseGroup(testCtx, "static", "Copy … in createCopyImageToFloatBufferTests() local 364 …copyStaticTests->addChild(new CopyImageToBufferTestCase<tcu::Vec4>(testCtx, name.c_str(), testData… in createCopyImageToFloatBufferTests() 401 copyTests->addChild(copyStaticTests.release()); in createCopyImageToFloatBufferTests()
|
D | vktProtectedMemCopyImageTests.cpp | 411 …de::MovePtr<tcu::TestCaseGroup> copyStaticTests (new tcu::TestCaseGroup(testCtx, "static", "Copy I… in createCopyImageTests() local 416 …copyStaticTests->addChild(new CopyImageTestCase(testCtx, name.c_str(), testData[ndx].clearColorVal… in createCopyImageTests() 447 copyTests->addChild(copyStaticTests.release()); in createCopyImageTests()
|