nir: Lower bitfield_extract.
[mesa.git] / src / glsl / nir / nir.h
index 23aec694d959fb7c3a191bf64382d32a631164ff..11add65988cda10c40eba4ab36af1cdf8520c1e1 100644 (file)
@@ -1447,6 +1447,7 @@ typedef struct nir_shader_compiler_options {
    bool lower_fsat;
    bool lower_fsqrt;
    bool lower_fmod;
+   bool lower_bitfield_extract;
    bool lower_bitfield_insert;
    bool lower_uadd_carry;
    bool lower_usub_borrow;