Home
last modified time | relevance | path

Searched refs:BI_CMP (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/panfrost/bifrost/
Dbi_tables.c33 [BI_CMP] = BI_MODS | BI_SCHED_ALL | BI_CONDITIONAL,
Dbi_schedule.c117 return ic && (ins->type == BI_CMP); in bi_icmp()
Dcompiler.h53 BI_CMP, enumerator
Dbi_print.c49 case BI_CMP: return "cmp"; in bi_class_name()
Dbi_pack.c487 case BI_CMP: in bi_pack_fma()
739 case BI_CMP: in bi_pack_add()
Dbifrost_compile.c704 .type = BI_CMP, in bi_emit_front_face()
949 return BI_CMP; in bi_class_for_nir_alu()
/external/mesa3d/src/panfrost/bifrost/test/
Dbi_test_pack.c401 bi_instruction ins = bit_ins(BI_CMP, 2, nir_type_float, size); in bit_fcmp_helper()
439 bi_instruction ins = bit_ins(BI_CMP, 2, T, size); in bit_icmp_helper()
Dbi_interpret.c432 case BI_CMP: { in bit_step()
/external/mesa3d/docs/relnotes/
D20.1.0.rst465 - pan/bi: Specify comparison op for BI_CMP
467 - pan/bi: Implement comparison opcodes via BI_CMP