Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_fs_reg_allocate.cpp946 fs_reg spill_src(VGRF, alloc.allocate(regs_written(inst))); in spill_reg() local
948 inst->dst.nr = spill_src.nr; in spill_reg()
991 emit_unspill(ubld, spill_src, subset_spill_offset, in spill_reg()
994 emit_spill(ubld.at(block, inst->next), spill_src, in spill_reg()