radv: Remove radv_bvh_aabb_node::aabb
authorKonstantin Seurer <konstantin.seurer@gmail.com>
Mon, 10 Apr 2023 11:14:33 +0000 (13:14 +0200)
committerMarge Bot <emma+marge@anholt.net>
Tue, 11 Apr 2023 07:57:34 +0000 (07:57 +0000)
commit2bf9ae78c52e73a033dee3f4efd63dd39fc75e51
tree03e010c5af622f83ce6be3e6b504e4da3b662836
parent1ce50f0774b1d96b573e1400f0fbadd8a0f6cd65
radv: Remove radv_bvh_aabb_node::aabb

It was only read by RRA which can infer it from the parenbt internal
node.

Change in average build time (Control):
84.69471 ms -> 84.25319 ms

Reviewed-by: Friedrich Vock <friedrich.vock@gmx.de>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22400>
src/amd/vulkan/bvh/bvh.h
src/amd/vulkan/bvh/encode.comp
src/amd/vulkan/radv_rra.c
src/amd/vulkan/radv_rt_common.c