Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_reg_allocate.cpp938 fs_reg spill_src(VGRF, alloc.allocate(regs_written(inst))); in spill_reg() local
940 inst->dst.nr = spill_src.nr; in spill_reg()
983 emit_unspill(ubld, spill_src, subset_spill_offset, in spill_reg()
986 emit_spill(ubld.at(block, inst->next), spill_src, in spill_reg()