microsoft/compiler: Drop the auto_link parameter passed to nir_to_dxil()
authorBoris Brezillon <boris.brezillon@collabora.com>
Fri, 29 Apr 2022 15:21:13 +0000 (08:21 -0700)
committerMarge Bot <emma+marge@anholt.net>
Wed, 8 Jun 2022 15:17:05 +0000 (15:17 +0000)
commit35dd4ac886283444294238ae0be1a7edcc776c8a
tree062e47188cdb97a23c636063fac6b542f3033731
parent74c94faf325dcae85f7f41d40d5988cf5412767a
microsoft/compiler: Drop the auto_link parameter passed to nir_to_dxil()

Now that all nir_to_dxil() have transitioned to explicit linking, we
can drop the auto_link parameter and simplify the signature logic along
the way.

Reviewed-by: Enrico Galli <enrico.galli@intel.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16221>
src/microsoft/compiler/dxil_signature.c
src/microsoft/compiler/dxil_signature.h
src/microsoft/compiler/nir_to_dxil.c
src/microsoft/compiler/nir_to_dxil.h