Fix test using LAYOUT_CREATE_INDEPENDENT_SETS_BIT
authorPiotr Byszewski <piotr.byszewski@mobica.com>
Sat, 21 May 2022 21:49:08 +0000 (23:49 +0200)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Sat, 4 Jun 2022 13:28:04 +0000 (13:28 +0000)
commit6cebfab2dc481f23b77dcf4f6330113d69969ec2
tree14160cf2741b6360e2b257e74d986ae2fdb19af4
parent560b87a6be8f940409562c8b833efef42c918efe
Fix test using LAYOUT_CREATE_INDEPENDENT_SETS_BIT

Original test plan for testing VK_EXT_graphics_pipeline_library had
one test that actually doesn't require pipeline library extension.
This test wrongfully created pipeline layout using
VK_PIPELINE_LAYOUT_CREATE_INDEPENDENT_SETS_BIT_EXT flag
violating VUID-VkPipelineLayoutCreateInfo-flags-parameter.

Components: Vulkan

VK-GL-CTS issue: 3704

Affects:
dEQP-VK.pipeline.pipeline_library.graphics_library.*

Change-Id: I6842fcfd7dd686af32f989cd1b0fcd2730305d9e
external/vulkancts/modules/vulkan/pipeline/vktPipelineLibraryTests.cpp