mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-22 12:50:35 +01:00
i965: bump up BRW_EU_MAX_INSN
This is the size of the intermediate instruction buffer.
This commit is contained in:
parent
82f1c0be13
commit
2eacc4aafa
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ struct brw_glsl_call;
|
|||
|
||||
|
||||
#define BRW_EU_MAX_INSN_STACK 5
|
||||
#define BRW_EU_MAX_INSN 1200
|
||||
#define BRW_EU_MAX_INSN 4000
|
||||
|
||||
struct brw_compile {
|
||||
struct brw_instruction store[BRW_EU_MAX_INSN];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue