Searched refs:BI_SEG_UBO (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/test/
H A Dtest-scheduler-predicates.c54 bi_instr *load = bi_load_i128_to(b, TMP(), TMP(), TMP(), BI_SEG_UBO);
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbi_opt_push_ubo.c36 (ins->seg == BI_SEG_UBO);
H A Dbi_schedule.c137 if (msg == BIFROST_MESSAGE_LOAD && ins->seg == BI_SEG_UBO)
H A Dbifrost_compile.c423 bi_imm_u32(sysval_ubo), BI_SEG_UBO);
738 BI_SEG_UBO);
/xsrc/external/mit/MesaLib/src/panfrost/bifrost/
H A Dbi_opcodes.h237 BI_SEG_UBO = 4, enumerator in enum:bi_seg
H A Dbi_printer.c444 case BI_SEG_UBO: return ".ubo";

Completed in 16 milliseconds