mesa: Arrange validate_uniform_parameters parameters to match call sites
authorIan Romanick <ian.d.romanick@intel.com>
Thu, 6 Nov 2014 19:12:31 +0000 (11:12 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 26 Jan 2017 17:46:18 +0000 (09:46 -0800)
commit13439031c881fb46e4be26790e80ca69306728d7
tree3fe97bb5df5af6bd3237d8ffb873d44884e5cad0
parent9be5fd3c87f8f463ad82dc6d80fe18ebc795119c
mesa: Arrange validate_uniform_parameters parameters to match call sites

Saves a measly 20 bytes on IA32 and nothing on x64.  Depending on
exactly when this is applied, a lot of variation is possible due to
function alignment.

   text    data     bss     dec     hex filename
6670131  228340   22552 6921023  699b3f lib/i965_dri.so before
6670111  228340   22552 6921003  699b2b lib/i965_dri.so after
6342932  293872   29880 6666684  65b9bc lib64/i965_dri.so before
6342932  293872   29880 6666684  65b9bc lib64/i965_dri.so after

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/mesa/main/uniform_query.cpp