Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/bifrost/
Dcompiler.h157 BI_COND_LE, enumerator
Dbi_print.c239 case BI_COND_LE: return "le"; in bi_cond_name()
/external/mesa3d/src/panfrost/bifrost/test/
Dbi_interpret.c238 else if (cond == BI_COND_LE) return left <= right; \