intel/fs: Refactor code generation for nir_op_fsign to its own function
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 26 Jun 2018 02:50:56 +0000 (19:50 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 18 Apr 2019 19:37:48 +0000 (12:37 -0700)
commitad98fbc21743cac60abd40a98f0796a8db4a250d
tree8f49702e05f88e814d30dc0a797233afcf88e3a3
parent90430d04886227099253ed38de089aee0d713ec5
intel/fs: Refactor code generation for nir_op_fsign to its own function

v2: Call emit_fsign from inside the existing switch statement.
Suggested by Matt.

Reviewed-by: Matt Turner <mattst88@gmail.com>
src/intel/compiler/brw_fs.h
src/intel/compiler/brw_fs_nir.cpp