Home
last modified time | relevance | path

Searched refs:BI_TABLE (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/panfrost/bifrost/
Dbi_tables.c57 [BI_TABLE] = BI_SCHED_ADD,
Dbi_special.c138 .type = BI_TABLE, in bi_emit_flog2_new()
Dbi_print.c73 case BI_TABLE: return "table"; in bi_class_name()
267 else if (ins->type == BI_TABLE) in bi_print_instruction()
Dcompiler.h78 BI_TABLE, enumerator
Dbi_pack.c894 case BI_TABLE: in bi_pack_add()
/external/mesa3d/src/panfrost/bifrost/test/
Dbi_test_pack.c326 bi_instruction ins = bit_ins(BI_TABLE, 1, nir_type_float, 32); in bit_table_helper()
Dbi_interpret.c615 case BI_TABLE: { in bit_step()
/external/mesa3d/docs/relnotes/
D20.1.0.rst654 - pan/bi: Add BI_TABLE for fast table accesses
690 - pan/bit: Add BI_TABLE test