Home
last modified time | relevance | path

Searched refs:CMD_BUFFER_SECONDARY (Results 1 - 18 of 18) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemClearColorImageTests.cpp102 if (m_cmdBufferType == CMD_BUFFER_SECONDARY && context.getDeviceVulkanSC10Properties().secondaryCommandBufferNullOrImagelessFramebuffer == VK_FALSE) in checkSupport()
146 vk::VkCommandBuffer targetCmdBuffer = (m_cmdBufferType == CMD_BUFFER_SECONDARY) ? *secondaryCmdBuffer : *cmdBuffer; in iterate()
159 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate()
228 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate()
361 clearTests->addChild(createClearColorImageTests(testCtx, CMD_BUFFER_SECONDARY)); in createClearColorImageTests()
H A DvktProtectedMemCopyBufferToImageTests.cpp104 if (m_cmdBufferType == CMD_BUFFER_SECONDARY && context.getDeviceVulkanSC10Properties().secondaryCommandBufferNullOrImagelessFramebuffer == VK_FALSE) in checkSupport()
154 vk::VkCommandBuffer targetCmdBuffer = (m_cmdBufferType == CMD_BUFFER_SECONDARY) ? *secondaryCmdBuffer : *cmdBuffer; in iterate()
159 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate()
295 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate()
428 clearTests->addChild(createCopyBufferToImageTests(testCtx, CMD_BUFFER_SECONDARY)); in createCopyBufferToImageTests()
H A DvktProtectedMemCopyImageToBufferTests.cpp114 if (m_cmdBufferType == CMD_BUFFER_SECONDARY && context.getDeviceVulkanSC10Properties().secondaryCommandBufferNullOrImagelessFramebuffer == VK_FALSE) in checkSupport()
165 vk::VkCommandBuffer targetCmdBuffer = (m_cmdBufferType == CMD_BUFFER_SECONDARY) ? *secondaryCmdBuffer : *cmdBuffer; in iterate()
170 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate()
305 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate()
440 copyTests->addChild(createCopyImageToFloatBufferTests(testCtx, CMD_BUFFER_SECONDARY)); in createCopyImageToFloatBufferTests()
H A DvktProtectedMemFillUpdateCopyBufferTests.cpp125 if (m_cmdBufferType == CMD_BUFFER_SECONDARY && context.getDeviceVulkanSC10Properties().secondaryCommandBufferNullOrImagelessFramebuffer == VK_FALSE) in checkSupport()
180 vk::VkCommandBuffer targetCmdBuffer = (m_cmdBufferType == CMD_BUFFER_SECONDARY) ? *secondaryCmdBuffer : *cmdBuffer; in iterate()
185 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate()
284 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate()
414 testGroup->addChild(createFillUpdateCopyBufferFloatTests(testCtx, cmdType, CMD_BUFFER_SECONDARY)); in createFillUpdateCopyBufferFloatTests()
525 testGroup->addChild(createFillUpdateCopyBufferIntegerTests(testCtx, cmdType, CMD_BUFFER_SECONDARY)); in createFillUpdateCopyBufferIntegerTests()
629 testGroup->addChild(createFillUpdateCopyBufferUnsignedTests(testCtx, cmdType, CMD_BUFFER_SECONDARY)); in createFillUpdateCopyBufferUnsignedTests()
H A DvktProtectedMemAttachmentClearTests.cpp146 vk::VkCommandBuffer targetCmdBuffer = (m_cmdBufferType == CMD_BUFFER_SECONDARY) ? *secondaryCmdBuffer : *cmdBuffer; 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()
396 clearTests->addChild(createAttachmentClearTests(testCtx, CMD_BUFFER_SECONDARY)); in createAttachmentClearTests()
H A DvktProtectedMemBlitImageTests.cpp102 if (m_cmdBufferType == CMD_BUFFER_SECONDARY && context.getDeviceVulkanSC10Properties().secondaryCommandBufferNullOrImagelessFramebuffer == VK_FALSE) in checkSupport()
153 vk::VkCommandBuffer targetCmdBuffer = (m_cmdBufferType == CMD_BUFFER_SECONDARY) ? *secondaryCmdBuffer : *cmdBuffer; in iterate()
158 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate()
335 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate()
468 blitTests->addChild(createBlitImageTests(testCtx, CMD_BUFFER_SECONDARY)); in createBlitImageTests()
H A DvktProtectedMemCopyImageTests.cpp102 if (m_cmdBufferType == CMD_BUFFER_SECONDARY && context.getDeviceVulkanSC10Properties().secondaryCommandBufferNullOrImagelessFramebuffer == VK_FALSE) in checkSupport()
153 vk::VkCommandBuffer targetCmdBuffer = (m_cmdBufferType == CMD_BUFFER_SECONDARY) ? *secondaryCmdBuffer : *cmdBuffer; in iterate()
158 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate()
333 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate()
465 copyTests->addChild(createCopyImageTests(testCtx, CMD_BUFFER_SECONDARY)); in createCopyImageTests()
H A DvktProtectedMemUtils.hpp115 CMD_BUFFER_SECONDARY, enumerator
H A DvktProtectedMemUtils.cpp645 case CMD_BUFFER_SECONDARY: return "secondary"; in getCmdBufferTypeStr()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemClearColorImageTests.cpp102 if (m_cmdBufferType == CMD_BUFFER_SECONDARY && context.getDeviceVulkanSC10Properties().secondaryCommandBufferNullOrImagelessFramebuffer == VK_FALSE) in checkSupport()
146 vk::VkCommandBuffer targetCmdBuffer = (m_cmdBufferType == CMD_BUFFER_SECONDARY) ? *secondaryCmdBuffer : *cmdBuffer; in iterate()
159 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate()
228 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate()
360 clearTests->addChild(createClearColorImageTests(testCtx, CMD_BUFFER_SECONDARY)); in createClearColorImageTests()
H A DvktProtectedMemCopyBufferToImageTests.cpp104 if (m_cmdBufferType == CMD_BUFFER_SECONDARY && context.getDeviceVulkanSC10Properties().secondaryCommandBufferNullOrImagelessFramebuffer == VK_FALSE) in checkSupport()
154 vk::VkCommandBuffer targetCmdBuffer = (m_cmdBufferType == CMD_BUFFER_SECONDARY) ? *secondaryCmdBuffer : *cmdBuffer; in iterate()
159 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate()
295 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate()
427 clearTests->addChild(createCopyBufferToImageTests(testCtx, CMD_BUFFER_SECONDARY)); in createCopyBufferToImageTests()
H A DvktProtectedMemCopyImageToBufferTests.cpp114 if (m_cmdBufferType == CMD_BUFFER_SECONDARY && context.getDeviceVulkanSC10Properties().secondaryCommandBufferNullOrImagelessFramebuffer == VK_FALSE) in checkSupport()
165 vk::VkCommandBuffer targetCmdBuffer = (m_cmdBufferType == CMD_BUFFER_SECONDARY) ? *secondaryCmdBuffer : *cmdBuffer; in iterate()
170 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate()
305 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate()
439 copyTests->addChild(createCopyImageToFloatBufferTests(testCtx, CMD_BUFFER_SECONDARY)); in createCopyImageToFloatBufferTests()
H A DvktProtectedMemFillUpdateCopyBufferTests.cpp125 if (m_cmdBufferType == CMD_BUFFER_SECONDARY && context.getDeviceVulkanSC10Properties().secondaryCommandBufferNullOrImagelessFramebuffer == VK_FALSE) in checkSupport()
180 vk::VkCommandBuffer targetCmdBuffer = (m_cmdBufferType == CMD_BUFFER_SECONDARY) ? *secondaryCmdBuffer : *cmdBuffer; in iterate()
185 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate()
284 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate()
414 testGroup->addChild(createFillUpdateCopyBufferFloatTests(testCtx, cmdType, CMD_BUFFER_SECONDARY)); in createFillUpdateCopyBufferFloatTests()
525 testGroup->addChild(createFillUpdateCopyBufferIntegerTests(testCtx, cmdType, CMD_BUFFER_SECONDARY)); in createFillUpdateCopyBufferIntegerTests()
629 testGroup->addChild(createFillUpdateCopyBufferUnsignedTests(testCtx, cmdType, CMD_BUFFER_SECONDARY)); in createFillUpdateCopyBufferUnsignedTests()
H A DvktProtectedMemAttachmentClearTests.cpp146 vk::VkCommandBuffer targetCmdBuffer = (m_cmdBufferType == CMD_BUFFER_SECONDARY) ? *secondaryCmdBuffer : *cmdBuffer; 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()
H A DvktProtectedMemBlitImageTests.cpp102 if (m_cmdBufferType == CMD_BUFFER_SECONDARY && context.getDeviceVulkanSC10Properties().secondaryCommandBufferNullOrImagelessFramebuffer == VK_FALSE) in checkSupport()
153 vk::VkCommandBuffer targetCmdBuffer = (m_cmdBufferType == CMD_BUFFER_SECONDARY) ? *secondaryCmdBuffer : *cmdBuffer; in iterate()
158 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate()
335 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate()
467 blitTests->addChild(createBlitImageTests(testCtx, CMD_BUFFER_SECONDARY)); in createBlitImageTests()
H A DvktProtectedMemCopyImageTests.cpp102 if (m_cmdBufferType == CMD_BUFFER_SECONDARY && context.getDeviceVulkanSC10Properties().secondaryCommandBufferNullOrImagelessFramebuffer == VK_FALSE) in checkSupport()
153 vk::VkCommandBuffer targetCmdBuffer = (m_cmdBufferType == CMD_BUFFER_SECONDARY) ? *secondaryCmdBuffer : *cmdBuffer; in iterate()
158 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate()
333 if (m_cmdBufferType == CMD_BUFFER_SECONDARY) in iterate()
465 copyTests->addChild(createCopyImageTests(testCtx, CMD_BUFFER_SECONDARY)); in createCopyImageTests()
H A DvktProtectedMemUtils.hpp115 CMD_BUFFER_SECONDARY, enumerator
H A DvktProtectedMemUtils.cpp645 case CMD_BUFFER_SECONDARY: return "secondary"; in getCmdBufferTypeStr()

Completed in 15 milliseconds