microsoft/compiler: Fix dxil_nir_create_bare_samplers()
_mesa_hash_table_u64_search() returns the data directly, not an hash_entry object. 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> (cherry picked from commit 83280b8e) Part-of: <!14377>