Fix dependency on unspecified rounding mode
authorStephen Clarke <stephen.clarke@imgtec.com>
Tue, 15 Jan 2019 11:32:49 +0000 (11:32 +0000)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 24 Jan 2019 19:34:23 +0000 (14:34 -0500)
commit21d43bf66ea27f768b8c5ca83c86ad6b53e531ac
tree9309e87905c4ff71daaf2d23e2af73619867a614
parent7f8cdadb04acdedde021ecf88b29be5676d34270
Fix dependency on unspecified rounding mode

These tests perform an addition whose Rounding mode is unspecified
according to the specification.  This test is not testing addition,
it is testing that the input values are read correctly, so modify
the input values such that they do not require rounding.

Affected tests:
* dEQP-VK.spirv_assembly.instruction.compute.indexing.input.non16basealignment*

Components: Vulkan

VK-GL-CTS issue: 1473
Change-Id: Ifab284d95cc2e36c3a551c30d57deeca7bd8d4b2
external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmIndexingTests.cpp