i965: Fix signedness of backend_reg::reg_offset.
And make it 16-bit so it packs nicely with the previous field. Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
@@ -77,7 +77,7 @@ struct backend_reg
|
||||
*
|
||||
* For uniforms, this is in units of 1 float.
|
||||
*/
|
||||
int reg_offset;
|
||||
uint16_t reg_offset;
|
||||
|
||||
struct brw_reg fixed_hw_reg;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user