Bugfix: use per-subpass pipeline in MS image tests
authorMaciej Jesionowski <maciej.jesionowski@mobica.com>
Wed, 16 Nov 2016 14:21:28 +0000 (15:21 +0100)
committerPyry Haulos <phaulos@google.com>
Fri, 18 Nov 2016 17:44:29 +0000 (12:44 -0500)
commit9b3f977bbe178cb7e52370fe7ec231c48aecce3f
tree8150c8272d38e2f2fab6d69d22176445c0eb525f
parentc92bda621c405cdfe6389b86c646c015add31d7f
Bugfix: use per-subpass pipeline in MS image tests

The tests created a single graphics pipeline with a subpass index 0
and incorrectly reused it across different subpasses within the
same renderpass.

Affected tests:
- dEQP-VK.pipeline.multisample.sampled_image.*
- dEQP-VK.pipeline.multisample.storage_image.*

Change-Id: I71463748f10f7bb8cf194622b07ce44a855d823a
external/vulkancts/modules/vulkan/pipeline/vktPipelineMultisampleImageTests.cpp