Fix incorrect assumption for pipeline cache hit
authorArkadiusz Sarwa <arkadiusz.sarwa@amd.com>
Wed, 23 Oct 2019 15:15:12 +0000 (17:15 +0200)
committerArkadiusz Sarwa <arkadiusz.sarwa@amd.com>
Wed, 23 Oct 2019 15:23:49 +0000 (17:23 +0200)
commit2449b194b26d9754a4eddcb83b61518daa7c29be
treea44c6e75ec81b478037fcf870391a9f0cbbcef1e
parentcbe8c5f338f81606c60e909fe3372b673f474972
Fix incorrect assumption for pipeline cache hit

The test incorrectly assumes that adding a pipeline creation flag bit
VK_PIPELINE_CREATE_ALLOW_DERIVATIVES_BIT to only one pipeline
still should cause a cache hit. Fixed the problem by adding the
VK_PIPELINE_CREATE_ALLOW_DERIVATIVES_BIT flag bit to both pipelines.

Affects:
dEQP-VK.pipeline.creation_feedback.compute_tests.compute_stage

Components: Vulkan
VK-GL-CTS issue: 2068

Change-Id: Idb963219a4e894eee6a0bb3b1fc20797d5b0323e
external/vulkancts/modules/vulkan/pipeline/vktPipelineCreationFeedbackTests.cpp