|
Blender V4.3
|
#include <cstddef>Go to the source code of this file.
Functions | |
| void | bvh_reference_sort (int start, int end, BVHReference *data, int dim, const BVHUnaligned *unaligned_heuristic=NULL, const Transform *aligned_space=NULL) |
| void bvh_reference_sort | ( | int | start, |
| int | end, | ||
| BVHReference * | data, | ||
| int | dim, | ||
| const BVHUnaligned * | unaligned_heuristic = NULL, | ||
| const Transform * | aligned_space = NULL ) |
Definition at line 162 of file sort.cpp.
References bvh_reference_sort_threaded(), BVH_SORT_THRESHOLD, count, sort(), task_pool, and TaskPool::wait_work().
Referenced by BVHObjectSplit::BVHObjectSplit(), and BVHObjectSplit::split().