Searched refs:regs_written (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_reg_allocate.cpp335 spill_costs[inst->dst.reg] += inst->regs_written() * loop_scale;
404 inst->dst.reg = virtual_grf_alloc(inst->regs_written());
408 * inst->regs_written(), then we need to unspill the destination
409 * since we write back out all of the regs_written().
413 for (int chan = 0; chan < inst->regs_written(); chan++) {
426 for (int chan = 0; chan < inst->regs_written(); chan++) {
H A Dbrw_fs_live_variables.cpp80 inst->regs_written() == v->virtual_grf_sizes[inst->dst.reg] &&
H A Dbrw_fs.h152 int regs_written();
H A Dbrw_fs.cpp158 fs_inst::regs_written() function in class:fs_inst
176 reg.reg_offset < dst.reg_offset + regs_written());
1065 if (inst->regs_written() > 1) {
H A Dbrw_fs_visitor.cpp203 if (!modify || modify->regs_written() != 1) {
697 if (ir->lhs->type->vector_elements != modify->regs_written())

Completed in 63 milliseconds