Re: [Piglit] [PATCH 1/2 v2] genclbuiltins.py: Add two new function types.

2013-11-03 Thread Matt Turner
On Thu, Oct 31, 2013 at 9:20 AM, Yi Sun wrote: > Sometimes we should handle scalar/vector types separately. > For example some builtin functions only support scalar type input, > and some relational builtin functions get different results between > scalar and vector type though with the same value

Re: [Piglit] [PATCH 1/2 v2] genclbuiltins.py: Add two new function types.

2013-10-31 Thread Dylan Baker
On Friday, November 01, 2013 12:20:46 AM Yi Sun wrote: > Sometimes we should handle scalar/vector types separately. > For example some builtin functions only support scalar type input, > and some relational builtin functions get different results between > scalar and vector type though with the sam

[Piglit] [PATCH 1/2 v2] genclbuiltins.py: Add two new function types.

2013-10-31 Thread Yi Sun
Sometimes we should handle scalar/vector types separately. For example some builtin functions only support scalar type input, and some relational builtin functions get different results between scalar and vector type though with the same value. Signed-off-by: Yi Sun diff --git a/generated_tests/