microsoft/spirv_to_dxil: Lower samplers from deref to index

Reviewed-by: Enrico Galli <enrico.galli@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10149>
This commit is contained in:
Jesse Natalie
2021-04-09 13:40:25 -07:00
committed by Marge Bot
parent 0a71aaa29d
commit 14997c7e96
@@ -109,6 +109,7 @@ spirv_to_dxil(const uint32_t *words, size_t word_count,
}
NIR_PASS_V(nir, dxil_nir_split_clip_cull_distance);
NIR_PASS_V(nir, nir_lower_samplers);
struct nir_to_dxil_options opts = {.vulkan_environment = true};