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>
Wed, 7 Mar 2018 01:06:35 +0000 (17:06 -0800)
commit0d07e85094cbe3e9d43436e719ea3f2db684efcf
treec29652044fb6de81a9e170b813e1161f4108b4ed
parent4bed9578e15a798877a872b8e7f9019edfedaff9
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.*

Merged-In: I0dc83b291d1ecaed5e451b76e4b41827116218c6
Change-Id: Iafd784deaf22dd86b6bfc955af967e4482d9e95c
Android.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]