commit | 27c6e3e4ca665c528b94937b1b0a7c10de515d89 | [log] [tgz] |
---|---|---|
author | Jason Ekstrand <jason.ekstrand@intel.com> | Fri Jan 23 16:57:40 2015 -0800 |
committer | Jason Ekstrand <jason.ekstrand@intel.com> | Mon Jan 26 11:24:58 2015 -0800 |
tree | 8a0be107cd9b3cf5ff26bc3731bbbbd6b9231288 | |
parent | 9f5fee880470a7e317aad35d4521cd525714455f [diff] |
nir: Use pointers for nir_src_copy and nir_dest_copy This avoids the overhead of copying structures and better matches the newly added nir_alu_src_copy and nir_alu_dest_copy. Reviewed-by: Eric Anholt <eric@anholt.net> Reviewed-by: Connor Abbott <cwabbott0@gmail.com>