Searched refs:copyRandomTests (Results 1 – 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemCopyBufferToImageTests.cpp | 382 …de::MovePtr<tcu::TestCaseGroup> copyRandomTests (new tcu::TestCaseGroup(testCtx, "random", "Copy … in createCopyBufferToImageTests() local 405 …copyRandomTests->addChild(new CopyBufferToImageTestCase(testCtx, name.c_str(), fillValue.uint, dat… in createCopyBufferToImageTests() 412 copyTests->addChild(copyRandomTests.release()); in createCopyBufferToImageTests()
|
D | vktProtectedMemCopyImageTests.cpp | 425 …de::MovePtr<tcu::TestCaseGroup> copyRandomTests (new tcu::TestCaseGroup(testCtx, "random", "Copy … in createCopyImageTests() local 443 …copyRandomTests->addChild(new CopyImageTestCase(testCtx, name.c_str(), clearValue.color, data, cmd… in createCopyImageTests() 450 copyTests->addChild(copyRandomTests.release()); in createCopyImageTests()
|
D | vktProtectedMemCopyImageToBufferTests.cpp | 373 …de::MovePtr<tcu::TestCaseGroup> copyRandomTests (new tcu::TestCaseGroup(testCtx, "random", "Copy … in createCopyImageToFloatBufferTests() local 397 …copyRandomTests->addChild(new CopyImageToBufferTestCase<tcu::Vec4>(testCtx, name.c_str(), clearVal… in createCopyImageToFloatBufferTests() 404 copyTests->addChild(copyRandomTests.release()); in createCopyImageToFloatBufferTests()
|