broadcom/compiler: document that spill_base is used for spills and scratch

Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15041>
This commit is contained in:
Iago Toral Quiroga 2022-02-17 08:55:16 +01:00 committed by Marge Bot
parent 8883975209
commit 750eeecf4e
1 changed files with 3 additions and 1 deletions

View File

@ -797,9 +797,11 @@ struct v3d_compile {
/**
* Register spilling's per-thread base address, shared between each
* spill/fill's addressing calculations.
* spill/fill's addressing calculations (also used for scratch
* access).
*/
struct qreg spill_base;
/* Bit vector of which temps may be spilled */
BITSET_WORD *spillable;