dzn: Lower tg4 offsets

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20400>
This commit is contained in:
Jesse Natalie 2022-12-20 14:06:20 -08:00 committed by Marge Bot
parent 9a991cc52e
commit c59141d3c2

View file

@ -924,6 +924,7 @@ dxil_spirv_nir_passes(nir_shader *nir,
nir_lower_tex_options lower_tex_options = {
.lower_txp = UINT32_MAX,
.lower_invalid_implicit_lod = true,
.lower_tg4_offsets = true,
};
NIR_PASS_V(nir, nir_lower_tex, &lower_tex_options);