Searched refs:softfp64 (Results 1 – 5 of 5) sorted by relevance
/external/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 | 4973 bool nir_lower_doubles(nir_shader *shader, const nir_shader *softfp64,
|
/external/mesa3d/src/intel/compiler/ |
D | brw_nir.h | 96 const nir_shader *softfp64);
|
D | brw_nir.c | 745 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/ |
D | 20.3.0.rst | 3139 - nir/algebraic: Avoid creating new fp64 ops when using softfp64
|