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:
Alyssa Rosenzweig 2026-04-21 13:14:04 -04:00 committed by Marge Bot
parent 0a5c748e19
commit fccd68625c

View file

@ -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 */