Fix unused function warnings in the CTS code
authorGraeme Leese <gleese@broadcom.com>
Wed, 26 Sep 2018 10:57:02 +0000 (11:57 +0100)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 27 Sep 2018 08:33:38 +0000 (04:33 -0400)
commita8cd581319559b83197a4aae5fdce8bf677d5109
tree66e6d39b39ebc539ad927755e4d079e7f21e3ec3
parent9b06cb1a8b4ff30024a01c674195cdd08131b13a
Fix unused function warnings in the CTS code

Some functions are declared unconditionally but only used when
HAVE_SPIRV_TOOLS is defined. This breaks the build when it it is not.

Components: Framework
Affects: dEQP-VK.*

Change-Id: I599cb83ea5f889eae6c3fc71c0f640e2b32fdb8b
external/vulkancts/framework/vulkan/vkPrograms.cpp