Remove some problematic texture_functions tests

Some of the tests in dEQP-GLES3.functional.shaders.texture_functions
are overly sensitive to rounding modes and precision of the CPU
reference implementation. For this reason they were removed from
AOSP. This change removes them from mustpass to match.

VK-GL-CTS issue: 1146
Components: OpenGL

Affects:
dEQP-GLES3.functional.shaders.texture_functions.texturelodoffset.usampler2darray_vertex
dEQP-GLES3.functional.shaders.texture_functions.textureprojlodoffset.isampler3d_vertex
dEQP-GLES3.functional.shaders.texture_functions.textureprojoffset.sampler3d_bias_fixed_fragment
dEQP-GLES3.functional.shaders.texture_functions.textureprojoffset.sampler3d_bias_float_fragment
dEQP-GLES3.functional.shaders.texture_functions.textureprojoffset.isampler3d_bias_fragment
dEQP-GLES3.functional.shaders.texture_functions.textureprojoffset.usampler3d_bias_fragment

Change-Id: Id6bfc025a350deb0914d27151e0bae88b42710b6
diff --git a/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.5.x/gles3-master.txt b/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.5.x/gles3-master.txt
index 2020f33..d4b8d2a 100644
--- a/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.5.x/gles3-master.txt
+++ b/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.5.x/gles3-master.txt
@@ -16972,10 +16972,6 @@
 dEQP-GLES3.functional.shaders.texture_functions.textureprojoffset.sampler3d_float_vertex
 dEQP-GLES3.functional.shaders.texture_functions.textureprojoffset.isampler3d_vertex
 dEQP-GLES3.functional.shaders.texture_functions.textureprojoffset.usampler3d_vertex
-dEQP-GLES3.functional.shaders.texture_functions.textureprojoffset.sampler3d_bias_fixed_fragment
-dEQP-GLES3.functional.shaders.texture_functions.textureprojoffset.sampler3d_bias_float_fragment
-dEQP-GLES3.functional.shaders.texture_functions.textureprojoffset.isampler3d_bias_fragment
-dEQP-GLES3.functional.shaders.texture_functions.textureprojoffset.usampler3d_bias_fragment
 dEQP-GLES3.functional.shaders.texture_functions.textureprojoffset.sampler2dshadow_vertex
 dEQP-GLES3.functional.shaders.texture_functions.textureprojoffset.sampler2dshadow_fragment
 dEQP-GLES3.functional.shaders.texture_functions.textureprojoffset.sampler2dshadow_bias_fragment
@@ -17027,7 +17023,6 @@
 dEQP-GLES3.functional.shaders.texture_functions.texturelodoffset.sampler2darray_float_fragment
 dEQP-GLES3.functional.shaders.texture_functions.texturelodoffset.isampler2darray_vertex
 dEQP-GLES3.functional.shaders.texture_functions.texturelodoffset.isampler2darray_fragment
-dEQP-GLES3.functional.shaders.texture_functions.texturelodoffset.usampler2darray_vertex
 dEQP-GLES3.functional.shaders.texture_functions.texturelodoffset.usampler2darray_fragment
 dEQP-GLES3.functional.shaders.texture_functions.texturelodoffset.sampler3d_fixed_vertex
 dEQP-GLES3.functional.shaders.texture_functions.texturelodoffset.sampler3d_fixed_fragment
@@ -17082,7 +17077,6 @@
 dEQP-GLES3.functional.shaders.texture_functions.textureprojlodoffset.sampler3d_fixed_vertex
 dEQP-GLES3.functional.shaders.texture_functions.textureprojlodoffset.sampler3d_fixed_fragment
 dEQP-GLES3.functional.shaders.texture_functions.textureprojlodoffset.sampler3d_float_fragment
-dEQP-GLES3.functional.shaders.texture_functions.textureprojlodoffset.isampler3d_vertex
 dEQP-GLES3.functional.shaders.texture_functions.textureprojlodoffset.isampler3d_fragment
 dEQP-GLES3.functional.shaders.texture_functions.textureprojlodoffset.usampler3d_fragment
 dEQP-GLES3.functional.shaders.texture_functions.textureprojlodoffset.sampler2dshadow_vertex
diff --git a/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.5.x/src/gles3-test-issues.txt b/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.5.x/src/gles3-test-issues.txt
index 91a625e..b2c6cd7 100644
--- a/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.5.x/src/gles3-test-issues.txt
+++ b/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.5.x/src/gles3-test-issues.txt
@@ -171,3 +171,11 @@
 dEQP-GLES3.functional.shaders.builtin_functions.precision.reflect.mediump_fragment.vec4
 dEQP-GLES3.functional.shaders.builtin_functions.precision.reflect.highp_vertex.vec3
 dEQP-GLES3.functional.shaders.builtin_functions.precision.reflect.highp_fragment.vec3
+
+# Bug 22632106
+dEQP-GLES3.functional.shaders.texture_functions.texturelodoffset.usampler2darray_vertex
+dEQP-GLES3.functional.shaders.texture_functions.textureprojlodoffset.isampler3d_vertex
+dEQP-GLES3.functional.shaders.texture_functions.textureprojoffset.sampler3d_bias_fixed_fragment
+dEQP-GLES3.functional.shaders.texture_functions.textureprojoffset.sampler3d_bias_float_fragment
+dEQP-GLES3.functional.shaders.texture_functions.textureprojoffset.isampler3d_bias_fragment
+dEQP-GLES3.functional.shaders.texture_functions.textureprojoffset.usampler3d_bias_fragment
diff --git a/external/openglcts/data/mustpass/gles/aosp_mustpass/master/gles3-master.txt b/external/openglcts/data/mustpass/gles/aosp_mustpass/master/gles3-master.txt
index a1990f6..89fb870 100644
--- a/external/openglcts/data/mustpass/gles/aosp_mustpass/master/gles3-master.txt
+++ b/external/openglcts/data/mustpass/gles/aosp_mustpass/master/gles3-master.txt
@@ -16974,10 +16974,6 @@
 dEQP-GLES3.functional.shaders.texture_functions.textureprojoffset.sampler3d_float_vertex
 dEQP-GLES3.functional.shaders.texture_functions.textureprojoffset.isampler3d_vertex
 dEQP-GLES3.functional.shaders.texture_functions.textureprojoffset.usampler3d_vertex
-dEQP-GLES3.functional.shaders.texture_functions.textureprojoffset.sampler3d_bias_fixed_fragment
-dEQP-GLES3.functional.shaders.texture_functions.textureprojoffset.sampler3d_bias_float_fragment
-dEQP-GLES3.functional.shaders.texture_functions.textureprojoffset.isampler3d_bias_fragment
-dEQP-GLES3.functional.shaders.texture_functions.textureprojoffset.usampler3d_bias_fragment
 dEQP-GLES3.functional.shaders.texture_functions.textureprojoffset.sampler2dshadow_vertex
 dEQP-GLES3.functional.shaders.texture_functions.textureprojoffset.sampler2dshadow_fragment
 dEQP-GLES3.functional.shaders.texture_functions.textureprojoffset.sampler2dshadow_bias_fragment
@@ -17029,7 +17025,6 @@
 dEQP-GLES3.functional.shaders.texture_functions.texturelodoffset.sampler2darray_float_fragment
 dEQP-GLES3.functional.shaders.texture_functions.texturelodoffset.isampler2darray_vertex
 dEQP-GLES3.functional.shaders.texture_functions.texturelodoffset.isampler2darray_fragment
-dEQP-GLES3.functional.shaders.texture_functions.texturelodoffset.usampler2darray_vertex
 dEQP-GLES3.functional.shaders.texture_functions.texturelodoffset.usampler2darray_fragment
 dEQP-GLES3.functional.shaders.texture_functions.texturelodoffset.sampler3d_fixed_vertex
 dEQP-GLES3.functional.shaders.texture_functions.texturelodoffset.sampler3d_fixed_fragment
@@ -17084,7 +17079,6 @@
 dEQP-GLES3.functional.shaders.texture_functions.textureprojlodoffset.sampler3d_fixed_vertex
 dEQP-GLES3.functional.shaders.texture_functions.textureprojlodoffset.sampler3d_fixed_fragment
 dEQP-GLES3.functional.shaders.texture_functions.textureprojlodoffset.sampler3d_float_fragment
-dEQP-GLES3.functional.shaders.texture_functions.textureprojlodoffset.isampler3d_vertex
 dEQP-GLES3.functional.shaders.texture_functions.textureprojlodoffset.isampler3d_fragment
 dEQP-GLES3.functional.shaders.texture_functions.textureprojlodoffset.usampler3d_fragment
 dEQP-GLES3.functional.shaders.texture_functions.textureprojlodoffset.sampler2dshadow_vertex
diff --git a/external/openglcts/data/mustpass/gles/aosp_mustpass/master/src/gles3-test-issues.txt b/external/openglcts/data/mustpass/gles/aosp_mustpass/master/src/gles3-test-issues.txt
index 91a625e..b2c6cd7 100644
--- a/external/openglcts/data/mustpass/gles/aosp_mustpass/master/src/gles3-test-issues.txt
+++ b/external/openglcts/data/mustpass/gles/aosp_mustpass/master/src/gles3-test-issues.txt
@@ -171,3 +171,11 @@
 dEQP-GLES3.functional.shaders.builtin_functions.precision.reflect.mediump_fragment.vec4
 dEQP-GLES3.functional.shaders.builtin_functions.precision.reflect.highp_vertex.vec3
 dEQP-GLES3.functional.shaders.builtin_functions.precision.reflect.highp_fragment.vec3
+
+# Bug 22632106
+dEQP-GLES3.functional.shaders.texture_functions.texturelodoffset.usampler2darray_vertex
+dEQP-GLES3.functional.shaders.texture_functions.textureprojlodoffset.isampler3d_vertex
+dEQP-GLES3.functional.shaders.texture_functions.textureprojoffset.sampler3d_bias_fixed_fragment
+dEQP-GLES3.functional.shaders.texture_functions.textureprojoffset.sampler3d_bias_float_fragment
+dEQP-GLES3.functional.shaders.texture_functions.textureprojoffset.isampler3d_bias_fragment
+dEQP-GLES3.functional.shaders.texture_functions.textureprojoffset.usampler3d_bias_fragment