Searched refs:BI_ROUND_RTP (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/test/
H A Dtest-optimizer.c83 CASE(bi_fadd_f32_to(b, reg, bi_fabsneg_f32(b, negabsx), y, BI_ROUND_RTP),
84 bi_fadd_f32_to(b, reg, negabsx, y, BI_ROUND_RTP));
91 CASE(bi_fadd_v2f16_to(b, reg, bi_fabsneg_v2f16(b, negabsx), y, BI_ROUND_RTP),
92 bi_fadd_v2f16_to(b, reg, negabsx, y, BI_ROUND_RTP));
99 CASE(bi_fadd_v2f16_to(b, reg, bi_fabsneg_v2f16(b, bi_swz_16(negabsx, true, false)), y, BI_ROUND_RTP),
100 bi_fadd_v2f16_to(b, reg, bi_swz_16(negabsx, true, false), y, BI_ROUND_RTP));
102 CASE(bi_fadd_v2f16_to(b, reg, bi_swz_16(bi_fabsneg_v2f16(b, negabsx), true, false), y, BI_ROUND_RTP),
103 bi_fadd_v2f16_to(b, reg, bi_swz_16(negabsx, true, false), y, BI_ROUND_RTP));
105 CASE(bi_fadd_v2f16_to(b, reg, bi_swz_16(bi_fabsneg_v2f16(b, bi_swz_16(negabsx, true, false)), true, false), y, BI_ROUND_RTP),
106 bi_fadd_v2f16_to(b, reg, negabsx, y, BI_ROUND_RTP));
[all...]
H A Dtest-constant-fold.c109 NEGCASE(bi_f32_to_u32_to(b, reg, bi_imm_f32(-20.4), BI_ROUND_RTP));
/xsrc/external/mit/MesaLib/src/panfrost/bifrost/
H A Dbi_opcodes.h216 BI_ROUND_RTP = 1, enumerator in enum:bi_round
H A Dbi_printer.c416 case BI_ROUND_RTP: return ".rtp";
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbifrost_compile.c1489 case nir_op_fceil: return BI_ROUND_RTP;
2223 bi_hadd_to(b, nir_type_int, sz, dst, s0, s1, BI_ROUND_RTP);

Completed in 12 milliseconds