Remove clearing of pipeline creation feedbacks while veryfying them
authorSlawomir Cygan <slawomir.cygan@intel.com>
Tue, 22 Nov 2022 16:37:51 +0000 (17:37 +0100)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Thu, 8 Dec 2022 22:01:38 +0000 (22:01 +0000)
This re-enables verification of pipeline creation feedbacks by not
zeroing them out just before verification.

VK-GL-CTS Issue: 4129

Affects: dEQP-VK.pipeline.pipeline_library.creation_feedback.graphics_tests.*

Components: Vulkan
Change-Id: I37010973db235f993b85e9ac3c2645ae5b2db79e

external/vulkancts/modules/vulkan/pipeline/vktPipelineCreationFeedbackTests.cpp

index 942dba3..b4f438d 100644 (file)
@@ -683,8 +683,6 @@ tcu::TestStatus GraphicsCacheTestInstance::verifyTestResult (void)
        deUint32                start                                   = isMonolithic ? finalPipelineIndex : 0u;
        deUint32                step                                    = start + 1u;
 
-       clearFeedbacks();
-
        // Iterate ofer creation feedback for all pipeline parts - if monolithic pipeline is tested then skip (step over) feedback for parts
        for (deUint32 creationFeedbackNdx = start; creationFeedbackNdx < VK_MAX_PIPELINE_PARTS * PIPELINE_CACHE_NDX_COUNT; creationFeedbackNdx += step)
        {