Searched refs:lower_precision (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dstandalone.h39 int lower_precision; member in struct:standalone_options
H A Dmain.cpp49 { "lower-precision", no_argument, &options.lower_precision, 1 },
H A Dir_optimization.h190 void lower_precision(const struct gl_shader_compiler_options *options,
H A Dlower_precision.cpp25 * \file lower_precision.cpp
472 * be inlined by lower_precision() if we return true here, so that we can
929 lower_precision(options, &lowered_sig->body);
1358 lower_precision(const struct gl_shader_compiler_options *options, function in typeref:typename:void
H A Dstandalone.cpp434 if (options->lower_precision) {
H A Dglsl_parser_extras.cpp2272 lower_precision(options, shader->ir);
/xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
H A Dcmdline.c97 .lower_precision = true
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dcmdline.c134 .lower_precision = true
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ir3/
H A Dir3_cmdline.c113 .lower_precision = true,
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.2.0.rst3346 - glsl: convert reusable lower_precision util code into helper functions
3347 - glsl: remove the return type from lower_precision
3348 - glsl: cleanups in lower_precision
3349 - glsl: flatten a tautological conditional in lower_precision
3381 - glsl: lower_precision - fix assertion failure with dereferences of constants
4223 - glsl/lower_precision: split out const lowering
H A D20.1.0.rst3350 - glsl: Add unit tests for the lower_precision pass
3353 - glsl/lower_precision: Lower builtins depending on arguments
3354 - glsl/lower_precision: Use vector.back() instead of vector.end()[-1]

Completed in 36 milliseconds