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:

committed by
Marge Bot

parent
8883975209
commit
750eeecf4e
@@ -797,9 +797,11 @@ struct v3d_compile {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Register spilling's per-thread base address, shared between each
|
* 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;
|
struct qreg spill_base;
|
||||||
|
|
||||||
/* Bit vector of which temps may be spilled */
|
/* Bit vector of which temps may be spilled */
|
||||||
BITSET_WORD *spillable;
|
BITSET_WORD *spillable;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user