Home
last modified time | relevance | path

Searched refs:BI_ROUND (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/panfrost/bifrost/
Dbi_tables.c62 [BI_ROUND] = BI_ROUNDMODE | BI_SCHED_ALL,
Dcompiler.h82 BI_ROUND, enumerator
Dbi_print.c77 case BI_ROUND: return "round"; in bi_class_name()
Dbi_pack.c575 case BI_ROUND: in bi_pack_fma()
911 case BI_ROUND: in bi_pack_add()
Dbifrost_compile.c1014 return BI_ROUND; in bi_class_for_nir_alu()
/external/mesa3d/src/panfrost/bifrost/test/
Dbi_test_pack.c349 bi_instruction ins = bit_ins(BI_ROUND, 1, nir_type_float, sz); in bit_round_helper()
Dbi_interpret.c641 case BI_ROUND: { in bit_step()