commit | c0197ab0af94ed0f3b2d453fb1ee6589f15d8e9c | [log] [tgz] |
---|---|---|
author | Chad Versace <chad.versace@intel.com> | Fri Oct 15 09:49:46 2010 -0700 |
committer | Ian Romanick <ian.d.romanick@intel.com> | Tue Oct 19 13:17:33 2010 -0700 |
tree | 065cbd0c53e0279feb359eb7194637fc1c5153bf | |
parent | f30de6964018619658439216cd8bf9371ee6256d [diff] |
glsl: Define shift_result_type() in ast_to_hir.cpp This function type checks the operands of and returns the result type of bit-shift operations. It replaces the type checking performed in the following cases of ast_expression::hir() : - ast_lshift - ast_rshift