Home
last modified time | relevance | path

Searched refs:round16_64 (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_ir.cpp164 program->next_fp_mode.round16_64 = fp_round_ne; in init_program()
Daco_ir.h229 fp_round round16_64 : 2; member
Daco_instruction_selection.cpp2542 if (instr->op == nir_op_f2f16_rtne && ctx->block->fp_mode.round16_64 != fp_round_ne) in visit_alu_instr()
2555 if (ctx->block->fp_mode.round16_64 == fp_round_tz) in visit_alu_instr()
3197 ctx->block->fp_mode.round16_64 == fp_round_tz) { in visit_alu_instr()
11424 program->next_fp_mode.round16_64 = fp_round_tz; in setup_fp_mode()
11426 program->next_fp_mode.round16_64 = fp_round_ne; in setup_fp_mode()
Daco_lower_to_hw_instr.cpp2292 new_mode.round16_64 = fp_round_ne; in lower_to_hw_instr()