summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Jerez <currojerez@riseup.net>2015-06-27 14:46:57 +0300
committerFrancisco Jerez <currojerez@riseup.net>2015-07-22 12:57:22 +0300
commit5b5f21fc90f9490ac50f030eedff662e689c618f (patch)
tree1c706a4e1f8482a656593470a2735e51581d46d2
parentd86e75babd18d4a2bd997f2b183d1faf0f63c187 (diff)
arb_gpu_shader5: Reorder probes in UBO and sampler indexing vs-nonuniform-control-flow tests.
So that the ordering of pixel probes matches the ordering of vertex arrays. This should make the next commit easier to review. Reviewed-by: Mark Janes <mark.a.janes@intel.com>
-rw-r--r--tests/spec/arb_gpu_shader5/execution/sampler_array_indexing/vs-nonuniform-control-flow.shader_test42
-rw-r--r--tests/spec/arb_gpu_shader5/execution/ubo_array_indexing/vs-nonuniform-control-flow.shader_test42
2 files changed, 42 insertions, 42 deletions
diff --git a/tests/spec/arb_gpu_shader5/execution/sampler_array_indexing/vs-nonuniform-control-flow.shader_test b/tests/spec/arb_gpu_shader5/execution/sampler_array_indexing/vs-nonuniform-control-flow.shader_test
index 07710dbba..1c8118630 100644
--- a/tests/spec/arb_gpu_shader5/execution/sampler_array_indexing/vs-nonuniform-control-flow.shader_test
+++ b/tests/spec/arb_gpu_shader5/execution/sampler_array_indexing/vs-nonuniform-control-flow.shader_test
@@ -137,35 +137,35 @@ draw arrays GL_POINTS 0 48
# the implementation doesn't take this possibility into account.
# Probe a bunch of pixels for good measure.
#
-relative probe rgba (0.1, 0.0) (0.4, 0.6, 0.8, 0.2)
-relative probe rgba (0.3, 0.0) (0.4, 0.6, 0.8, 0.2)
-relative probe rgba (0.5, 0.0) (0.4, 0.6, 0.8, 0.2)
-relative probe rgba (0.7, 0.0) (0.4, 0.6, 0.8, 0.2)
relative probe rgba (0.0, 0.1) (0.4, 0.6, 0.8, 0.2)
-relative probe rgba (0.2, 0.1) (0.4, 0.6, 0.8, 0.2)
-relative probe rgba (0.4, 0.1) (0.4, 0.6, 0.8, 0.2)
-relative probe rgba (0.6, 0.1) (0.4, 0.6, 0.8, 0.2)
relative probe rgba (0.0, 0.2) (0.4, 0.6, 0.8, 0.2)
-relative probe rgba (0.1, 0.2) (0.4, 0.6, 0.8, 0.2)
-relative probe rgba (0.2, 0.2) (0.4, 0.6, 0.8, 0.2)
-relative probe rgba (0.3, 0.2) (0.4, 0.6, 0.8, 0.2)
-relative probe rgba (0.4, 0.2) (0.4, 0.6, 0.8, 0.2)
-relative probe rgba (0.5, 0.2) (0.4, 0.6, 0.8, 0.2)
-relative probe rgba (0.6, 0.2) (0.4, 0.6, 0.8, 0.2)
-relative probe rgba (0.7, 0.2) (0.4, 0.6, 0.8, 0.2)
-relative probe rgba (0.1, 0.3) (0.4, 0.6, 0.8, 0.2)
-relative probe rgba (0.3, 0.3) (0.4, 0.6, 0.8, 0.2)
-relative probe rgba (0.5, 0.3) (0.4, 0.6, 0.8, 0.2)
-relative probe rgba (0.7, 0.3) (0.4, 0.6, 0.8, 0.2)
relative probe rgba (0.0, 0.4) (0.4, 0.6, 0.8, 0.2)
-relative probe rgba (0.2, 0.4) (0.4, 0.6, 0.8, 0.2)
-relative probe rgba (0.4, 0.4) (0.4, 0.6, 0.8, 0.2)
-relative probe rgba (0.6, 0.4) (0.4, 0.6, 0.8, 0.2)
relative probe rgba (0.0, 0.5) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.1, 0.0) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.1, 0.2) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.1, 0.3) (0.4, 0.6, 0.8, 0.2)
relative probe rgba (0.1, 0.5) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.2, 0.1) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.2, 0.2) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.2, 0.4) (0.4, 0.6, 0.8, 0.2)
relative probe rgba (0.2, 0.5) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.3, 0.0) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.3, 0.2) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.3, 0.3) (0.4, 0.6, 0.8, 0.2)
relative probe rgba (0.3, 0.5) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.4, 0.1) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.4, 0.2) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.4, 0.4) (0.4, 0.6, 0.8, 0.2)
relative probe rgba (0.4, 0.5) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.5, 0.0) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.5, 0.2) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.5, 0.3) (0.4, 0.6, 0.8, 0.2)
relative probe rgba (0.5, 0.5) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.6, 0.1) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.6, 0.2) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.6, 0.4) (0.4, 0.6, 0.8, 0.2)
relative probe rgba (0.6, 0.5) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.7, 0.0) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.7, 0.2) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.7, 0.3) (0.4, 0.6, 0.8, 0.2)
relative probe rgba (0.7, 0.5) (0.4, 0.6, 0.8, 0.2)
diff --git a/tests/spec/arb_gpu_shader5/execution/ubo_array_indexing/vs-nonuniform-control-flow.shader_test b/tests/spec/arb_gpu_shader5/execution/ubo_array_indexing/vs-nonuniform-control-flow.shader_test
index af0a89453..a9d126bf7 100644
--- a/tests/spec/arb_gpu_shader5/execution/ubo_array_indexing/vs-nonuniform-control-flow.shader_test
+++ b/tests/spec/arb_gpu_shader5/execution/ubo_array_indexing/vs-nonuniform-control-flow.shader_test
@@ -126,35 +126,35 @@ draw arrays GL_POINTS 0 48
# the implementation doesn't take this possibility into account.
# Probe a bunch of pixels for good measure.
#
-relative probe rgba (0.1, 0.0) (0.4, 0.6, 0.8, 0.2)
-relative probe rgba (0.3, 0.0) (0.4, 0.6, 0.8, 0.2)
-relative probe rgba (0.5, 0.0) (0.4, 0.6, 0.8, 0.2)
-relative probe rgba (0.7, 0.0) (0.4, 0.6, 0.8, 0.2)
relative probe rgba (0.0, 0.1) (0.4, 0.6, 0.8, 0.2)
-relative probe rgba (0.2, 0.1) (0.4, 0.6, 0.8, 0.2)
-relative probe rgba (0.4, 0.1) (0.4, 0.6, 0.8, 0.2)
-relative probe rgba (0.6, 0.1) (0.4, 0.6, 0.8, 0.2)
relative probe rgba (0.0, 0.2) (0.4, 0.6, 0.8, 0.2)
-relative probe rgba (0.1, 0.2) (0.4, 0.6, 0.8, 0.2)
-relative probe rgba (0.2, 0.2) (0.4, 0.6, 0.8, 0.2)
-relative probe rgba (0.3, 0.2) (0.4, 0.6, 0.8, 0.2)
-relative probe rgba (0.4, 0.2) (0.4, 0.6, 0.8, 0.2)
-relative probe rgba (0.5, 0.2) (0.4, 0.6, 0.8, 0.2)
-relative probe rgba (0.6, 0.2) (0.4, 0.6, 0.8, 0.2)
-relative probe rgba (0.7, 0.2) (0.4, 0.6, 0.8, 0.2)
-relative probe rgba (0.1, 0.3) (0.4, 0.6, 0.8, 0.2)
-relative probe rgba (0.3, 0.3) (0.4, 0.6, 0.8, 0.2)
-relative probe rgba (0.5, 0.3) (0.4, 0.6, 0.8, 0.2)
-relative probe rgba (0.7, 0.3) (0.4, 0.6, 0.8, 0.2)
relative probe rgba (0.0, 0.4) (0.4, 0.6, 0.8, 0.2)
-relative probe rgba (0.2, 0.4) (0.4, 0.6, 0.8, 0.2)
-relative probe rgba (0.4, 0.4) (0.4, 0.6, 0.8, 0.2)
-relative probe rgba (0.6, 0.4) (0.4, 0.6, 0.8, 0.2)
relative probe rgba (0.0, 0.5) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.1, 0.0) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.1, 0.2) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.1, 0.3) (0.4, 0.6, 0.8, 0.2)
relative probe rgba (0.1, 0.5) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.2, 0.1) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.2, 0.2) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.2, 0.4) (0.4, 0.6, 0.8, 0.2)
relative probe rgba (0.2, 0.5) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.3, 0.0) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.3, 0.2) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.3, 0.3) (0.4, 0.6, 0.8, 0.2)
relative probe rgba (0.3, 0.5) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.4, 0.1) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.4, 0.2) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.4, 0.4) (0.4, 0.6, 0.8, 0.2)
relative probe rgba (0.4, 0.5) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.5, 0.0) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.5, 0.2) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.5, 0.3) (0.4, 0.6, 0.8, 0.2)
relative probe rgba (0.5, 0.5) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.6, 0.1) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.6, 0.2) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.6, 0.4) (0.4, 0.6, 0.8, 0.2)
relative probe rgba (0.6, 0.5) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.7, 0.0) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.7, 0.2) (0.4, 0.6, 0.8, 0.2)
+relative probe rgba (0.7, 0.3) (0.4, 0.6, 0.8, 0.2)
relative probe rgba (0.7, 0.5) (0.4, 0.6, 0.8, 0.2)