Merge vk-gl-cts/vulkan-cts-1.2.4 into vk-gl-cts/vulkan-cts-1.2.5
authorMatthew Netsch <quic_mnetsch@quicinc.com>
Thu, 7 Oct 2021 20:56:05 +0000 (16:56 -0400)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Thu, 7 Oct 2021 20:56:05 +0000 (16:56 -0400)
Change-Id: I911747cbf1726e161c457fa6ae666148ff0b36c7

1  2 
external/vulkancts/modules/vulkan/renderpass/vktRenderPassDepthStencilResolveTests.cpp

@@@ -580,10 -528,10 +580,10 @@@ Move<VkRenderPass> DepthStencilResolveT
        AttachmentReference2 singlesampleAttachmentRef                  // VkAttachmentReference2
        (
                                                                                                                                // VkStructureType                                      sType;
-               DE_NULL,                                                                                                // const void*                                          pNext;
+               attachmentRefStencil,                                                                   // const void*                                          pNext;
                (m_config.unusedResolve ? VK_ATTACHMENT_UNUSED : 1u),   // deUint32                                                     attachment;
                layout,                                                                                                 // VkImageLayout                                        layout;
 -              0u                                                                                                              // VkImageAspectFlags                           aspectMask;
 +              aspectFlags                                                                                             // VkImageAspectFlags                           aspectMask;
        );
  
        std::vector<AttachmentDescription2> attachments;