Avoid watchdog timeout in Vulkan builtin precision tests
authorChris Forbes <chrisforbes@google.com>
Mon, 16 Oct 2017 19:42:35 +0000 (12:42 -0700)
committerChris Forbes <chrisforbes@google.com>
Fri, 1 Dec 2017 18:20:58 +0000 (18:20 +0000)
commit2908388d66baf2df96ddbf8eb10f35c3495c8a44
treef038453cc6c5a7becaa88e0987248add72bb1166
parent84373d77486bee58adc807faf820776a32c4d9ca
Avoid watchdog timeout in Vulkan builtin precision tests

Calculating the reference intervals can take a substantial amount of
time. On some very slow targets, this can cause us to trip the watchdog
in the verification loop.

Same approach and limit as in modules/glshared/glsBuiltinPrecisionTests.cpp

Affected tests:
dEQP-VK.glsl.builtin.precision.*

Component: Vulkan

Bug: 67854695
Test: run on google devices
Change-Id: I492b656e7e2a9aa724bb3785bdf1416a4c22ec04
external/vulkancts/modules/vulkan/shaderexecutor/vktShaderBuiltinPrecisionTests.cpp