intel/fs: Add support for a new load_reloc_const intrinsic
authorJason Ekstrand <jason@jlekstrand.net>
Sat, 8 Aug 2020 18:56:16 +0000 (13:56 -0500)
committerMarge Bot <eric+marge@anholt.net>
Wed, 2 Sep 2020 19:48:44 +0000 (19:48 +0000)
commit91becd84ae2c9aa144ba2eb08f3e62166275a0e4
tree084cd592606581fc7df80a40640d13c6720ebf4e
parent8d8a3815ef698348857cd9812eaa0dc76f5b19b5
intel/fs: Add support for a new load_reloc_const intrinsic

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6244>
src/compiler/nir/nir_builder.h
src/compiler/nir/nir_intrinsics.py
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_nir.cpp
src/intel/compiler/brw_ir_performance.cpp
src/intel/compiler/brw_shader.cpp