Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/bifrost/
Dbi_tables.c44 [BI_LOAD_UNIFORM] = BI_SCHED_HI_LATENCY | BI_SCHED_ADD | BI_VECTOR | BI_DATA_REG_DEST,
Dbi_schedule.c60 case BI_LOAD_UNIFORM: in bi_message_type_for_ins()
Dcompiler.h65 BI_LOAD_UNIFORM, enumerator
Dbi_print.c61 case BI_LOAD_UNIFORM: return "load_uniform"; in bi_class_name()
Dbi_pack.c154 …} else if (ins->src[s] & BIR_INDEX_ZERO && (ins->type == BI_LOAD_UNIFORM || ins->type == BI_LOAD_V… in bi_assign_fau_idx_single()
838 case BI_LOAD_UNIFORM: in bi_pack_add()
Dbifrost_compile.c460 .type = BI_LOAD_UNIFORM, in bi_emit_ld_ubo()
501 .type = BI_LOAD_UNIFORM, in bi_emit_sysval()
/external/mesa3d/src/panfrost/bifrost/test/
Dbi_test_pack.c48 .type = BI_LOAD_UNIFORM, in bit_test_single()
Dbi_interpret.c664 case BI_LOAD_UNIFORM: in bit_step()