mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 14:50:11 +01:00
i965: Fix up Sandybridge GS reg definitions
This commit is contained in:
parent
a935cb2aca
commit
da577ee880
1 changed files with 1 additions and 1 deletions
|
|
@ -853,9 +853,9 @@
|
|||
# define GEN6_GS_SAMPLER_COUNT_SHIFT 27
|
||||
# define GEN6_GS_BINDING_TABLE_ENTRY_COUNT_SHIFT 18
|
||||
/* DW4 */
|
||||
# define GEN6_GS_DISPATCH_START_GRF_SHIFT 20
|
||||
# define GEN6_GS_URB_READ_LENGTH_SHIFT 11
|
||||
# define GEN6_GS_URB_ENTRY_READ_OFFSET_SHIFT 4
|
||||
# define GEN6_GS_DISPATCH_START_GRF_SHIFT 0
|
||||
/* DW5 */
|
||||
# define GEN6_GS_MAX_THREADS_SHIFT 25
|
||||
# define GEN6_GS_STATISTICS_ENABLE (1 << 10)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue