Home
last modified time | relevance | path

Searched refs:CMD_BUFFER_SECONDARY (Results 1 – 9 of 9) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemAttachmentClearTests.cpp141 …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()
DvktProtectedMemCopyBufferToImageTests.cpp145 …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()
DvktProtectedMemClearColorImageTests.cpp137 …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()
DvktProtectedMemCopyImageToBufferTests.cpp147 …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()
DvktProtectedMemBlitImageTests.cpp144 …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()
DvktProtectedMemCopyImageTests.cpp144 …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()
DvktProtectedMemFillUpdateCopyBufferTests.cpp171 …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()
DvktProtectedMemUtils.hpp108 CMD_BUFFER_SECONDARY, enumerator
DvktProtectedMemUtils.cpp647 case CMD_BUFFER_SECONDARY: return "secondary"; in getCmdBufferTypeStr()