mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
i965: pipecontrol: add LRI write immediate flag
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
7f977d51b3
commit
d3e5d3955c
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ struct brw_bo;
|
|||
* additional flushing control.
|
||||
*/
|
||||
#define _3DSTATE_PIPE_CONTROL (CMD_3D | (3 << 27) | (2 << 24))
|
||||
#define PIPE_CONTROL_LRI_WRITE_IMMEDIATE (1 << 23) /* Gen7+ */
|
||||
#define PIPE_CONTROL_CS_STALL (1 << 20)
|
||||
#define PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET (1 << 19)
|
||||
#define PIPE_CONTROL_TLB_INVALIDATE (1 << 18)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue