Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/bifrost/test/
Dbi_test_pack.c288 for (enum bi_cond cond = BI_COND_LT; cond <= BI_COND_NE; ++cond) { in bit_csel_helper()
407 for (enum bi_cond cond = BI_COND_LT; cond <= BI_COND_NE; ++cond) { in bit_fcmp_helper()
442 for (enum bi_cond cond = BI_COND_LT; cond <= BI_COND_NE; ++cond) { in bit_icmp_helper()
Dbi_interpret.c242 else if (cond == BI_COND_NE) return left != right; \
/external/mesa3d/src/panfrost/bifrost/
Dcompiler.h161 BI_COND_NE, enumerator
Dbi_print.c243 case BI_COND_NE: return "ne"; in bi_cond_name()
Dbifrost_compile.c623 .cond = BI_COND_NE, in bi_emit_discard_if()
1051 return BI_COND_NE; in bi_cond_for_nir()
1356 alu.cond = BI_COND_NE; in emit_alu()
2156 branch->cond = invert ? BI_COND_EQ : BI_COND_NE; in bi_set_branch_cond()
Dbi_pack.c477 bool typeless_cond = (cond == BI_COND_EQ) || (cond == BI_COND_NE); in bi_pack_fma()
725 bool typeless_cond = (cond == BI_COND_EQ) || (cond == BI_COND_NE); in bi_pack_add()