Searched refs:VAdd (Results 1 – 4 of 4) sorted by relevance
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | vector.hpp | 56 void VAdd(vector *, vector *, vector *);
|
| H A D | triangle.cpp | 143 VAdd(&t->v0, &t->edge1, &v1); in tri_bbox() 144 VAdd(&t->v0, &t->edge2, &v2); in tri_bbox()
|
| H A D | vector.cpp | 79 void VAdd(vector *a, vector *b, vector *c) { in VAdd() function
|
| H A D | shade.cpp | 239 VAdd(&V, L, &H); in shade_phong()
|