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:
committed by
Kenneth Graunke
parent
0bd956b34b
commit
30b37e4e9b
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user