mesa/src/compiler/glsl/tests
Timothy Arceri c1bbaff1e8 glsl: replace unreachable code with an assert()
All interface blocks will have been lowered by this point so just
use an assert. Returning false would have caused all sorts of
problems if they were not lowered yet and there is an assert to
catch this later anyway.

We also update the tests to reflect this change.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2016-02-06 14:34:35 +11:00
..
lower_jumps glsl: move to compiler/ 2016-01-26 16:08:33 +00:00
.gitignore glsl: move to compiler/ 2016-01-26 16:08:33 +00:00
blob_test.c glsl: move to compiler/ 2016-01-26 16:08:33 +00:00
builtin_variable_test.cpp glsl: move to compiler/ 2016-01-26 16:08:33 +00:00
compare_ir glsl: move to compiler/ 2016-01-26 16:08:33 +00:00
copy_constant_to_storage_tests.cpp glsl: move to compiler/ 2016-01-26 16:08:33 +00:00
general_ir_test.cpp glsl: move to compiler/ 2016-01-26 16:08:33 +00:00
invalidate_locations_test.cpp glsl: move to compiler/ 2016-01-26 16:08:33 +00:00
optimization-test glsl: move to compiler/ 2016-01-26 16:08:33 +00:00
sampler_types_test.cpp glsl: move to compiler/ 2016-01-26 16:08:33 +00:00
set_uniform_initializer_tests.cpp glsl: move to compiler/ 2016-01-26 16:08:33 +00:00
sexps.py glsl: move to compiler/ 2016-01-26 16:08:33 +00:00
uniform_initializer_utils.cpp glsl: move to compiler/ 2016-01-26 16:08:33 +00:00
uniform_initializer_utils.h glsl: move to compiler/ 2016-01-26 16:08:33 +00:00
varyings_test.cpp glsl: replace unreachable code with an assert() 2016-02-06 14:34:35 +11:00