mesa/src/amd/vulkan/bvh
Konstantin Seurer b3c43d6865 radv/bvh/ploc: Load child bounds from LDS
The bounds are already in LDS so there is no need to load them from
VRAM.

Reviewed-by: Friedrich Vock <friedrich.vock@gmx.de>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24846>
2023-09-30 11:49:14 +00:00
..
.clang-format clang-format: Disable formatting by default 2023-08-13 16:48:49 +02:00
build_helpers.h radv: reformat according to its .clang-format 2023-06-16 19:59:52 +00:00
build_interface.h radv: Remove leaf_args::dst_offset 2023-08-21 12:45:06 +00:00
bvh.h radv: reformat according to its .clang-format 2023-06-16 19:59:52 +00:00
copy.comp radv: Convert instance bvh address to node in bvh build. 2022-11-19 14:24:36 +00:00
encode.comp radv: Remove radv_bvh_aabb_node::aabb 2023-04-11 07:57:34 +00:00
header.comp radv/bvh: Add a shader for filling the header 2023-02-24 15:14:40 +00:00
lbvh_generate_ir.comp radv/bvh: Replace is_final_tree with bvh_offset 2023-02-24 15:14:40 +00:00
lbvh_main.comp radv: Add new LBVH shaders. 2022-12-01 02:20:48 +00:00
leaf.comp radv/bvh: Treat instances with mask == 0 as inactive 2023-09-20 13:00:03 +00:00
meson.build radv/bvh: Add a shader for filling the header 2023-02-24 15:14:40 +00:00
morton.comp radv: Use a struct for AABBs 2022-10-30 19:48:46 +00:00
ploc_internal.comp radv/bvh/ploc: Load child bounds from LDS 2023-09-30 11:49:14 +00:00