Searched refs:set_round (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_lower_to_hw_instr.cpp | 1869 emit_set_mode(Builder& bld, float_mode new_mode, bool set_round, bool set_denorm) argument 1872 if (set_round) 1876 } else if (set_round || set_denorm) { 1891 bool set_round = always_set && block->fp_mode.round != config_mode.round; local in function:aco::emit_set_mode_from_block 1896 set_round = true; 1903 assert((!set_round && !set_denorm) || (block->kind & block_kind_top_level)); 1904 emit_set_mode(bld, block->fp_mode, set_round, set_denorm); 2293 bool set_round = new_mode.round != block->fp_mode.round; local in function:aco::lower_to_hw_instr 2295 emit_set_mode(bld, new_mode, set_round, false); 2300 emit_set_mode(bld, block->fp_mode, set_round, fals [all...] |
Completed in 5 milliseconds