Skip to content

freedreno/replay: Allocated maximum available size for cs overriding

What does this MR do and why?

We pessimistically allocate 1MB per IB when overriding cs. There could be lots of small IBs, so we should allocate as much space as possible for overriding.

Merge request reports