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

<<11121314151617181920>>

  /external/chromium_org/base/debug/
trace_event_memory_unittest.cc 102 void TestDeepScopeNesting(int current, int depth) {
106 if (current < depth)
107 TestDeepScopeNesting(current + 1, depth);
  /external/chromium_org/chrome/renderer/pepper/
pepper_flash_menu_host.cc 23 // Maximum depth of submenus allowed (e.g., 1 indicates that submenus are
35 // - |depth| is the current nested depth (call it starting with 0).
40 size_t depth,
43 if (depth > kMaxMenuDepth || !in_menu)
84 if (!ConvertMenuData(in_menu->items[i].submenu, depth + 1, &item.submenu,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_winsys_xsp.c 63 unsigned int depth; local
69 if (XGetGeometry(xsp_screen->display, drawable, &root, &x, &y, &width, &height, &border_width, &depth) == BadDrawable)
93 xsp_screen->xdraw.depth = 24/*util_format_get_blocksizebits(templat.format) /
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
memory.hpp 111 size_t width, size_t height, size_t depth,
120 size_t depth() const;
149 size_t width, size_t height, size_t depth,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm_debug.c 54 else if (value - c->payload.depth >= 0 &&
55 value - c->payload.depth < FRAG_ATTRIB_MAX)
56 printf("d%ld", (long) (value - c->payload.depth));
gen7_blorp.cpp 581 uint32_t draw_x = params->depth.x_offset;
582 uint32_t draw_y = params->depth.y_offset;
592 intel_region_get_aligned_offset(params->depth.mt->region,
597 * (3DSTATE_DEPTH_BUFFER dw5), in the documentation for "Depth
619 params->depth.mt->region->pitch * params->depth.mt->region->cpp;
623 1 << 28 | /* depth write */
625 OUT_RELOC(params->depth.mt->region->bo,
628 OUT_BATCH((params->depth.width + tile_x - 1) << 4 |
629 (params->depth.height + tile_y - 1) << 18)
    [all...]
gen7_wm_surface_state.c 195 * ((Depth+1) * (Height+1)) is > 4,194,304, OR if the surface?s Number of
196 * Multisamples is MULTISAMPLECOUNT_4, ((Depth+1) * (Height+1)) is >
206 uint32_t depth = surf->ss3.depth + 1; local
209 depth * height > 4194304) {
214 depth * height > 8388608) {
276 surf->ss3.depth = (w >> 20) & 0x7f; /* bits 26:20 of size or width */
282 surf->ss3.depth = 0;
304 int width, height, depth; local
315 intel_miptree_get_dimensions_for_image(firstImage, &width, &height, &depth);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_depth.c 105 if (ctx->Depth.Test && ctx->DrawBuffer->Visual.depthBits > 0) {
106 dsa->depth.enabled = 1;
107 dsa->depth.writemask = ctx->Depth.Mask;
108 dsa->depth.func = st_compare_func_to_pipe(ctx->Depth.Func);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profiler.cc 279 int depth = GetStackTraceWithContext(stack + 1, arraysize(stack) - 1, local
281 depth++; // To account for pc value in stack[0];
283 instance->collector_.Add(depth, stack);
  /external/chromium_org/v8/test/mjsunit/
readonly.js 66 // The depth of the prototype chain up the.
67 for (var depth = 0; depth < 3; ++depth) {
69 for (var up = 0; up <= depth; ++up) {
76 for (var j = 0; j < depth - up; ++j) {
json-stringify-recursive.js 44 var depth = 10000; variable
46 for (var i = 0; i < depth; i++) deepArray = [deepArray];
51 for (var i = 0; i < depth; i++) deepObject = { next: deepObject };
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_winsys_xsp.c 63 unsigned int depth; local
69 if (XGetGeometry(xsp_screen->display, drawable, &root, &x, &y, &width, &height, &border_width, &depth) == BadDrawable)
93 xsp_screen->xdraw.depth = 24/*util_format_get_blocksizebits(templat.format) /
  /external/mesa3d/src/gallium/state_trackers/clover/core/
memory.hpp 111 size_t width, size_t height, size_t depth,
120 size_t depth() const;
149 size_t width, size_t height, size_t depth,
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_debug.c 54 else if (value - c->payload.depth >= 0 &&
55 value - c->payload.depth < FRAG_ATTRIB_MAX)
56 printf("d%ld", (long) (value - c->payload.depth));
gen7_blorp.cpp 581 uint32_t draw_x = params->depth.x_offset;
582 uint32_t draw_y = params->depth.y_offset;
592 intel_region_get_aligned_offset(params->depth.mt->region,
597 * (3DSTATE_DEPTH_BUFFER dw5), in the documentation for "Depth
619 params->depth.mt->region->pitch * params->depth.mt->region->cpp;
623 1 << 28 | /* depth write */
625 OUT_RELOC(params->depth.mt->region->bo,
628 OUT_BATCH((params->depth.width + tile_x - 1) << 4 |
629 (params->depth.height + tile_y - 1) << 18)
    [all...]
gen7_wm_surface_state.c 195 * ((Depth+1) * (Height+1)) is > 4,194,304, OR if the surface?s Number of
196 * Multisamples is MULTISAMPLECOUNT_4, ((Depth+1) * (Height+1)) is >
206 uint32_t depth = surf->ss3.depth + 1; local
209 depth * height > 4194304) {
214 depth * height > 8388608) {
276 surf->ss3.depth = (w >> 20) & 0x7f; /* bits 26:20 of size or width */
282 surf->ss3.depth = 0;
304 int width, height, depth; local
315 intel_miptree_get_dimensions_for_image(firstImage, &width, &height, &depth);
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_depth.c 105 if (ctx->Depth.Test && ctx->DrawBuffer->Visual.depthBits > 0) {
106 dsa->depth.enabled = 1;
107 dsa->depth.writemask = ctx->Depth.Mask;
108 dsa->depth.func = st_compare_func_to_pipe(ctx->Depth.Func);
  /frameworks/base/core/tests/benchmarks/src/com/android/internal/util/
IndentingPrintWriterBenchmark.java 125 public void dumpDirect(PrintWriter pw, int depth) {
126 pw.print(sIndents[depth]);
131 child.dumpDirect(pw, depth + 1);
  /frameworks/base/graphics/java/android/graphics/drawable/
LevelListDrawable.java 96 int depth; local
98 && ((depth = parser.getDepth()) >= innerDepth
104 if (depth > innerDepth || !parser.getName().equals("item")) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
shmstr.h 52 int /* depth */, \
68 int /* depth */, \
136 CARD8 depth; member in struct:_ShmPutImage
166 CARD8 depth; member in struct:_ShmGetImageReply
186 CARD8 depth; member in struct:_ShmCreatePixmap
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
shmstr.h 52 int /* depth */, \
68 int /* depth */, \
136 CARD8 depth; member in struct:_ShmPutImage
166 CARD8 depth; member in struct:_ShmGetImageReply
186 CARD8 depth; member in struct:_ShmCreatePixmap
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
shmstr.h 52 int /* depth */, \
68 int /* depth */, \
136 CARD8 depth; member in struct:_ShmPutImage
166 CARD8 depth; member in struct:_ShmGetImageReply
186 CARD8 depth; member in struct:_ShmCreatePixmap
  /external/chromium/chrome/browser/resources/net_internals/
loggrouper.js 31 var depth = 0;
34 depth += 1;
37 return depth;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
generate-inspector-protocol-version 128 def compare_params_list(context, kind, params_1, params_2, types_map_1, types_map_2, depth, errors, reverse):
142 compare_types(context + "." + name, kind, type_1, type_2, types_map_1, types_map_2, depth, errors, reverse)
144 def compare_types(context, kind, type_1, type_2, types_map_1, types_map_2, depth, errors, reverse):
145 if depth > 10:
162 compare_params_list(context, "property", params_1, params_2, types_map_1, types_map_2, depth + 1, errors, reverse)
166 compare_types(context, kind, item_type_1, item_type_2, types_map_1, types_map_2, depth + 1, errors, reverse)
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
x11_screen.c 185 * Return the depth of a drawable.
192 unsigned int depth; local
201 &x, &y, &w, &h, &border, &depth);
203 depth = 0;
206 xscr->last_depth = depth;
209 depth = xscr->last_depth;
212 return depth;

Completed in 672 milliseconds

<<11121314151617181920>>