Home
last modified time | relevance | path

Searched defs:BinBoundsAndCenter (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/embree/embree-3.13.2/kernels/builders/
H A Dheuristic_binning_array_unaligned.h66 struct BinBoundsAndCenter struct
68 __forceinline BinBoundsAndCenter(Scene* scene, const LinearSpace3fa& space) in BinBoundsAndCenter() function
72 __forceinline Vec3fa binCenter(const PrimRef& ref) const in binCenter()
80 …_forceinline void binBoundsAndCenter(const PrimRef& ref, BBox3fa& bounds_o, Vec3fa& center_o) const in binBoundsAndCenter()
90 const LinearSpace3fa space;
229 struct BinBoundsAndCenter struct
231 … __forceinline BinBoundsAndCenter(Scene* scene, BBox1f time_range, const LinearSpace3fa& space) in BinBoundsAndCenter() function
236 __forceinline Vec3fa binCenter(const PrimRef& ref) const in binCenter()
244 …, BBox3fa& bounds_o, Vec3fa& center_o) const // __noinline is workaround for ICC16 bug under MacOSX in binBoundsAndCenter()
263 BBox1f time_range;
[all …]