Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dtriangle.hpp82 } stri; typedef
89 static void stri_normal(stri *, vector *, ray *, vector *);
H A Dtriangle.cpp98 stri *t; in newstri()
108 t = (stri *)rt_getmem(sizeof(stri)); in newstri()
206 static void stri_normal(stri *trn, vector *pnt, ray *incident, vector *N) { in stri_normal()