Searched refs:VSub (Results 1 – 9 of 9) sorted by relevance
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | triangle.cpp | 74 VSub(&v1, &v0, &edge1); in newtri() 75 VSub(&v2, &v0, &edge2); in newtri() 76 VSub(&v2, &v1, &edge3); in newtri() 101 VSub(&v1, &v0, &edge1); in newstri() 102 VSub(&v2, &v0, &edge2); in newstri() 103 VSub(&v2, &v1, &edge3); in newstri()
|
| H A D | vector.hpp | 57 void VSub(vector *, vector *, vector *);
|
| H A D | camera.cpp | 98 VSub(&projpixel, &scene->camcent, &newray.d); in camray()
|
| H A D | light.cpp | 112 VSub((vector *)pnt, &(l->ctr), N); in light_normal()
|
| H A D | sphere.cpp | 117 VSub((vector *)pnt, &(spr->ctr), N); in sphere_normal()
|
| H A D | cylinder.cpp | 138 VSub((vector *)pnt, &(cyl->ctr), &a); in cylinder_normal() 150 VSub(pnt, &b, N); in cylinder_normal()
|
| H A D | vector.cpp | 85 void VSub(vector *a, vector *b, vector *c) { in VSub() function
|
| H A D | box.cpp | 170 VSub((vector *)pnt, &c, N); in box_normal()
|
| H A D | grid.cpp | 92 VSub(&g->max, &g->min, &g->voxsize); in newgrid() 347 VSub(&gmax, &gmin, &gsize); in engrid_cell()
|