/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawSampleAttributeTests.cpp | 306 const VkCommandBufferInheritanceInfo bufferInheritanceInfo{ in iterate() local 406 &bufferInheritanceInfo}; in iterate() 427 &bufferInheritanceInfo}; in iterate()
|
H A D | vktDrawBaseClass.cpp | 242 …const vk::VkCommandBufferInheritanceInfo bufferInheritanceInfo = vk::initVulkanStructure(&inherita… in beginSecondaryCmdBuffer() local 252 &bufferInheritanceInfo}; in beginSecondaryCmdBuffer()
|
H A D | vktDrawDifferingInterpolationTests.cpp | 444 …const VkCommandBufferInheritanceInfo bufferInheritanceInfo = initVulkanStructure(&inheritanceRende… in beginSecondaryCmdBuffer() local 454 &bufferInheritanceInfo}; in beginSecondaryCmdBuffer()
|
H A D | vktDrawMultisampleLinearInterpolationTests.cpp | 417 const VkCommandBufferInheritanceInfo bufferInheritanceInfo = in iterate() local 423 &bufferInheritanceInfo}; in iterate()
|
H A D | vktDrawShaderDrawParametersTests.cpp | 350 …const vk::VkCommandBufferInheritanceInfo bufferInheritanceInfo = vk::initVulkanStructure(&inherita… in beginSecondaryCmdBuffer() local 360 &bufferInheritanceInfo}; in beginSecondaryCmdBuffer()
|
H A D | vktDrawExplicitVertexParameterTests.cpp | 675 …const VkCommandBufferInheritanceInfo bufferInheritanceInfo = initVulkanStructure(&inheritanceRende… in beginSecondaryCmdBuffer() local 685 &bufferInheritanceInfo}; in beginSecondaryCmdBuffer()
|
H A D | vktDrawDepthClampTests.cpp | 629 …const VkCommandBufferInheritanceInfo bufferInheritanceInfo = initVulkanStructure(&inheritanceRende… in beginSecondaryCmdBuffer() local 639 &bufferInheritanceInfo}; in beginSecondaryCmdBuffer()
|
H A D | vktDrawDiscardRectanglesTests.cpp | 724 …const VkCommandBufferInheritanceInfo bufferInheritanceInfo = initVulkanStructure(&inheritanceRende… in beginSecondaryCmdBuffer() local 734 &bufferInheritanceInfo}; in beginSecondaryCmdBuffer()
|
H A D | vktDrawInvertedDepthRangesTests.cpp | 475 …const VkCommandBufferInheritanceInfo bufferInheritanceInfo = initVulkanStructure(&inheritanceRende… in beginSecondaryCmdBuffer() local 485 &bufferInheritanceInfo}; in beginSecondaryCmdBuffer()
|
H A D | vktDrawMultipleClearsWithinRenderPass.cpp | 488 …const VkCommandBufferInheritanceInfo bufferInheritanceInfo = initVulkanStructure(&inheritanceRende… in beginSecondaryCmdBuffer() local 498 &bufferInheritanceInfo}; in beginSecondaryCmdBuffer()
|
H A D | vktBasicDrawTests.cpp | 571 const vk::VkCommandBufferInheritanceInfo bufferInheritanceInfo{ in beginSecondaryCmdBuffer() local 590 &bufferInheritanceInfo}; in beginSecondaryCmdBuffer() 609 const vk::VkCommandBufferInheritanceInfo bufferInheritanceInfo{ in beginNestedCmdBuffer() local 628 &bufferInheritanceInfo}; in beginNestedCmdBuffer()
|
H A D | vktDrawShaderLayerTests.cpp | 815 …const VkCommandBufferInheritanceInfo bufferInheritanceInfo = initVulkanStructure(&inheritanceRende… in beginSecondaryCmdBuffer() local 825 &bufferInheritanceInfo}; in beginSecondaryCmdBuffer()
|
H A D | vktDrawShaderViewportIndexTests.cpp | 826 …const VkCommandBufferInheritanceInfo bufferInheritanceInfo = initVulkanStructure(&inheritanceRende… in beginSecondaryCmdBuffer() local 836 &bufferInheritanceInfo}; in beginSecondaryCmdBuffer()
|
H A D | vktDrawNegativeViewportHeightTests.cpp | 84 …const VkCommandBufferInheritanceInfo bufferInheritanceInfo = initVulkanStructure(&inheritanceRende… in beginSecondaryCmdBuffer() local 94 &bufferInheritanceInfo}; in beginSecondaryCmdBuffer()
|
H A D | vktDrawMultipleInterpolationTests.cpp | 664 …const vk::VkCommandBufferInheritanceInfo bufferInheritanceInfo = vk::initVulkanStructure(&inherita… in beginSecondaryCmdBuffer() local 674 &bufferInheritanceInfo}; in beginSecondaryCmdBuffer()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassFragmentDensityMapTests.cpp | 2097 VkCommandBufferInheritanceInfo bufferInheritanceInfo{ in createCommandBufferForRenderpass() local 2112 &bufferInheritanceInfo}; in createCommandBufferForRenderpass() 2123 bufferInheritanceInfo.renderPass = *m_renderPassProduceSubsampledImage; in createCommandBufferForRenderpass() 2124 bufferInheritanceInfo.framebuffer = *m_framebufferProduceSubsampledImage; in createCommandBufferForRenderpass() 2138 bufferInheritanceInfo.renderPass = *m_renderPassUpdateSubsampledImage; in createCommandBufferForRenderpass() 2139 bufferInheritanceInfo.framebuffer = *m_framebufferUpdateSubsampledImage; in createCommandBufferForRenderpass() 2147 bufferInheritanceInfo.renderPass = *m_renderPassOutputSubsampledImage; in createCommandBufferForRenderpass() 2148 bufferInheritanceInfo.framebuffer = *m_framebufferOutputSubsampledImage; in createCommandBufferForRenderpass() 2513 …const VkCommandBufferInheritanceInfo bufferInheritanceInfo = initVulkanStructure(&inheritanceRende… in createCommandBufferForDynamicRendering() local 2518 &bufferInheritanceInfo}; in createCommandBufferForDynamicRendering()
|
H A D | vktRenderPassSparseRenderTargetTests.cpp | 346 …const VkCommandBufferInheritanceInfo bufferInheritanceInfo = initVulkanStructure(&inheritanceRende… in beginSecondaryCmdBuffer() local 356 &bufferInheritanceInfo}; in beginSecondaryCmdBuffer()
|
H A D | vktDynamicRenderingRandomTests.cpp | 589 const VkCommandBufferInheritanceInfo bufferInheritanceInfo = { in iterate() local 605 &bufferInheritanceInfo}; in iterate()
|
H A D | vktRenderPassUnusedAttachmentSparseFillingTests.cpp | 185 const VkCommandBufferInheritanceInfo bufferInheritanceInfo{ in beginSecondaryCmdBuffer() local 200 …&bufferInheritanceInfo // const VkCommandBufferInheritanceInfo* pInheritance… in beginSecondaryCmdBuffer()
|
H A D | vktRenderPassUnusedAttachmentTests.cpp | 256 const VkCommandBufferInheritanceInfo bufferInheritanceInfo{ in beginSecondaryCmdBuffer() local 270 …&bufferInheritanceInfo // const VkCommandBufferInheritanceInfo* pInheritance… in beginSecondaryCmdBuffer()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemCopyBufferToImageTests.cpp | 158 const vk::VkCommandBufferInheritanceInfo bufferInheritanceInfo = { in iterate() local 168 beginSecondaryCommandBuffer(vk, *secondaryCmdBuffer, bufferInheritanceInfo); in iterate()
|
H A D | vktProtectedMemClearColorImageTests.cpp | 160 const vk::VkCommandBufferInheritanceInfo bufferInheritanceInfo = { in iterate() local 170 beginSecondaryCommandBuffer(vk, *secondaryCmdBuffer, bufferInheritanceInfo); in iterate()
|
H A D | vktProtectedMemAttachmentClearTests.cpp | 187 const vk::VkCommandBufferInheritanceInfo bufferInheritanceInfo = { in iterate() local 197 beginSecondaryCommandBuffer(vk, *secondaryCmdBuffer, bufferInheritanceInfo); in iterate()
|
H A D | vktProtectedMemUtils.cpp | 445 const vk::VkCommandBufferInheritanceInfo bufferInheritanceInfo) in beginSecondaryCommandBuffer() argument 448 bufferInheritanceInfo.renderPass != DE_NULL ? in beginSecondaryCommandBuffer() 455 &bufferInheritanceInfo, // pInheritanceInfo in beginSecondaryCommandBuffer()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
H A D | vktQueryPoolConcurrentTests.cpp | 644 const vk::VkCommandBufferInheritanceInfo bufferInheritanceInfo) in beginSecondaryCommandBuffer() argument 647 bufferInheritanceInfo.renderPass != DE_NULL ? in beginSecondaryCommandBuffer() 654 &bufferInheritanceInfo, // pInheritanceInfo in beginSecondaryCommandBuffer()
|