Fix dependencies in vulkan pipeline test
authorJoan Bonet Orantos <joan.orantos@arm.com>
Tue, 22 May 2018 08:09:05 +0000 (10:09 +0200)
committerJoan Bonet Orantos <joan.orantos@arm.com>
Tue, 22 May 2018 10:20:23 +0000 (12:20 +0200)
commit236e17adc85c061393827bae5c10411d9e73c6a5
tree5611749b2caecdec7335d4affc3eee66ed62a67b
parent0379a8dff683e488bc6d2aa8988bf9c95b3e9caa
Fix dependencies in vulkan pipeline test

The srcStageMask field in the subpass dependency was not strict
enough. This can cause that the incoming subpasses, that try to copy
samples from this subpass, may try to read content that may not be
 written yet.

Affects:

dEQP-VK.pipeline.multisample.min_sample_shading.min_*

Components: Vulkan

VK-GL-CTS issue: 1185

Change-Id: Ide5e3d2a709e8fe26d23ada1d20bf2eb27beffd8
external/vulkancts/modules/vulkan/pipeline/vktPipelineMultisampleTests.cpp