Searched defs:unspill_reg (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs_reg_allocate.cpp412 fs_reg unspill_reg = inst->dst; local
414 emit_unspill(inst, unspill_reg,
416 unspill_reg.reg_offset++;
H A Dbrw_wm.h128 GLuint unspill_reg:7; /* unspill to reg */ member in struct:brw_wm_ref
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_reg_allocate.cpp412 fs_reg unspill_reg = inst->dst; local
414 emit_unspill(inst, unspill_reg,
416 unspill_reg.reg_offset++;
H A Dbrw_wm.h128 GLuint unspill_reg:7; /* unspill to reg */ member in struct:brw_wm_ref

Completed in 165 milliseconds