radv/rra: Continue dumping accel structs if validation fails

Reviewed-by: Friedrich Vock <friedrich.vock@gmx.de>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19089>
This commit is contained in:
Konstantin Seurer
2022-10-15 11:53:21 +02:00
committed by Marge Bot
parent e8547392b0
commit 43756a9f76
+1 -1
View File
@@ -1151,7 +1151,7 @@ radv_rra_dump_trace(VkQueue vk_queue, char *filename)
device->rra_trace.accel_struct_vas,
device->rra_trace.validate_as, file);
if (result != VK_SUCCESS)
goto copy_fail;
continue;
++written_accel_struct_count;
}
}