i965/blorp: Set regs_written on texturing instructions

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
This commit is contained in:
Jason Ekstrand 2015-10-12 14:04:05 -07:00 committed by Kenneth Graunke
parent 0bd956b34b
commit 30b37e4e9b

View file

@ -96,6 +96,7 @@ brw_blorp_eu_emitter::emit_texture_lookup(const struct brw_reg &dst,
inst->base_mrf = base_mrf;
inst->mlen = msg_length;
inst->header_size = 0;
inst->regs_written = 8;
insts.push_tail(inst);
}