Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemAttachmentClearTests.cpp146 …vk::VkCommandBuffer targetCmdBuffer = (m_cmdBufferType == CMD_BUFFER_SECONDARY) ? *secondaryC… in iterate()
189 const vk::VkSubpassContents subpassContents = m_cmdBufferType == CMD_BUFFER_SECONDARY in iterate()
194 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate()
228 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate()
395 clearTests->addChild(createAttachmentClearTests(testCtx, CMD_BUFFER_SECONDARY)); in createAttachmentClearTests()
DvktProtectedMemCopyBufferToImageTests.cpp150 …vk::VkCommandBuffer targetCmdBuffer = (m_cmdBufferType == CMD_BUFFER_SECONDARY) ? *secondaryC… in iterate()
155 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate()
291 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate()
423 clearTests->addChild(createCopyBufferToImageTests(testCtx, CMD_BUFFER_SECONDARY)); in createCopyBufferToImageTests()
DvktProtectedMemClearColorImageTests.cpp142 …vk::VkCommandBuffer targetCmdBuffer = (m_cmdBufferType == CMD_BUFFER_SECONDARY) ? *secondaryC… in iterate()
155 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate()
224 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate()
356 clearTests->addChild(createClearColorImageTests(testCtx, CMD_BUFFER_SECONDARY)); in createClearColorImageTests()
DvktProtectedMemCopyImageTests.cpp149 …vk::VkCommandBuffer targetCmdBuffer = (m_cmdBufferType == CMD_BUFFER_SECONDARY) ? *secondaryC… in iterate()
154 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate()
329 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate()
461 copyTests->addChild(createCopyImageTests(testCtx, CMD_BUFFER_SECONDARY)); in createCopyImageTests()
DvktProtectedMemBlitImageTests.cpp149 …vk::VkCommandBuffer targetCmdBuffer = (m_cmdBufferType == CMD_BUFFER_SECONDARY) ? *secondaryC… in iterate()
154 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate()
331 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate()
463 blitTests->addChild(createBlitImageTests(testCtx, CMD_BUFFER_SECONDARY)); in createBlitImageTests()
DvktProtectedMemCopyImageToBufferTests.cpp152 …vk::VkCommandBuffer targetCmdBuffer = (m_cmdBufferType == CMD_BUFFER_SECONDARY) ? *secondaryC… in iterate()
157 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate()
292 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate()
415 copyTests->addChild(createCopyImageToFloatBufferTests(testCtx, CMD_BUFFER_SECONDARY)); in createCopyImageToFloatBufferTests()
DvktProtectedMemFillUpdateCopyBufferTests.cpp176 …vk::VkCommandBuffer targetCmdBuffer = (m_cmdBufferType == CMD_BUFFER_SECONDARY) ? *secondaryC… in iterate()
181 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate()
280 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate()
410 testGroup->addChild(createFillUpdateCopyBufferFloatTests(testCtx, cmdType, CMD_BUFFER_SECONDARY)); in createFillUpdateCopyBufferFloatTests()
521 …testGroup->addChild(createFillUpdateCopyBufferIntegerTests(testCtx, cmdType, CMD_BUFFER_SECONDARY)… in createFillUpdateCopyBufferIntegerTests()
625 …testGroup->addChild(createFillUpdateCopyBufferUnsignedTests(testCtx, cmdType, CMD_BUFFER_SECONDARY in createFillUpdateCopyBufferUnsignedTests()
DvktProtectedMemUtils.hpp111 CMD_BUFFER_SECONDARY, enumerator
DvktProtectedMemUtils.cpp603 case CMD_BUFFER_SECONDARY: return "secondary"; in getCmdBufferTypeStr()