Skip to content

intel/fs: fix shader call lowering pass

Now that we removed the intel intrinsic and just use the generic one, we can skip it in the intel call lowering pass and just deal with it in the intel rt intrinsic lowering.

Signed-off-by: Lionel Landwerlin lionel.g.landwerlin@intel.com Fixes: 423c47de ("nir: drop the btd_resume_intel intrinsic")

Merge request reports