diff options
author | Michal Krol <[email protected]> | 2007-10-28 17:53:02 +0000 |
---|---|---|
committer | Michal Krol <[email protected]> | 2007-10-28 17:53:02 +0000 |
commit | c1b9f0eb7a4a0feb549218cdec3b7964d4c91bc9 (patch) | |
tree | f1124e69655936afc90b5e56b7ce31cf49e17de0 /src | |
parent | 2bbd714fda7b0fb21184bea8ed0c08f155cba528 (diff) |
Remove unused static functions.
Diffstat (limited to 'src')
-rwxr-xr-x | src/mesa/pipe/tgsi/exec/tgsi_sse2.c | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/mesa/pipe/tgsi/exec/tgsi_sse2.c b/src/mesa/pipe/tgsi/exec/tgsi_sse2.c index b9a87fc6b86..46905236e2e 100755 --- a/src/mesa/pipe/tgsi/exec/tgsi_sse2.c +++ b/src/mesa/pipe/tgsi/exec/tgsi_sse2.c @@ -129,16 +129,6 @@ get_coef( ((vec * 3 + member) * 4 + chan) * 4 ); } -static struct x86_reg -get_addr( - unsigned vec, - unsigned chan ) -{ - return get_temp( - vec + TGSI_EXEC_NUM_TEMPS, - chan ); -} - static void emit_const( struct x86_function *func, @@ -287,20 +277,6 @@ emit_coef_dady( } static void -emit_addrf( - struct x86_function *func, - unsigned xmm, - unsigned vec, - unsigned chan ) -{ - emit_tempf( - func, - xmm, - vec + TGSI_EXEC_NUM_TEMPS, - chan ); -} - -static void emit_addrs( struct x86_function *func, unsigned xmm, |