broadcom/compiler: track number of TMU operations in prog data

Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17854>
This commit is contained in:
Iago Toral Quiroga
2022-07-22 08:13:28 +02:00
committed by Marge Bot
parent aa018415b3
commit 87a9951073
3 changed files with 4 additions and 0 deletions

View File

@@ -645,6 +645,7 @@ struct v3d_compile {
uint8_t component_mask;
} flush[MAX_TMU_QUEUE_SIZE];
uint32_t flush_count;
uint32_t total_count;
} tmu;
/**
@@ -919,6 +920,7 @@ struct v3d_prog_data {
uint32_t spill_size;
uint32_t tmu_spills;
uint32_t tmu_fills;
uint32_t tmu_count;
uint32_t qpu_read_stalls;