/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemClearColorImageTests.cpp | 102 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 D | vktProtectedMemCopyBufferToImageTests.cpp | 104 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 D | vktProtectedMemCopyImageToBufferTests.cpp | 114 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 D | vktProtectedMemFillUpdateCopyBufferTests.cpp | 125 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 D | vktProtectedMemAttachmentClearTests.cpp | 146 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 D | vktProtectedMemBlitImageTests.cpp | 102 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 D | vktProtectedMemCopyImageTests.cpp | 102 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 D | vktProtectedMemUtils.hpp | 115 CMD_BUFFER_SECONDARY, enumerator
|
H A D | vktProtectedMemUtils.cpp | 645 case CMD_BUFFER_SECONDARY: return "secondary"; in getCmdBufferTypeStr()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
H A D | vktProtectedMemClearColorImageTests.cpp | 102 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 D | vktProtectedMemCopyBufferToImageTests.cpp | 104 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 D | vktProtectedMemCopyImageToBufferTests.cpp | 114 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 D | vktProtectedMemFillUpdateCopyBufferTests.cpp | 125 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 D | vktProtectedMemAttachmentClearTests.cpp | 146 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 D | vktProtectedMemBlitImageTests.cpp | 102 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 D | vktProtectedMemCopyImageTests.cpp | 102 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 D | vktProtectedMemUtils.hpp | 115 CMD_BUFFER_SECONDARY, enumerator
|
H A D | vktProtectedMemUtils.cpp | 645 case CMD_BUFFER_SECONDARY: return "secondary"; in getCmdBufferTypeStr()
|