e3bc6eafc8
Lionel added a neat debugging tool. Let's make it work with the new-style hashing approach too, since nir_printf_fmt is a lot more convenient than needing to define a dedicated CL function to access printf (although that works too). We remove the old non-hashed path, because it has no more functional users -- hashing is a hard requirement with vtn_bindgen2, which Intel has now switched to. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33380>