Home
last modified time | relevance | path

Searched refs:BI_COND_LT (Results 1 – 5 of 5) 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.c237 if (cond == BI_COND_LT) return left < right; \
/external/mesa3d/src/panfrost/bifrost/
Dcompiler.h156 BI_COND_LT, enumerator
Dbi_print.c238 case BI_COND_LT: return "lt"; in bi_cond_name()
Dbifrost_compile.c1038 return BI_COND_LT; in bi_cond_for_nir()