Searched refs:lower_precision (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | standalone.h | 39 int lower_precision; member in struct:standalone_options
|
| H A D | main.cpp | 49 { "lower-precision", no_argument, &options.lower_precision, 1 },
|
| H A D | ir_optimization.h | 190 void lower_precision(const struct gl_shader_compiler_options *options,
|
| H A D | lower_precision.cpp | 25 * \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 D | standalone.cpp | 434 if (options->lower_precision) {
|
| H A D | glsl_parser_extras.cpp | 2272 lower_precision(options, shader->ir);
|
| /xsrc/external/mit/MesaLib/dist/src/asahi/compiler/ |
| H A D | cmdline.c | 97 .lower_precision = true
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | cmdline.c | 134 .lower_precision = true
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ir3/ |
| H A D | ir3_cmdline.c | 113 .lower_precision = true,
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.2.0.rst | 3346 - 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 D | 20.1.0.rst | 3350 - 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