Fix regresion in FSR tests
authorPiotr Byszewski <piotr.byszewski@mobica.com>
Mon, 13 Jun 2022 10:55:21 +0000 (12:55 +0200)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Thu, 7 Jul 2022 21:06:20 +0000 (21:06 +0000)
commitf1a769445a354fba7b0f0fa5f3ad5c9db8ee3290
tree701acefc7d981b184c0e89afd960813f6ad23b71
parentaa41843fb0159ee9e05ff4a608c230fb1f65e953
Fix regresion in FSR tests

FSR tests were recently repeated few times - for pipeline libraries
and for secondary command buffers in dynamic rendering cases. As a
result there were cases where delayed group creation with
createChildren had another nested call to createChildren. This CL
modifies code to use only tow delayed group creation calls - for
renderpass2 and dynamic_rendering sub-groups.

Components: Vulkan

VK-GL-CTS issue: 3760

Affects:
dEQP-VK.fragment_shading_rate.*

Change-Id: If8da1532c0c924ef812ab055de4c71c5b9ba86b4
external/vulkancts/modules/vulkan/fragment_shading_rate/vktFragmentShadingRateTests.cpp