Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemCopyBufferToImageTests.cpp382 …de::MovePtr<tcu::TestCaseGroup> copyRandomTests (new tcu::TestCaseGroup(testCtx, "random", "Copy … in createCopyBufferToImageTests() local
405copyRandomTests->addChild(new CopyBufferToImageTestCase(testCtx, name.c_str(), fillValue.uint, dat… in createCopyBufferToImageTests()
412 copyTests->addChild(copyRandomTests.release()); in createCopyBufferToImageTests()
DvktProtectedMemCopyImageTests.cpp425 …de::MovePtr<tcu::TestCaseGroup> copyRandomTests (new tcu::TestCaseGroup(testCtx, "random", "Copy … in createCopyImageTests() local
443copyRandomTests->addChild(new CopyImageTestCase(testCtx, name.c_str(), clearValue.color, data, cmd… in createCopyImageTests()
450 copyTests->addChild(copyRandomTests.release()); in createCopyImageTests()
DvktProtectedMemCopyImageToBufferTests.cpp373 …de::MovePtr<tcu::TestCaseGroup> copyRandomTests (new tcu::TestCaseGroup(testCtx, "random", "Copy … in createCopyImageToFloatBufferTests() local
397copyRandomTests->addChild(new CopyImageToBufferTestCase<tcu::Vec4>(testCtx, name.c_str(), clearVal… in createCopyImageToFloatBufferTests()
404 copyTests->addChild(copyRandomTests.release()); in createCopyImageToFloatBufferTests()