Searched refs:gridindex (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | grid.hpp | 82 } gridindex; typedef 101 static int cellbound(grid *g, gridindex *index, vector *cmin, vector *cmax); 107 static int engrid_cell(grid *, gridindex *); 109 static int pos2grid(grid *g, vector *pos, gridindex *index);
|
| H A D | grid.cpp | 176 static int cellbound(grid *g, gridindex *index, vector *cmin, vector *cmax) { in cellbound() 277 gridindex index; in engrid_scene() 332 static int engrid_cell(grid *gold, gridindex *index) { in engrid_cell() 411 gridindex low, high; in engrid_object() 446 static int pos2grid(grid *g, vector *pos, gridindex *index) { in pos2grid() 473 gridindex curvox, step, out; in grid_intersect()
|