Searched refs:BI_SEG_WLS (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/src/panfrost/bifrost/
H A Dbi_opcodes.h235 BI_SEG_WLS = 1, enumerator in enum:bi_seg
H A Dbi_printer.c445 case BI_SEG_WLS: return ".wls";
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbifrost_compile.c775 assert(seg == BI_SEG_NONE || seg == BI_SEG_WLS);
809 assert(seg == BI_SEG_NONE || seg == BI_SEG_WLS);
1172 bi_emit_load(b, instr, BI_SEG_WLS);
1176 bi_emit_store(b, instr, BI_SEG_WLS);
1204 bi_zero(), false, BI_SEG_WLS);
1263 &instr->src[1], BI_SEG_WLS);
1278 &instr->src[1], &instr->src[2], BI_SEG_WLS);

Completed in 12 milliseconds