intel,nir: Lower TXD with a bindless sampler
[mesa.git] / src / compiler / nir / nir.h
index 9d210ac80e077204c82d88df8758095c600e2ea1..20f4db0a801650e04ec38c047743ac820b698871 100644 (file)
@@ -3282,6 +3282,12 @@ typedef struct nir_lower_tex_options {
     */
    bool lower_txd_offset_clamp;
 
+   /**
+    * If true, lower nir_texop_txd with min_lod to a nir_texop_txl if the
+    * sampler is bindless.
+    */
+   bool lower_txd_clamp_bindless_sampler;
+
    /**
     * If true, lower nir_texop_txd with min_lod to a nir_texop_txl if the
     * sampler index is not statically determinable to be less than 16.