commit | 9585879d46fe412cbcfd50510e59e8ffe85b055f | [log] [tgz] |
---|---|---|
author | Neil Roberts <neil@linux.intel.com> | Mon May 11 14:00:42 2015 +0100 |
committer | Neil Roberts <neil@linux.intel.com> | Tue May 12 11:20:35 2015 +0100 |
tree | 808b65291f4c8ab51b23b2b951ac1ec1d3e63dbb | |
parent | 8a59f2f26fb7bb036ad524cdec668716664d2a82 [diff] |
i956: Add a function to load a 64-bit register from a buffer Adds brw_load_register_mem64 which is similar to brw_load_register_mem except that it queues two GEN7_MI_LOAD_REGISTER_MEM commands in order to load both halves of a 64-bit register. The function is implemented by splitting the 32-bit version into an internal helper function which takes a size. This will later be used to set the 64-bit predicate source registers. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>