Initialise new member of ImageTestParams struct
authorGraeme Leese <gleese@broadcom.com>
Fri, 22 Oct 2021 10:19:48 +0000 (11:19 +0100)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Fri, 29 Oct 2021 17:52:00 +0000 (17:52 +0000)
This doesn't appear to be used in the tests, but without this it
generates compiler warnings on some of our platforms.

Components: Vulkan
VK-GL-CTS issue: 3240
Affects: dEQP-VK.memory.requirements.*

Change-Id: I5c4dfd0443f0f318d45e89ae22d5103a1dae198e

external/vulkancts/modules/vulkan/memory/vktMemoryRequirementsTests.cpp

index 5fb01fe..eb35de9 100644 (file)
@@ -887,6 +887,7 @@ void ImageMemoryRequirementsOriginal::populateTestGroup (tcu::TestCaseGroup* gro
 
                params.flags            =  imageFlagsCases[flagsNdx].flags;
                params.transient        =  imageFlagsCases[flagsNdx].transient;
+               params.useMaint4        =  false;
                caseName                        << imageFlagsCases[flagsNdx].name;
 
                if (tilingNdx != 0)