Home
last modified time | relevance | path

Searched refs:BI_COND_GE (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/panfrost/bifrost/
Dcompiler.h158 BI_COND_GE, enumerator
Dbi_print.c240 case BI_COND_GE: return "ge"; in bi_cond_name()
Dbifrost_compile.c1043 return BI_COND_GE; in bi_cond_for_nir()
/external/mesa3d/src/panfrost/bifrost/test/
Dbi_interpret.c239 else if (cond == BI_COND_GE) return left >= right; \