Move log prints from test-ctor to test-inst-ctor
authorJari Komppa <jari.komppa@siru.fi>
Tue, 5 Oct 2021 09:52:03 +0000 (12:52 +0300)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Thu, 28 Oct 2021 21:45:16 +0000 (21:45 +0000)
commit1bb518faf947a7cf21cbb71a66836b256c13d4f8
tree7113afe3eff2f34c01a95c2045a84dcdd7020c05
parentff216c6b36b6b23dfef172785897b0e8554e6c5a
Move log prints from test-ctor to test-inst-ctor

Some of the tesselation tests were printing values into the output log
from the test constructor, which meant that said prints end up in more
or less random place in the log. Moved those prints to the test instance
instead, so the information now resides within the test output.

The prints were also done in the amber-verify run mode.

Affects:
dEQP-VK.tessellation.geometry_interaction.scatter.*
dEQP-VK.tessellation.geometry_interaction.limits.*

Components: Vulkan
VK-GL-CTS issue: 3057

Change-Id: Ic5b2ce59369d1c20f25b8dc1c6cb594baac74f8f
external/vulkancts/modules/vulkan/tessellation/vktTessellationGeometryGridRenderTests.cpp