Home
last modified time | relevance | path

Searched refs:BI_LOAD_ATTR (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/panfrost/bifrost/
Dbi_tables.c45 [BI_LOAD_ATTR] = BI_SCHED_HI_LATENCY | BI_SCHED_ADD | BI_VECTOR | BI_DATA_REG_DEST,
Dbi_schedule.c61 case BI_LOAD_ATTR: in bi_message_type_for_ins()
Dcompiler.h66 BI_LOAD_ATTR, enumerator
Dbi_print.c62 case BI_LOAD_ATTR: return "load_attr"; in bi_class_name()
Dbi_pack.c134 … if (s == 0 && (ins->type == BI_LOAD_VAR_ADDRESS || ins->type == BI_LOAD_ATTR)) continue; in bi_assign_fau_idx_single()
835 case BI_LOAD_ATTR: in bi_pack_add()
Dbifrost_compile.c789 bi_emit(ctx, bi_load_with_r61(BI_LOAD_ATTR, instr)); in emit_intrinsic()
/external/mesa3d/src/panfrost/bifrost/test/
Dbi_interpret.c665 case BI_LOAD_ATTR: in bit_step()