Searched refs:copyTests (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemCopyImageToBufferTests.cpp | 400 …de::MovePtr<tcu::TestCaseGroup> copyTests (new tcu::TestCaseGroup(testCtx, groupName.c_str(), grou… in createCopyImageToFloatBufferTests() local 401 copyTests->addChild(copyStaticTests.release()); in createCopyImageToFloatBufferTests() 402 copyTests->addChild(copyRandomTests.release()); in createCopyImageToFloatBufferTests() 403 return copyTests.release(); in createCopyImageToFloatBufferTests() 410 …de::MovePtr<tcu::TestCaseGroup> copyTests (new tcu::TestCaseGroup(testCtx, "copy_image_to_float_bu… in createCopyImageToFloatBufferTests() local 412 copyTests->addChild(createCopyImageToFloatBufferTests(testCtx, CMD_BUFFER_PRIMARY)); in createCopyImageToFloatBufferTests() 413 copyTests->addChild(createCopyImageToFloatBufferTests(testCtx, CMD_BUFFER_SECONDARY)); in createCopyImageToFloatBufferTests() 415 return copyTests.release(); in createCopyImageToFloatBufferTests()
|
D | vktProtectedMemCopyImageTests.cpp | 446 …de::MovePtr<tcu::TestCaseGroup> copyTests (new tcu::TestCaseGroup(testCtx, groupName.c_str(), grou… in createCopyImageTests() local 447 copyTests->addChild(copyStaticTests.release()); in createCopyImageTests() 448 copyTests->addChild(copyRandomTests.release()); in createCopyImageTests() 449 return copyTests.release(); in createCopyImageTests() 456 …de::MovePtr<tcu::TestCaseGroup> copyTests (new tcu::TestCaseGroup(testCtx, "copy", "Copy Image Tes… in createCopyImageTests() local 458 copyTests->addChild(createCopyImageTests(testCtx, CMD_BUFFER_PRIMARY)); in createCopyImageTests() 459 copyTests->addChild(createCopyImageTests(testCtx, CMD_BUFFER_SECONDARY)); in createCopyImageTests() 461 return copyTests.release(); in createCopyImageTests()
|
D | vktProtectedMemCopyBufferToImageTests.cpp | 403 …de::MovePtr<tcu::TestCaseGroup> copyTests (new tcu::TestCaseGroup(testCtx, groupName.c_str(), grou… in createCopyBufferToImageTests() local 404 copyTests->addChild(copyStaticTests.release()); in createCopyBufferToImageTests() 405 copyTests->addChild(copyRandomTests.release()); in createCopyBufferToImageTests() 406 return copyTests.release(); in createCopyBufferToImageTests()
|
D | vktProtectedMemFillUpdateCopyBufferTests.cpp | 644 …de::MovePtr<tcu::TestCaseGroup> copyTests (new tcu::TestCaseGroup(testCtx, "copy", "Copy Buffer Te… in createCopyBufferTests() local 646 copyTests->addChild(createFillUpdateCopyBufferFloatTests(testCtx, COPY_BUFFER)); in createCopyBufferTests() 647 copyTests->addChild(createFillUpdateCopyBufferIntegerTests(testCtx, COPY_BUFFER)); in createCopyBufferTests() 648 copyTests->addChild(createFillUpdateCopyBufferUnsignedTests(testCtx, COPY_BUFFER)); in createCopyBufferTests() 650 return copyTests.release(); in createCopyBufferTests()
|