Searched refs:unspill_dst (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_reg_allocate.cpp993 fs_reg unspill_dst(VGRF, alloc.allocate(count)); local in function:fs_visitor::spill_reg
995 inst->src[i].nr = unspill_dst.nr;
1013 unspill_dst, subset_spill_offset, count);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_reg_allocate.cpp1082 fs_reg unspill_dst = alloc_spill_reg(count, ip); local in function:fs_reg_alloc::spill_reg
1084 inst->src[i].nr = unspill_dst.nr;
1101 emit_unspill(ibld.exec_all().group(width, 0), unspill_dst,

Completed in 5 milliseconds