mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 13:48:06 +02:00
radv: Remove SI num RB override for occlusion queries.
radeonsi doesn't have it anymore either. Signed-off-by: Bas Nieuwenhuizen <basni@google.com> Fixes:f4e499ec79"radv: add initial non-conformant radv vulkan driver" Reviewed-by: Dave Airlie <airlied@redhat.com> (cherry picked from commit59c2e2a061)
This commit is contained in:
parent
f66de22af4
commit
18fd7249c5
1 changed files with 0 additions and 3 deletions
|
|
@ -44,9 +44,6 @@ static unsigned get_max_db(struct radv_device *device)
|
|||
unsigned num_db = device->physical_device->rad_info.num_render_backends;
|
||||
MAYBE_UNUSED unsigned rb_mask = device->physical_device->rad_info.enabled_rb_mask;
|
||||
|
||||
if (device->physical_device->rad_info.chip_class == SI)
|
||||
num_db = 8;
|
||||
|
||||
/* Otherwise we need to change the query reset procedure */
|
||||
assert(rb_mask == ((1ull << num_db) - 1));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue