Home
last modified time | relevance | path

Searched refs:RAYPNT (Results 1 – 4 of 4) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dbndbox.cpp195 RAYPNT(newray.s, (*ry), tnear); in bndbox_intersect()
196 RAYPNT(newray.e, (*ry), (tfar + EPSILON)); in bndbox_intersect()
H A Dmacros.hpp58 #define RAYPNT(c, a, b) \ macro
H A Dcylinder.cpp234 RAYPNT(hit, (*ry), tin); in fcylinder_intersect()
250 RAYPNT(hit, (*ry), tout); in fcylinder_intersect()
H A Dshade.cpp92 RAYPNT(hit, (*incident), t) /* find the point of intersection from t */ in shader()