Fix to reset dynamicDenstiyMap after dynamic subsampled tets done.
authorHyunjun Ko <zzoon@igalia.com>
Fri, 21 Oct 2022 00:27:05 +0000 (09:27 +0900)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Thu, 10 Nov 2022 18:11:49 +0000 (18:11 +0000)
Affects:
dEQP-VK.*.fragment_density_map.*.static_nonsubsampled*
dEQP-VK.*.fragment_density_map.*.deferred_nonsubsampled*

VK-GL-CTS Issue: 4062

Components: Vulkan
Change-Id: Ib347bd6e4734b2928ccacfa17dd01dfc134301bb

external/vulkancts/modules/vulkan/renderpass/vktRenderPassFragmentDensityMapTests.cpp

index a9fd7bc..1a9237b 100644 (file)
@@ -1948,6 +1948,7 @@ static void createChildren (tcu::TestCaseGroup* fdmTests)
                                                if (view.viewCount < 3)
                                                {
                                                        params.nonSubsampledImages      = true;
+                                                       params.dynamicDensityMap        = false;
                                                        sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("static_nonsubsampled") + str.str(), "", params));
                                                        params.deferredDensityMap       = true;
                                                        sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("deferred_nonsubsampled") + str.str(), "", params));