Re: [Mesa-dev] [PATCH 2/3] glsl: Add validations for ir_call.

2011-08-04 Thread Chad Versace
On 08/02/2011 06:15 PM, Ian Romanick wrote: > On 08/02/2011 05:38 PM, Paul Berry wrote: >> This patch extends ir_validate.cpp to check the following >> characteristics of each ir_call: > >> - The number of actual parameters must match the number of formal >> parameters in the signature. > >> -

Re: [Mesa-dev] [PATCH 2/3] glsl: Add validations for ir_call.

2011-08-02 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/02/2011 05:38 PM, Paul Berry wrote: > This patch extends ir_validate.cpp to check the following > characteristics of each ir_call: > > - The number of actual parameters must match the number of formal > parameters in the signature. > > - The

[Mesa-dev] [PATCH 2/3] glsl: Add validations for ir_call.

2011-08-02 Thread Paul Berry
This patch extends ir_validate.cpp to check the following characteristics of each ir_call: - The number of actual parameters must match the number of formal parameters in the signature. - The type of each actual parameter must match the type of the corresponding formal parameter in the signat