dzn: Use the nir hash as an input to the dxil hash
authorJesse Natalie <jenatali@microsoft.com>
Tue, 2 May 2023 23:20:28 +0000 (16:20 -0700)
committerJesse Natalie <jenatali@microsoft.com>
Tue, 2 May 2023 23:39:34 +0000 (16:39 -0700)
commitdacc3cc597068d6ac926cd850d45d9b5f711aeca
treeb90a4f23c41a17dd9aa7b9e96b204dd42682a2f7
parentc9a34e6de0c121e908bf0ae02173d5b6e57eddcf
dzn: Use the nir hash as an input to the dxil hash

Instead of re-computing all the same bits we already computed,
just use the nir hash. Helps prevent missing a bit between the two.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22810>
src/microsoft/vulkan/dzn_pipeline.c