Change spir-v optimizer recipes
authorJari Komppa <jari.komppa@siru.fi>
Tue, 30 Apr 2019 12:30:35 +0000 (15:30 +0300)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 16 May 2019 08:11:05 +0000 (04:11 -0400)
commit361512d8a25c586112ddb74d11d1f1ae2d4ef7ef
tree3a594b63ea57d88a1e8916acfaf671ed88be24ff
parent4496db8be22063274d40c6a03b66192082db6376
Change spir-v optimizer recipes

This change changes the spir-v optimizer recipes by removing all the
existing ones and replacing them with a set provided by spirv-opt:
optimize performance or optimize size. Other recepies can be added later
if needed.

This does not affect any tests directly as the optimizer is not used by
default. It affects all tests when in use.

Affects: none

Components: Vulkan, Framework

VK-GL-CTS issue: 1741

Change-Id: Id7278fcd479ac2511a474f19c3d25bd23d943944
external/vulkancts/README.md
external/vulkancts/framework/vulkan/vkPrograms.cpp
framework/common/tcuCommandLine.cpp