Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/bifrost/
Dbi_tables.c38 [BI_CSEL] = BI_SCHED_FMA | BI_CONDITIONAL,
Dcompiler.h58 BI_CSEL, enumerator
Dbi_print.c54 case BI_CSEL: return "csel"; in bi_class_name()
Dbifrost_compile.c954 return BI_CSEL; in bi_class_for_nir_alu()
1198 if (i && alu.type == BI_CSEL) in emit_alu()
1354 if (alu.type == BI_CSEL) { in emit_alu()
Dbi_pack.c518 case BI_CSEL: in bi_pack_fma()
/external/mesa3d/src/panfrost/bifrost/test/
Dbi_test_pack.c283 bi_instruction ins = bit_ins(BI_CSEL, 4, nir_type_uint, size); in bit_csel_helper()
Dbi_interpret.c506 case BI_CSEL: { in bit_step()