HomeSort by relevance Sort by last modified time
    Searched defs:numBoxes (Results 1 - 3 of 3) sorted by null

  /external/eigen/unsupported/Eigen/src/BVH/
KdBVH.h 143 int numBoxes = static_cast<int>(boxes.size());
146 if(children[idx + 1] < numBoxes) { //second index is always bigger
151 else if(children[idx] >= numBoxes) { //if both children are objects
153 outOBegin = &(objects[children[idx] - numBoxes]);
158 outOBegin = &(objects[children[idx + 1] - numBoxes]);
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_buffer_upload.c 443 const uint32 numBoxes = sbuf->map.num_ranges;
448 assert(numBoxes);
455 sizeof(*invalidate_cmd) + numBoxes * sizeof(*whole_update_cmd);
458 * 'numBoxes' UPDATE_GB_IMAGE commands. Allocate all at once rather
464 total_commands_size, 1 + numBoxes);
487 /* Allocate FIFO space for 'numBoxes' UPDATE_GB_IMAGE commands */
489 sizeof(*update_cmd) + (numBoxes - 1) * sizeof(*whole_update_cmd);
493 total_commands_size, numBoxes);
519 for (i = 1; i < numBoxes; ++i) {
557 const uint32 numBoxes = sbuf->map.num_ranges
    [all...]
  /external/aac/libSACdec/src/
sac_bitdec.cpp     [all...]

Completed in 180 milliseconds