Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dvector.hpp56 void VAdd(vector *, vector *, vector *);
H A Dtriangle.cpp143 VAdd(&t->v0, &t->edge1, &v1); in tri_bbox()
144 VAdd(&t->v0, &t->edge2, &v2); in tri_bbox()
H A Dvector.cpp79 void VAdd(vector *a, vector *b, vector *c) { in VAdd() function
H A Dshade.cpp239 VAdd(&V, L, &H); in shade_phong()