gallivm: add InstSimplify pass
[mesa.git] / src / compiler / glsl / standalone.cpp
index f0305f735bbb4f73d3d08ca883c5dc81b1a81886..ca18700118665f068d394fa3c86848d0eef20bc9 100644 (file)
@@ -441,7 +441,7 @@ standalone_compile_shader(const struct standalone_options *_options,
          options->LowerPrecisionFloat16 = true;
          options->LowerPrecisionInt16 = true;
          options->LowerPrecisionDerivatives = true;
-         options->LowerPrecisionTemporaries = true;
+         options->LowerPrecisionConstants = true;
       }
    }