Searched refs:softfp64 (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_double_ops.c | 461 const nir_shader *softfp64, in lower_doubles_instr_to_soft() 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() 723 .softfp64 = softfp64, in nir_lower_doubles_impl() 756 const nir_shader *softfp64, in nir_lower_doubles() 763 progress |= nir_lower_doubles_impl(function->impl, softfp64, options); in nir_lower_doubles() 460 lower_doubles_instr_to_soft(nir_builder *b, nir_alu_instr *instr, const nir_shader *softfp64, nir_lower_doubles_options options) lower_doubles_instr_to_soft() argument 718 nir_lower_doubles_impl(nir_function_impl *impl, const nir_shader *softfp64, nir_lower_doubles_options options) nir_lower_doubles_impl() argument 755 nir_lower_doubles(nir_shader *shader, const nir_shader *softfp64, nir_lower_doubles_options options) nir_lower_doubles() argument
|
H A D | nir.h | 5342 bool nir_lower_doubles(nir_shader *shader, const nir_shader *softfp64,
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_nir.h | 97 const nir_shader *softfp64);
|
H A D | brw_nir.c | 813 const nir_shader *softfp64) in brw_preprocess_nir() 864 OPT(nir_lower_doubles, softfp64, nir->options->lower_doubles_options); in brw_preprocess_nir() 812 brw_preprocess_nir(const struct brw_compiler *compiler, nir_shader *nir, const nir_shader *softfp64) brw_preprocess_nir() argument
|
Completed in 9 milliseconds