Lines Matching refs:bufferInheritanceInfo
2114 VkCommandBufferInheritanceInfo bufferInheritanceInfo
2130 &bufferInheritanceInfo
2141 bufferInheritanceInfo.renderPass = *m_renderPassProduceSubsampledImage;
2142 bufferInheritanceInfo.framebuffer = *m_framebufferProduceSubsampledImage;
2158 bufferInheritanceInfo.renderPass = *m_renderPassUpdateSubsampledImage;
2159 bufferInheritanceInfo.framebuffer = *m_framebufferUpdateSubsampledImage;
2166 bufferInheritanceInfo.renderPass = *m_renderPassOutputSubsampledImage;
2167 bufferInheritanceInfo.framebuffer = *m_framebufferOutputSubsampledImage;
2538 const VkCommandBufferInheritanceInfo bufferInheritanceInfo = initVulkanStructure(&inheritanceRenderingInfo);
2544 &bufferInheritanceInfo