Home
last modified time | relevance | path

Searched refs:BI_COND_EQ (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/panfrost/bifrost/
Dbi_pack.c477 bool typeless_cond = (cond == BI_COND_EQ) || (cond == BI_COND_NE); in bi_pack_fma()
597 assert(ins->cond == BI_COND_EQ); in bi_pack_add_branch_cond()
725 bool typeless_cond = (cond == BI_COND_EQ) || (cond == BI_COND_NE); in bi_pack_add()
Dcompiler.h160 BI_COND_EQ, enumerator
Dbi_print.c242 case BI_COND_EQ: return "eq"; in bi_cond_name()
Dbifrost_compile.c602 .cond = BI_COND_EQ, in bi_emit_discard()
705 .cond = BI_COND_EQ, in bi_emit_front_face()
1047 return BI_COND_EQ; in bi_cond_for_nir()
2156 branch->cond = invert ? BI_COND_EQ : BI_COND_NE; in bi_set_branch_cond()
/external/mesa3d/src/panfrost/bifrost/test/
Dbi_interpret.c241 else if (cond == BI_COND_EQ) return left == right; \