Searched refs:CMD_BUFFER_SECONDARY (Results 1 – 9 of 9) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemAttachmentClearTests.cpp | 141 …vk::VkCommandBuffer targetCmdBuffer = (m_cmdBufferType == CMD_BUFFER_SECONDARY) ? *secondaryC… in iterate() 184 const vk::VkSubpassContents subpassContents = m_cmdBufferType == CMD_BUFFER_SECONDARY in iterate() 189 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate() 223 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate() 393 clearTests->addChild(createAttachmentClearTests(testCtx, CMD_BUFFER_SECONDARY)); in createAttachmentClearTests()
|
D | vktProtectedMemCopyBufferToImageTests.cpp | 145 …vk::VkCommandBuffer targetCmdBuffer = (m_cmdBufferType == CMD_BUFFER_SECONDARY) ? *secondaryC… in iterate() 150 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate() 286 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate() 416 clearTests->addChild(createCopyBufferToImageTests(testCtx, CMD_BUFFER_SECONDARY)); in createCopyBufferToImageTests()
|
D | vktProtectedMemClearColorImageTests.cpp | 137 …vk::VkCommandBuffer targetCmdBuffer = (m_cmdBufferType == CMD_BUFFER_SECONDARY) ? *secondaryC… in iterate() 150 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate() 219 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate() 354 clearTests->addChild(createClearColorImageTests(testCtx, CMD_BUFFER_SECONDARY)); in createClearColorImageTests()
|
D | vktProtectedMemCopyImageToBufferTests.cpp | 147 …vk::VkCommandBuffer targetCmdBuffer = (m_cmdBufferType == CMD_BUFFER_SECONDARY) ? *secondaryC… in iterate() 152 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate() 287 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate() 413 copyTests->addChild(createCopyImageToFloatBufferTests(testCtx, CMD_BUFFER_SECONDARY)); in createCopyImageToFloatBufferTests()
|
D | vktProtectedMemBlitImageTests.cpp | 144 …vk::VkCommandBuffer targetCmdBuffer = (m_cmdBufferType == CMD_BUFFER_SECONDARY) ? *secondaryC… in iterate() 149 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate() 326 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate() 461 blitTests->addChild(createBlitImageTests(testCtx, CMD_BUFFER_SECONDARY)); in createBlitImageTests()
|
D | vktProtectedMemCopyImageTests.cpp | 144 …vk::VkCommandBuffer targetCmdBuffer = (m_cmdBufferType == CMD_BUFFER_SECONDARY) ? *secondaryC… in iterate() 149 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate() 324 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate() 459 copyTests->addChild(createCopyImageTests(testCtx, CMD_BUFFER_SECONDARY)); in createCopyImageTests()
|
D | vktProtectedMemFillUpdateCopyBufferTests.cpp | 171 …vk::VkCommandBuffer targetCmdBuffer = (m_cmdBufferType == CMD_BUFFER_SECONDARY) ? *secondaryC… in iterate() 176 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate() 275 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate() 403 testGroup->addChild(createFillUpdateCopyBufferFloatTests(testCtx, cmdType, CMD_BUFFER_SECONDARY)); in createFillUpdateCopyBufferFloatTests() 512 …testGroup->addChild(createFillUpdateCopyBufferIntegerTests(testCtx, cmdType, CMD_BUFFER_SECONDARY)… in createFillUpdateCopyBufferIntegerTests() 614 …testGroup->addChild(createFillUpdateCopyBufferUnsignedTests(testCtx, cmdType, CMD_BUFFER_SECONDARY… in createFillUpdateCopyBufferUnsignedTests()
|
D | vktProtectedMemUtils.hpp | 108 CMD_BUFFER_SECONDARY, enumerator
|
D | vktProtectedMemUtils.cpp | 647 case CMD_BUFFER_SECONDARY: return "secondary"; in getCmdBufferTypeStr()
|