intel/nir/fs: replace COMPUTE || KERNEL by gl_shader_stage_is_compute()
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Mon, 18 Oct 2021 12:24:23 +0000 (15:24 +0300)
committerMarge Bot <emma+marge@anholt.net>
Mon, 21 Mar 2022 11:26:44 +0000 (11:26 +0000)
commit4ec5da7270785bc09ad93098a14e46ee15f310cc
tree7175a993ccc16dd38e55737fed2fd5f9155bc583
parente9ff6f4f06184491591430e24a644553242c18be
intel/nir/fs: replace COMPUTE || KERNEL by gl_shader_stage_is_compute()

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Caio Oliveira <caio.oliveira@intel.com>
Reviewed-by: Jason Ekstrand <jason.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13171>
src/intel/compiler/brw_fs.cpp
src/intel/compiler/brw_fs_nir.cpp