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, 20 Oct 2017 00:51:33 +0000 (17:51 -0700)
commit82dffae022b051394741e71d57f63cc170075bd3
treea77b0b35da12266f5da6619465b94d26d6cf9e56
parent438ea0888e8ccae0249f8520b5c40e06ccbfc16c
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