Searched refs:last_rhs_inst (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_visitor.cpp1601 vec4_instruction *last_rhs_inst)
1607 if (pre_rhs_inst == last_rhs_inst)
1612 src.file != last_rhs_inst->dst.file ||
1613 src.reg != last_rhs_inst->dst.reg ||
1614 src.reg_offset != last_rhs_inst->dst.reg_offset ||
1618 last_rhs_inst->predicate != BRW_PREDICATE_NONE)
1629 if (!(last_rhs_inst->dst.writemask & (1 << i)))
1638 last_rhs_inst->dst.file = dst.file;
1639 last_rhs_inst->dst.reg = dst.reg;
1640 last_rhs_inst
1597 try_rewrite_rhs_to_dst(ir_assignment *ir, dst_reg dst, src_reg src, vec4_instruction *pre_rhs_inst, vec4_instruction *last_rhs_inst) argument
1678 vec4_instruction *pre_rhs_inst, *last_rhs_inst; local
[all...]
H A Dbrw_fs.h330 fs_inst *last_rhs_inst);
H A Dbrw_vec4.h376 vec4_instruction *last_rhs_inst);
H A Dbrw_fs_visitor.cpp678 fs_inst *last_rhs_inst)
689 last_rhs_inst,
694 /* If last_rhs_inst wrote a different number of components than our LHS,
721 fs_inst *last_rhs_inst = (fs_inst *) this->instructions.get_tail(); local
726 if (try_rewrite_rhs_to_dst(ir, l, r, pre_rhs_inst, last_rhs_inst))
674 try_rewrite_rhs_to_dst(ir_assignment *ir, fs_reg dst, fs_reg src, fs_inst *pre_rhs_inst, fs_inst *last_rhs_inst) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_visitor.cpp1601 vec4_instruction *last_rhs_inst)
1607 if (pre_rhs_inst == last_rhs_inst)
1612 src.file != last_rhs_inst->dst.file ||
1613 src.reg != last_rhs_inst->dst.reg ||
1614 src.reg_offset != last_rhs_inst->dst.reg_offset ||
1618 last_rhs_inst->predicate != BRW_PREDICATE_NONE)
1629 if (!(last_rhs_inst->dst.writemask & (1 << i)))
1638 last_rhs_inst->dst.file = dst.file;
1639 last_rhs_inst->dst.reg = dst.reg;
1640 last_rhs_inst
1597 try_rewrite_rhs_to_dst(ir_assignment *ir, dst_reg dst, src_reg src, vec4_instruction *pre_rhs_inst, vec4_instruction *last_rhs_inst) argument
1678 vec4_instruction *pre_rhs_inst, *last_rhs_inst; local
[all...]
H A Dbrw_fs.h330 fs_inst *last_rhs_inst);
H A Dbrw_vec4.h376 vec4_instruction *last_rhs_inst);
H A Dbrw_fs_visitor.cpp678 fs_inst *last_rhs_inst)
689 last_rhs_inst,
694 /* If last_rhs_inst wrote a different number of components than our LHS,
721 fs_inst *last_rhs_inst = (fs_inst *) this->instructions.get_tail(); local
726 if (try_rewrite_rhs_to_dst(ir, l, r, pre_rhs_inst, last_rhs_inst))
674 try_rewrite_rhs_to_dst(ir_assignment *ir, fs_reg dst, fs_reg src, fs_inst *pre_rhs_inst, fs_inst *last_rhs_inst) argument

Completed in 150 milliseconds