nir: add nir_intrinsic_resume_shader_address_amd
authorDaniel Schürmann <daniel@schuermann.dev>
Thu, 12 May 2022 21:21:57 +0000 (23:21 +0200)
committerMarge Bot <emma+marge@anholt.net>
Thu, 8 Jun 2023 00:37:03 +0000 (00:37 +0000)
commitbe9f4a80b83d01f508cf5d6ed9e1b944580af353
tree3ef44d91749e2290d40dcba87b126f6d34d05a5a
parent03c4b5b0cc19f0ddeb9b4c1caa03919ad1dc7669
nir: add nir_intrinsic_resume_shader_address_amd

This intrinsic returns a pointer to the end of the shader
and is intended for stitched binaries.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22096>
src/compiler/nir/nir_divergence_analysis.c
src/compiler/nir/nir_intrinsics.py