Home
last modified time | relevance | path

Searched refs:BIFROST_RTZ (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/panfrost/bifrost/
Dbi_print_common.c85 case BIFROST_RTZ: return ".rtz"; in bi_round_mode_name()
Dbi_special.c116 .roundmode = BIFROST_RTZ in bi_emit_flog2_new()
Dbifrost.h193 BIFROST_RTZ = 0x3 /* round to zero */ enumerator
Dbifrost_compile.c1298 alu.roundmode = BIFROST_RTZ; in emit_alu()
1319 alu.roundmode = BIFROST_RTZ; in emit_alu()
1534 .roundmode = BIFROST_RTZ in bi_emit_lod_88()
/external/mesa3d/src/panfrost/bifrost/test/
Dbi_interpret.c301 ((mode == BIFROST_RTZ) ? FP_INT_TOWARDZERO : \
648 } else if (ins->roundmode == BIFROST_RTZ) { in bit_step()
/external/mesa3d/prebuilt-intermediates/bifrost/
Dbi_generated_pack.h1759 assert(ins->roundmode == BIFROST_RTE || ins->roundmode == BIFROST_RTZ); in pan_pack_fma_fma_rscale_f32()
1760 unsigned round = (ins->roundmode == BIFROST_RTZ) ? 1 : 0; in pan_pack_fma_fma_rscale_f32()
7307 assert(ins->roundmode == BIFROST_RTE || ins->roundmode == BIFROST_RTZ); in pan_pack_fma_fma_rscale_v2f16()
7308 unsigned round = (ins->roundmode == BIFROST_RTZ) ? 1 : 0; in pan_pack_fma_fma_rscale_v2f16()