Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/bifrost/
Dbi_tables.c46 [BI_LOAD_VAR] = BI_SCHED_HI_LATENCY | BI_SCHED_ADD | BI_VECTOR | BI_DATA_REG_DEST,
Dbi_print.c63 case BI_LOAD_VAR: return "load_var"; in bi_class_name()
281 else if (ins->type == BI_LOAD_VAR) in bi_print_instruction()
Dbi_schedule.c54 case BI_LOAD_VAR: in bi_message_type_for_ins()
Dbi_pack.c139 if (ins->type == BI_LOAD_VAR) in bi_assign_fau_idx_single()
154 …e if (ins->src[s] & BIR_INDEX_ZERO && (ins->type == BI_LOAD_UNIFORM || ins->type == BI_LOAD_VAR)) { in bi_assign_fau_idx_single()
847 case BI_LOAD_VAR: in bi_pack_add()
Dcompiler.h67 BI_LOAD_VAR, enumerator
Dbifrost_compile.c164 bi_instruction ins = bi_load(BI_LOAD_VAR, instr); in bi_emit_ld_vary()
567 .type = BI_LOAD_VAR, in bi_emit_ld_frag_coord()
726 .type = BI_LOAD_VAR, in bi_emit_point_coord()
/external/mesa3d/src/panfrost/bifrost/test/
Dbi_interpret.c658 case BI_LOAD_VAR: in bit_step()