mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-20 03:30:36 +02:00
i965: Use the pretty define for 4-oword DP reads.
This commit is contained in:
parent
d2f3eac8ff
commit
a3bfb2f755
1 changed files with 1 additions and 1 deletions
|
|
@ -1151,7 +1151,7 @@ void brw_dp_READ_16( struct brw_compile *p,
|
|||
brw_set_dp_read_message(p->brw,
|
||||
insn,
|
||||
255, /* binding table index (255=stateless) */
|
||||
3, /* msg_control (3 means 4 Owords) */
|
||||
BRW_DATAPORT_OWORD_BLOCK_4_OWORDS,
|
||||
BRW_DATAPORT_READ_MESSAGE_OWORD_BLOCK_READ, /* msg_type */
|
||||
1, /* target cache (render/scratch) */
|
||||
1, /* msg_length */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue