Searched refs:softfp64 (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_double_ops.c | 461 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()
|
D | nir.h | 5342 bool nir_lower_doubles(nir_shader *shader, const nir_shader *softfp64,
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_nir.h | 97 const nir_shader *softfp64);
|
D | brw_nir.c | 813 const nir_shader *softfp64) in brw_preprocess_nir() argument 864 OPT(nir_lower_doubles, softfp64, nir->options->lower_doubles_options); in brw_preprocess_nir()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.0.0.rst | 1922 - nir/algebraic: Avoid creating new fp64 ops when using softfp64
|
D | 20.3.0.rst | 3139 - nir/algebraic: Avoid creating new fp64 ops when using softfp64
|
D | 21.1.0.rst | 3993 - zink: lower flrp64 and ffma64 when in softfp64 mode
|