Re: [Mesa-dev] [PATCH 3/3] R600/SI: Expand sub for v2i32 and v4i32 for SI

2013-06-19 Thread Tom Stellard
On Mon, Jun 17, 2013 at 04:11:40PM -0500, Aaron Watry wrote: > Also add a v2i32 test to the existing v4i32 test. > > Note: v2i32 for EG seems slightly out of order based on the normal > ordering. i.e. "SUB_INT * T..." comes before the "SUB_INT T..." > I am not sure if this is correct, but it's how

[Mesa-dev] [PATCH 3/3] R600/SI: Expand sub for v2i32 and v4i32 for SI

2013-06-17 Thread Aaron Watry
Also add a v2i32 test to the existing v4i32 test. Note: v2i32 for EG seems slightly out of order based on the normal ordering. i.e. "SUB_INT * T..." comes before the "SUB_INT T..." I am not sure if this is correct, but it's how the current R600 back-end emits the operation order. Signed-off-by: A