HomeSort by relevance Sort by last modified time
    Searched refs:depth (Results 526 - 550 of 2176) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
CodedInputStreamTest.java 398 private TestRecursiveMessage makeRecursiveMessage(int depth) {
399 if (depth == 0) {
403 .setA(makeRecursiveMessage(depth - 1)).build();
407 private void assertMessageDepth(TestRecursiveMessage message, int depth) {
408 if (depth == 0) {
413 assertMessageDepth(message.getA(), depth - 1);
  /external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/
BIHTree.java 214 // private BIHNode createNode2(int l, int r, BoundingBox nodeBbox, int depth){
215 // if ((r - l) < maxTrisPerNode || depth > 100)
219 // int axis = depth % 3;
283 // node.left = createNode2(l, splitIndex-1, leftBbox, depth+1);
287 // node.right = createNode2(splitIndex, r, rightBbox, depth+1);
291 private BIHNode createNode(int l, int r, BoundingBox nodeBbox, int depth) {
292 if ((r - l) < maxTrisPerNode || depth > MAX_TREE_DEPTH) {
332 return createNode(l, r, rbbox, depth + 1);
337 return createNode(l, r, lbbox, depth + 1);
348 node.setLeftChild(createNode(l, max(l, pivot - 1), lbbox, depth + 1)); //Recursive cal
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_tex.c 81 uint32_t depth; local
124 depth = view->pipe.u.tex.last_layer - view->pipe.u.tex.first_layer + 1;
126 depth = mt->base.base.depth0;
163 depth /= 6;
164 if (depth > 1)
189 tic[5] |= depth << 16;
  /external/mesa3d/src/gallium/drivers/svga/
svga_screen.c 569 * This mimics hardware vendors extensions for D3D depth sampling. See also
581 svgascreen->depth.z16 = SVGA3D_Z_D16;
582 svgascreen->depth.x8z24 = SVGA3D_Z_D24X8;
583 svgascreen->depth.s8z24 = SVGA3D_Z_D24S8;
599 svgascreen->depth.z16 = SVGA3D_Z_DF16;
602 svgascreen->depth.x8z24 = SVGA3D_Z_DF24;
605 svgascreen->depth.s8z24 = SVGA3D_Z_D24S8_INT;
svga_surface.c 52 unsigned width, unsigned height, unsigned depth)
75 box.d = depth;
128 key->size.depth = zslice_pick < 0 ? u_minify(tex->b.b.depth0, start_mip) : 1;
130 assert(key->size.depth == 1);
162 unsigned depth = (zslice_pick < 0 ? local
174 depth);
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_tracker.c 236 enum xa_surface_type stype, unsigned int depth)
245 xa_format_depth(fdesc.xa_format) == depth) {
286 int depth,
295 fdesc = xa_get_format_stype_depth(xa, stype, depth);
341 int depth,
358 fdesc = xa_get_format_stype_depth(xa, stype, depth);
  /external/protobuf/java/src/test/java/com/google/protobuf/
CodedInputStreamTest.java 403 private TestRecursiveMessage makeRecursiveMessage(int depth) {
404 if (depth == 0) {
408 .setA(makeRecursiveMessage(depth - 1)).build();
412 private void assertMessageDepth(TestRecursiveMessage message, int depth) {
413 if (depth == 0) {
418 assertMessageDepth(message.getA(), depth - 1);
  /libcore/xml/src/main/java/org/xmlpull/v1/sax2/
Driver.java 372 final int depth = pp.getDepth() - 1; local
374 (level > depth) ? pp.getNamespaceCount(depth) : 0;
376 final int count = pp.getNamespaceCount(depth + 1);
427 final int depth = pp.getDepth(); local
429 (level > depth) ? pp.getNamespaceCount(pp.getDepth()) : 0;
  /system/extras/tests/sdcard/
sdcard_perf_test.cpp 113 {"depth", required_argument, 0, 'D'},
135 " -D --depth: Depth of directory tree to create for traversal.\n",
228 case 'D': // tree depth
614 size_t depth = testCase->treeDepth(); local
615 for (size_t i = 0; i < depth; i++) {
620 // Create some files at this depth
624 for (size_t j = 0; j < depth; j++) {
663 int expectedDirs = depth + 1;
669 int expectedFiles = depth * depth
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_resource_texture.c 367 unsigned depth = pt->depth0; local
378 i915_texture_set_level_info(tex, level, depth);
387 /* Fixup depth image_offsets:
391 for (i = 0; i < depth; i++)
394 depth = u_minify(depth, 1);
397 /* Multiply slice size by texture depth for total size. It's
503 unsigned depth = pt->depth0; local
521 i915_texture_set_level_info(tex, level, depth);
523 for (q = 0; q < depth;) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_texture.c 342 int width, int height, int depth)
495 GLuint depth = compressed ? 1 : ti->Depth; local
508 dims, ti->Width, ti->Height, depth, format, type,
520 ti->Width, ti->Height, depth,
528 ti->Width, ti->Height, depth))
567 GLint width, GLint height, GLint depth,
583 dims, width, height, depth, format, type,
593 width, height, depth,
604 width, height, depth);
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkDCubicIntersection.cpp 108 SkDebugf("%.*s %s t1=(%1.9g,%1.9g) t2=(%1.9g,%1.9g)", i.depth()*2, tab,
144 SkDebugf("%.*s %s 1 contains1=%d/%d contains2=%d/%d\n", i.depth()*2, tab,
156 i.depth()*2, tab, __FUNCTION__, c1Bottom, c1Top, 0., 1.,
159 " c2Max=%1.9g\n", i.depth()*2, tab, __FUNCTION__, to1, to2, c1Min,
164 SkDebugf("%.*s %s 1 i.used=%d t=%1.9g\n", i.depth()*2, tab, __FUNCTION__,
186 SkDebugf("%.*s %s 2 contains1=%d/%d contains2=%d/%d\n", i.depth()*2, tab,
198 i.depth()*2, tab, __FUNCTION__, 0., 1., c2Bottom, c2Top,
201 " c2Max=%1.9g\n", i.depth()*2, tab, __FUNCTION__, to1, to2, c1Min,
206 SkDebugf("%.*s %s 2 i.used=%d t=%1.9g\n", i.depth()*2, tab, __FUNCTION__,
212 SkDebugf("%.*s %s 3 contains1=%d/%d contains2=%d/%d\n", i.depth()*2, tab
    [all...]
  /external/linux-tools-perf/util/
hist.c 355 static size_t ipchain__fprintf_graph_line(FILE *fp, int depth, int depth_mask,
361 for (i = 0; i < depth; i++)
373 int depth, int depth_mask, int period,
381 for (i = 0; i < depth; i++) {
386 if (!period && i == depth - 1) {
418 u64 total_samples, int depth,
447 * The depth mask manages the output of pipes that show
448 * the depth. We don't want to keep the pipes of the current
449 * level for the last child of this depth.
455 new_depth_mask &= ~(1 << (depth - 1))
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_resource_texture.c 367 unsigned depth = pt->depth0; local
378 i915_texture_set_level_info(tex, level, depth);
387 /* Fixup depth image_offsets:
391 for (i = 0; i < depth; i++)
394 depth = u_minify(depth, 1);
397 /* Multiply slice size by texture depth for total size. It's
503 unsigned depth = pt->depth0; local
521 i915_texture_set_level_info(tex, level, depth);
523 for (q = 0; q < depth;) {
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_texture.c 342 int width, int height, int depth)
495 GLuint depth = compressed ? 1 : ti->Depth; local
508 dims, ti->Width, ti->Height, depth, format, type,
520 ti->Width, ti->Height, depth,
528 ti->Width, ti->Height, depth))
567 GLint width, GLint height, GLint depth,
583 dims, width, height, depth, format, type,
593 width, height, depth,
604 width, height, depth);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgavideo.c 250 mode->depth == 24 ? mode->bitsPerPixel : mode->depth,
289 int a_bpp = a->depth == 24 ? a->bitsPerPixel : a->depth;
290 int b_bpp = b->depth == 24 ? b->bitsPerPixel : b->depth;
366 /* Determine the current screen depth */
380 if ( vformat->BitsPerPixel == pix_format[i].depth )
476 int depth; local
478 depth = modes[i].depth
    [all...]
  /external/skia/src/pathops/
SkDCubicIntersection.cpp 108 SkDebugf("%.*s %s t1=(%1.9g,%1.9g) t2=(%1.9g,%1.9g)", i.depth()*2, tab,
144 SkDebugf("%.*s %s 1 contains1=%d/%d contains2=%d/%d\n", i.depth()*2, tab,
156 i.depth()*2, tab, __FUNCTION__, c1Bottom, c1Top, 0., 1.,
159 " c2Max=%1.9g\n", i.depth()*2, tab, __FUNCTION__, to1, to2, c1Min,
164 SkDebugf("%.*s %s 1 i.used=%d t=%1.9g\n", i.depth()*2, tab, __FUNCTION__,
186 SkDebugf("%.*s %s 2 contains1=%d/%d contains2=%d/%d\n", i.depth()*2, tab,
198 i.depth()*2, tab, __FUNCTION__, 0., 1., c2Bottom, c2Top,
201 " c2Max=%1.9g\n", i.depth()*2, tab, __FUNCTION__, to1, to2, c1Min,
206 SkDebugf("%.*s %s 2 i.used=%d t=%1.9g\n", i.depth()*2, tab, __FUNCTION__,
212 SkDebugf("%.*s %s 3 contains1=%d/%d contains2=%d/%d\n", i.depth()*2, tab
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 336 """Compute the max stack depth.
342 depth = {}
345 depth[b] = findDepth(b.getInstructions())
353 d = d + depth[b]
654 # XXX 1. need to keep track of stack depth on jumps
658 depth = 0
666 depth = depth + delta
672 depth = depth + delt
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 336 """Compute the max stack depth.
342 depth = {}
345 depth[b] = findDepth(b.getInstructions())
353 d = d + depth[b]
654 # XXX 1. need to keep track of stack depth on jumps
658 depth = 0
666 depth = depth + delta
672 depth = depth + delt
    [all...]
  /external/eigen/Eigen/src/Core/products/
GeneralBlockPanelKernel.h 531 void operator()(ResScalar* res, Index resStride, const LhsScalar* blockA, const RhsScalar* blockB, Index rows, Index depth, Index cols, ResScalar alpha,
536 if(strideA==-1) strideA = depth;
537 if(strideB==-1) strideB = depth;
544 const Index peeled_kc = (depth/4)*4;
549 // loops on each micro vertical panel of rhs (depth x nr)
552 traits.unpackRhs(depth*nr,&blockB[j2*strideB+offsetB*nr],unpackedB);
554 // loops on each largest micro horizontal panel of lhs (mr x depth)
704 for(Index k=peeled_kc; k<depth; k++)
894 for(Index k=peeled_kc; k<depth; k++)
    [all...]
  /dalvik/hit/src/com/android/hit/
Heap.java 68 int depth) {
72 trace = trace.fromDepth(depth);
State.java 87 int depth) {
88 return mCurrentHeap.getStackTraceAtDepth(traceSerialNumber, depth);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ThreadGroupTest.java 170 final int DEPTH = 4;
171 final Vector<ThreadGroup> subgroups = buildRandomTreeUnder(testRoot, DEPTH);
458 final int DEPTH = 4;
459 buildRandomTreeUnder(testRoot, DEPTH);
947 final int depth, final Vector<ThreadGroup> allCreated) {
948 if (depth <= 0) {
955 final String name = " Depth = " + depth + ",N = " + iClone
964 asyncBuildRandomTreeUnder(newGroup, depth - 1, allCreated);
973 final int depth) {
    [all...]
  /external/chromium_org/build/android/pylib/gtest/
test_package_exe.py 66 depth = os.environ['NATIVE_COVERAGE_DEPTH_STRIP']
73 export_string += 'export GCOV_PREFIX_STRIP=%s\n' % depth
  /external/chromium_org/native_client_sdk/src/libraries/xray/
browser.c 101 uint32_t depth = XRAY_EXTRACT_DEPTH( local
105 XRAY_EXTRACT_DEPTH((*stack_top)->depth_addr) >= depth) {

Completed in 1235 milliseconds

<<21222324252627282930>>