intel,nir: Lower TXD with a bindless sampler
[mesa.git] / src / intel / compiler / brw_nir.c
index 4aa7905e4c4840dac821394443a34ecfe331f114..e0a393fc298d9bcdd3613934a10969c35bf425df 100644 (file)
@@ -949,6 +949,7 @@ brw_nir_apply_sampler_key(nir_shader *nir,
 {
    const struct gen_device_info *devinfo = compiler->devinfo;
    nir_lower_tex_options tex_options = {
+      .lower_txd_clamp_bindless_sampler = true,
       .lower_txd_clamp_if_sampler_index_not_lt_16 = true,
    };