/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemCopyImageTests.cpp | 452 …de::MovePtr<tcu::TestCaseGroup> copyTests (new tcu::TestCaseGroup(testCtx, groupName.c_str(), grou… in createCopyImageTests() local 453 copyTests->addChild(copyStaticTests.release()); in createCopyImageTests() 454 copyTests->addChild(copyRandomTests.release()); in createCopyImageTests() 455 return copyTests.release(); in createCopyImageTests() 462 …de::MovePtr<tcu::TestCaseGroup> copyTests (new tcu::TestCaseGroup(testCtx, "copy", "Copy Image Tes… in createCopyImageTests() local 464 copyTests->addChild(createCopyImageTests(testCtx, CMD_BUFFER_PRIMARY)); in createCopyImageTests() 465 copyTests->addChild(createCopyImageTests(testCtx, CMD_BUFFER_SECONDARY)); in createCopyImageTests() 467 return copyTests.release(); in createCopyImageTests()
|
D | vktProtectedMemCopyImageToBufferTests.cpp | 426 …de::MovePtr<tcu::TestCaseGroup> copyTests (new tcu::TestCaseGroup(testCtx, groupName.c_str(), grou… in createCopyImageToFloatBufferTests() local 427 copyTests->addChild(copyStaticTests.release()); in createCopyImageToFloatBufferTests() 428 copyTests->addChild(copyRandomTests.release()); in createCopyImageToFloatBufferTests() 429 return copyTests.release(); in createCopyImageToFloatBufferTests() 436 …de::MovePtr<tcu::TestCaseGroup> copyTests (new tcu::TestCaseGroup(testCtx, "copy_image_to_float_bu… in createCopyImageToFloatBufferTests() local 438 copyTests->addChild(createCopyImageToFloatBufferTests(testCtx, CMD_BUFFER_PRIMARY)); in createCopyImageToFloatBufferTests() 439 copyTests->addChild(createCopyImageToFloatBufferTests(testCtx, CMD_BUFFER_SECONDARY)); in createCopyImageToFloatBufferTests() 441 return copyTests.release(); in createCopyImageToFloatBufferTests()
|
D | vktProtectedMemCopyBufferToImageTests.cpp | 414 …de::MovePtr<tcu::TestCaseGroup> copyTests (new tcu::TestCaseGroup(testCtx, groupName.c_str(), grou… in createCopyBufferToImageTests() local 415 copyTests->addChild(copyStaticTests.release()); in createCopyBufferToImageTests() 416 copyTests->addChild(copyRandomTests.release()); in createCopyBufferToImageTests() 417 return copyTests.release(); in createCopyBufferToImageTests()
|
D | vktProtectedMemFillUpdateCopyBufferTests.cpp | 659 …de::MovePtr<tcu::TestCaseGroup> copyTests (new tcu::TestCaseGroup(testCtx, "copy", "Copy Buffer Te… in createCopyBufferTests() local 661 copyTests->addChild(createFillUpdateCopyBufferFloatTests(testCtx, COPY_BUFFER)); in createCopyBufferTests() 662 copyTests->addChild(createFillUpdateCopyBufferIntegerTests(testCtx, COPY_BUFFER)); in createCopyBufferTests() 663 copyTests->addChild(createFillUpdateCopyBufferUnsignedTests(testCtx, COPY_BUFFER)); in createCopyBufferTests() 665 return copyTests.release(); in createCopyBufferTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
D | vktProtectedMemCopyImageTests.cpp | 452 …de::MovePtr<tcu::TestCaseGroup> copyTests (new tcu::TestCaseGroup(testCtx, groupName.c_str(), grou… in createCopyImageTests() local 453 copyTests->addChild(copyStaticTests.release()); in createCopyImageTests() 454 copyTests->addChild(copyRandomTests.release()); in createCopyImageTests() 455 return copyTests.release(); in createCopyImageTests() 462 …de::MovePtr<tcu::TestCaseGroup> copyTests (new tcu::TestCaseGroup(testCtx, "copy", "Copy Image Tes… in createCopyImageTests() local 464 copyTests->addChild(createCopyImageTests(testCtx, CMD_BUFFER_PRIMARY)); in createCopyImageTests() 465 copyTests->addChild(createCopyImageTests(testCtx, CMD_BUFFER_SECONDARY)); in createCopyImageTests() 467 return copyTests.release(); in createCopyImageTests()
|
D | vktProtectedMemCopyImageToBufferTests.cpp | 426 …de::MovePtr<tcu::TestCaseGroup> copyTests (new tcu::TestCaseGroup(testCtx, groupName.c_str(), grou… in createCopyImageToFloatBufferTests() local 427 copyTests->addChild(copyStaticTests.release()); in createCopyImageToFloatBufferTests() 428 copyTests->addChild(copyRandomTests.release()); in createCopyImageToFloatBufferTests() 429 return copyTests.release(); in createCopyImageToFloatBufferTests() 436 …de::MovePtr<tcu::TestCaseGroup> copyTests (new tcu::TestCaseGroup(testCtx, "copy_image_to_float_bu… in createCopyImageToFloatBufferTests() local 438 copyTests->addChild(createCopyImageToFloatBufferTests(testCtx, CMD_BUFFER_PRIMARY)); in createCopyImageToFloatBufferTests() 439 copyTests->addChild(createCopyImageToFloatBufferTests(testCtx, CMD_BUFFER_SECONDARY)); in createCopyImageToFloatBufferTests() 441 return copyTests.release(); in createCopyImageToFloatBufferTests()
|
D | vktProtectedMemCopyBufferToImageTests.cpp | 414 …de::MovePtr<tcu::TestCaseGroup> copyTests (new tcu::TestCaseGroup(testCtx, groupName.c_str(), grou… in createCopyBufferToImageTests() local 415 copyTests->addChild(copyStaticTests.release()); in createCopyBufferToImageTests() 416 copyTests->addChild(copyRandomTests.release()); in createCopyBufferToImageTests() 417 return copyTests.release(); in createCopyBufferToImageTests()
|
D | vktProtectedMemFillUpdateCopyBufferTests.cpp | 659 …de::MovePtr<tcu::TestCaseGroup> copyTests (new tcu::TestCaseGroup(testCtx, "copy", "Copy Buffer Te… in createCopyBufferTests() local 661 copyTests->addChild(createFillUpdateCopyBufferFloatTests(testCtx, COPY_BUFFER)); in createCopyBufferTests() 662 copyTests->addChild(createFillUpdateCopyBufferIntegerTests(testCtx, COPY_BUFFER)); in createCopyBufferTests() 663 copyTests->addChild(createFillUpdateCopyBufferUnsignedTests(testCtx, COPY_BUFFER)); in createCopyBufferTests() 665 return copyTests.release(); in createCopyBufferTests()
|