mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 00:38:48 +02:00
jay: shrink stack allocation
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41215>
This commit is contained in:
parent
0a5c748e19
commit
fccd68625c
1 changed files with 1 additions and 2 deletions
|
|
@ -12,8 +12,7 @@
|
|||
#include "jay_opcodes.h"
|
||||
#include "jay_private.h"
|
||||
|
||||
/* TODO: Shrink */
|
||||
#define MAX_KEYS (2 * JAY_NUM_UGPR)
|
||||
#define MAX_KEYS (JAY_NUM_PHYS_GRF + JAY_NUM_UGPR)
|
||||
#define NUM_TOKENS (16)
|
||||
|
||||
/** SEND scoreboarding */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue