Lines Matching refs:inheritanceRenderingInfo
2525 VkCommandBufferInheritanceRenderingInfoKHR inheritanceRenderingInfo
2538 const VkCommandBufferInheritanceInfo bufferInheritanceInfo = initVulkanStructure(&inheritanceRenderingInfo);
2555 inheritanceRenderingInfo.flags = VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT;
2566 inheritanceRenderingInfo.pColorAttachmentFormats = &colorImageFormat;
2567 inheritanceRenderingInfo.rasterizationSamples = m_testParams.colorSamples;
2583 inheritanceRenderingInfo.viewMask = 0u;
2584 inheritanceRenderingInfo.rasterizationSamples = VK_SAMPLE_COUNT_1_BIT;
2602 inheritanceRenderingInfo.pColorAttachmentFormats = &colorImageFormat;
2603 inheritanceRenderingInfo.rasterizationSamples = m_testParams.colorSamples;
2615 inheritanceRenderingInfo.viewMask = 0u;
2616 inheritanceRenderingInfo.rasterizationSamples = VK_SAMPLE_COUNT_1_BIT;