mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 16:18:06 +02:00
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:
parent
0bd956b34b
commit
30b37e4e9b
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue