Home
last modified time | relevance | path

Searched refs:BI_COND_GT (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/panfrost/bifrost/
Dcompiler.h159 BI_COND_GT, enumerator
Dbi_print.c241 case BI_COND_GT: return "gt"; in bi_cond_name()
/external/mesa3d/src/panfrost/bifrost/test/
Dbi_interpret.c240 else if (cond == BI_COND_GT) return left > right; \