Home
last modified time | relevance | path

Searched refs:numBoxes (Results 1 – 5 of 5) sorted by relevance

/external/eigen/unsupported/Eigen/src/BVH/
DKdBVH.h143 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/
Dsvga_resource_buffer_upload.c443 const uint32 numBoxes = sbuf->map.num_ranges; in svga_buffer_upload_gb_command() local
448 assert(numBoxes); in svga_buffer_upload_gb_command()
455 sizeof(*invalidate_cmd) + numBoxes * sizeof(*whole_update_cmd); in svga_buffer_upload_gb_command()
464 total_commands_size, 1 + numBoxes); in svga_buffer_upload_gb_command()
489 sizeof(*update_cmd) + (numBoxes - 1) * sizeof(*whole_update_cmd); in svga_buffer_upload_gb_command()
493 total_commands_size, numBoxes); in svga_buffer_upload_gb_command()
519 for (i = 1; i < numBoxes; ++i) { in svga_buffer_upload_gb_command()
557 const uint32 numBoxes = sbuf->map.num_ranges; in svga_buffer_upload_hb_command() local
579 assert(numBoxes); in svga_buffer_upload_hb_command()
583 sizeof *cmd + numBoxes * sizeof *boxes + sizeof *pSuffix, in svga_buffer_upload_hb_command()
[all …]
Dsvga_cmd.c432 uint32 numBoxes, // IN in SVGA3D_SurfaceDMA() argument
438 uint32 boxesSize = sizeof *boxes * numBoxes; in SVGA3D_SurfaceDMA()
1058 uint32 numBoxes) // IN in SVGA3D_BeginSurfaceCopy() argument
1061 uint32 boxesSize = sizeof **boxes * numBoxes; in SVGA3D_BeginSurfaceCopy()
Dsvga_cmd.h127 uint32 numBoxes,
171 SVGA3dCopyBox **boxes, uint32 numBoxes);
/external/aac/libSACdec/src/
Dsac_bitdec.cpp2042 int numBoxes = self->numOttBoxes; in SpatialDecDecodeHeader() local
2043 for (i = 0; i < numBoxes; i++) { in SpatialDecDecodeHeader()