Home
last modified time | relevance | path

Searched refs:BI_COND_ALWAYS (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/panfrost/bifrost/
Dbi_schedule.c221 (ins->cond == BI_COND_ALWAYS)); in bi_make_singleton()
Dcompiler.h155 BI_COND_ALWAYS = 0, enumerator
Dbi_print.c237 case BI_COND_ALWAYS: return "always"; in bi_cond_name()
Dbifrost_compile.c1054 return BI_COND_ALWAYS; in bi_cond_for_nir()
1126 if (bcond == BI_COND_ALWAYS) in bi_fuse_cond()
2135 .cond = BI_COND_ALWAYS in bi_emit_branch()
Dbi_pack.c665 if (ins->cond == BI_COND_ALWAYS) in bi_pack_add_branch()
/external/mesa3d/src/panfrost/bifrost/test/
Dbi_interpret.c507 bool direct = ins->cond == BI_COND_ALWAYS; in bit_step()