Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_reg_allocate.cpp412 fs_reg unspill_reg = inst->dst; in spill_reg() local
414 emit_unspill(inst, unspill_reg, in spill_reg()
416 unspill_reg.reg_offset++; in spill_reg()
Dbrw_wm_debug.c66 if (ref->unspill_reg) in brw_wm_print_ref()
Dbrw_wm_pass2.c287 ref->unspill_reg = reg*2; in load_args()
Dbrw_wm.h128 GLuint unspill_reg:7; /* unspill to reg */ member
Dbrw_wm_emit.c1618 if (arg[i]->unspill_reg) in get_argument_regs()
1620 brw_vec8_grf(arg[i]->unspill_reg, 0), in get_argument_regs()