mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 13:10:10 +01:00
radv: stop allocating upload space for indirect descriptors with DGC
The indirect descriptors are uploaded from the CPU and nothing needs to be allocated in the DGC buffer. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31096>
This commit is contained in:
parent
31875e92aa
commit
7be965bf17
1 changed files with 0 additions and 3 deletions
|
|
@ -92,9 +92,6 @@ radv_get_sequence_size_compute(const struct radv_indirect_command_layout *layout
|
|||
|
||||
/* PKT3_SET_SH_REG for indirect descriptor sets pointer */
|
||||
*cmd_size += 3 * 4;
|
||||
|
||||
/* Reserve space for indirect pipelines because they might use indirect descriptor sets. */
|
||||
*upload_size += MAX_SETS * 4;
|
||||
}
|
||||
|
||||
if (device->sqtt.bo) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue