intel/fs: Get rid of MOV_DISPATCH_TO_FLAGS
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 24 May 2018 01:09:48 +0000 (18:09 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 28 Jun 2018 20:19:38 +0000 (13:19 -0700)
commite208bc3bb7f82ae1c814c9f497b17a27e3fe66b3
tree5f02e4048ebac9afb820ac95b870266b5fdc8c3d
parent5e3028d8267817a5b9669bfb736722d9adb156d5
intel/fs: Get rid of MOV_DISPATCH_TO_FLAGS

We can just emit the MOV in the two places where we use this.

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