pan/bi: Add spills/fills parameters

For future shader-db integration.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7206>
This commit is contained in:
Alyssa Rosenzweig 2020-10-14 19:14:43 -04:00 committed by Marge Bot
parent 7246dd88cd
commit 171bf19917

View file

@ -481,6 +481,8 @@ typedef struct {
/* Stats for shader-db */
unsigned instruction_count;
unsigned loop_count;
unsigned spills;
unsigned fills;
} bi_context;
static inline bi_instruction *