glsl/nir: Inline functions in float64_funcs_to_nir
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 4 Mar 2019 20:39:40 +0000 (14:39 -0600)
committerJason Ekstrand <jason@jlekstrand.net>
Wed, 6 Mar 2019 17:24:57 +0000 (17:24 +0000)
commit0a6b1d058076923fb98d44ac1d2b1bc314635800
tree3548caa8f6731fa4d24da4d9c9728119cd4fbb4c
parent82d9a37a59c94ba3678b33acb9f2749cbbd7bfcc
glsl/nir: Inline functions in float64_funcs_to_nir

This doesn't really change anything as the functions will all get
inlined anyway.  However it does let us do a bit of the work earlier and
in a common place.

Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/compiler/glsl/glsl_to_nir.cpp