microsoft/compiler: Fix dxil_nir_create_bare_samplers()
_mesa_hash_table_u64_search() returns the data directly, not an hash_entry object. We also need to take the descriptor set into account for this pass to work properly on Vulkan shaders. Fixes: 46bc7cf6 ("microsoft/compiler: Rewrite sampler splitting pass to be smarter and handle derefs") Signed-off-by:Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by:
Jesse Natalie <jenatali@microsoft.com> Part-of: <mesa/mesa!13912>