Searched refs:CMD_BUFFER_SECONDARY (Results 1 – 9 of 9) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemAttachmentClearTests.cpp | 146 …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()
|
D | vktProtectedMemCopyBufferToImageTests.cpp | 150 …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()
|
D | vktProtectedMemClearColorImageTests.cpp | 142 …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()
|
D | vktProtectedMemCopyImageTests.cpp | 149 …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()
|
D | vktProtectedMemBlitImageTests.cpp | 149 …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()
|
D | vktProtectedMemCopyImageToBufferTests.cpp | 152 …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()
|
D | vktProtectedMemFillUpdateCopyBufferTests.cpp | 176 …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()
|
D | vktProtectedMemUtils.hpp | 111 CMD_BUFFER_SECONDARY, enumerator
|
D | vktProtectedMemUtils.cpp | 603 case CMD_BUFFER_SECONDARY: return "secondary"; in getCmdBufferTypeStr()
|