radv/rra: Bump rt_driver_interface_version to 8.0

8.0 matches the layout we emit more closely.

Reviewed-by: Friedrich Vock <friedrich.vock@gmx.de>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29537>
This commit is contained in:
Konstantin Seurer
2024-06-02 20:31:38 +02:00
committed by Marge Bot
parent 55f1fe9bc3
commit c2c555402b
+1
View File
@@ -290,6 +290,7 @@ rra_fill_accel_struct_header_common(struct radv_accel_struct_header *header, siz
.geometry_description_count = header->geometry_count,
.interior_fp32_node_count = internal_node_data_size / sizeof(struct radv_bvh_box32_node),
.leaf_node_count = primitive_count,
.rt_driver_interface_version = 8 << 16,
};
result.metadata_size = sizeof(struct rra_accel_struct_metadata) + parent_id_table_size;