Home
last modified time | relevance | path

Searched refs:leaf_cost (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/math/bvh/
H A Dbvh_sahpartitioner.h160 const ValueType leaf_cost = count * m_item_intersection_cost; in partition() local
161 if (leaf_cost <= split_cost) in partition()
H A Dbvh_sbvhpartitioner.h350 const ValueType leaf_cost = leaf.size() * m_item_intersection_cost; in split() local
353 if (leaf_cost <= object_split_cost && leaf_cost <= spatial_split_cost) in split()