mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 17:30:20 +01:00
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:
parent
7246dd88cd
commit
171bf19917
1 changed files with 2 additions and 0 deletions
|
|
@ -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 *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue