Searched refs:createCopyImageTests (Results 1 – 9 of 9) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemCopyImageTests.cpp | 356 tcu::TestCaseGroup* createCopyImageTests (tcu::TestContext& testCtx, CmdBufferType cmdBufferType) in createCopyImageTests() function 460 tcu::TestCaseGroup* createCopyImageTests (tcu::TestContext& testCtx) in createCopyImageTests() function 464 copyTests->addChild(createCopyImageTests(testCtx, CMD_BUFFER_PRIMARY)); in createCopyImageTests() 465 copyTests->addChild(createCopyImageTests(testCtx, CMD_BUFFER_SECONDARY)); in createCopyImageTests()
|
D | vktProtectedMemCopyImageTests.hpp | 35 tcu::TestCaseGroup* createCopyImageTests (tcu::TestContext& testCtx);
|
D | vktProtectedMemTests.cpp | 65 imageTestGroup->addChild(createCopyImageTests(testCtx)); in createTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
D | vktProtectedMemCopyImageTests.cpp | 356 tcu::TestCaseGroup* createCopyImageTests (tcu::TestContext& testCtx, CmdBufferType cmdBufferType) in createCopyImageTests() function 460 tcu::TestCaseGroup* createCopyImageTests (tcu::TestContext& testCtx) in createCopyImageTests() function 464 copyTests->addChild(createCopyImageTests(testCtx, CMD_BUFFER_PRIMARY)); in createCopyImageTests() 465 copyTests->addChild(createCopyImageTests(testCtx, CMD_BUFFER_SECONDARY)); in createCopyImageTests()
|
D | vktProtectedMemCopyImageTests.hpp | 35 tcu::TestCaseGroup* createCopyImageTests (tcu::TestContext& testCtx);
|
D | vktProtectedMemTests.cpp | 65 imageTestGroup->addChild(createCopyImageTests(testCtx)); in createTests()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fCopyImageTests.hpp | 37 TestCaseGroup* createCopyImageTests (Context& context, bool is_GL45);
|
D | es31fFunctionalTests.cpp | 478 addChild(createCopyImageTests (m_context, false)); in init() 521 addChild(createCopyImageTests (m_context, true)); in init()
|
D | es31fCopyImageTests.cpp | 2751 TestCaseGroup* createCopyImageTests (Context& context, bool is_GL45) in createCopyImageTests() function
|