Fix dEQP-VK.renderpass.multisample tests with depth/stencil formats
authorIgor Ostrowski <igor.ostrowski@intel.com>
Thu, 6 Jul 2017 13:55:32 +0000 (15:55 +0200)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Fri, 21 Jul 2017 16:03:47 +0000 (12:03 -0400)
commit2f12f4aa5b0499e1e5ad205fc0f415e5f684fb42
tree37661ff6f580cd3a807b5f2e39f4a3620855eab7
parentc932b886c7b7fc1f51b7b1a3b3e99eb50465bfa7
Fix dEQP-VK.renderpass.multisample tests with depth/stencil formats

Remove attachment blend state for d/s images on pipeline creation

Spec says (on VkPipelineColorBlendStateCreateInfo):
"attachmentCount is the number of VkPipelineColorBlendAttachmentState
elements in pAttachments. This value must equal the colorAttachmentCount
for the subpass in which this pipeline is used."

Affects:
dEQP-VK.renderpass.multisample.*

Components: Vulkan

VK-GL-CTS issue: 568

Change-Id: If589e5f6e06cfdf490d85fc410dc5d4381cab701
external/vulkancts/modules/vulkan/renderpass/vktRenderPassMultisampleTests.cpp