Home
last modified time | relevance | path

Searched refs:softfp64 (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_double_ops.c461 const nir_shader *softfp64, in lower_doubles_instr_to_soft() argument
579 nir_foreach_function(function, softfp64) { in lower_doubles_instr_to_soft()
628 const nir_shader *softfp64; member
668 lower_doubles_instr_to_soft(b, alu, data->softfp64, options); in lower_doubles_instr()
719 const nir_shader *softfp64, in nir_lower_doubles_impl() argument
723 .softfp64 = softfp64, in nir_lower_doubles_impl()
756 const nir_shader *softfp64, in nir_lower_doubles() argument
763 progress |= nir_lower_doubles_impl(function->impl, softfp64, options); in nir_lower_doubles()
Dnir.h4973 bool nir_lower_doubles(nir_shader *shader, const nir_shader *softfp64,
/external/mesa3d/src/intel/compiler/
Dbrw_nir.h96 const nir_shader *softfp64);
Dbrw_nir.c745 const nir_shader *softfp64) in brw_preprocess_nir() argument
791 OPT(nir_lower_doubles, softfp64, nir->options->lower_doubles_options); in brw_preprocess_nir()
/external/mesa3d/docs/relnotes/
D20.3.0.rst3139 - nir/algebraic: Avoid creating new fp64 ops when using softfp64