Add tests for findLSB/findMSB applied to a uniform value.
authorRaymond Chiu <chiur@google.com>
Tue, 13 Feb 2018 23:13:47 +0000 (15:13 -0800)
committerRaymond Chiu <chiur@google.com>
Tue, 13 Mar 2018 01:29:33 +0000 (01:29 +0000)
commit6e70b998a6b678d165410ca86f3b33de565dcaef
tree89913f2a936d44155e7f4f2ddf13e5153293be49
parent230ee82f3bad5e275ca7783fe2969b44a4fa4396
Add tests for findLSB/findMSB applied to a uniform value.

Ensure that findLSB/findMSB work correctly when:

Argument is a uniform value, of various precisions
Result is written out directly
Result is compared to a fixed value

Components: AOSP
Bug: 71875560
New Tests: dEQP-GLES31.functional.shaders.builtin_functions.uniform.*

Change-Id: I0dc83b291d1ecaed5e451b76e4b41827116218c6
(cherry picked from commit db61ef6d9e35710b30c6494b6e1a9110dbda6ea7)
AndroidGen.mk
android/cts/master/gles31-master.txt
modules/gles31/functional/CMakeLists.txt
modules/gles31/functional/es31fFunctionalTests.cpp
modules/gles31/functional/es31fShaderUniformIntegerFunctionTests.cpp [new file with mode: 0644]
modules/gles31/functional/es31fShaderUniformIntegerFunctionTests.hpp [new file with mode: 0644]