Searched refs:depth (Results 201 - 225 of 1692) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmemory_region_map.cc376 HeapProfileBucket* MemoryRegionMap::GetBucket(int depth, argument
381 for (int i = 0; i < depth; i++) {
394 if ((bucket->hash == hash) && (bucket->depth == depth) &&
395 std::equal(key, key + depth, bucket->stack)) {
401 const size_t key_size = sizeof(key[0]) * depth;
405 std::copy(key, key + depth, key_copy);
416 std::copy(key, key + depth, key_copy);
426 bucket->depth = depth;
[all...]
H A Dprofiledata.h103 static const int kMaxStackDepth = 64; // Max stack depth stored in profile
125 // If data collection is enabled, record a sample with 'depth'
126 // entries from 'stack'. (depth must be > 0.) At most
132 void Add(int depth, const void* const* stack);
155 Slot depth; // Stack depth member in struct:ProfileData::Entry
/external/chromium_org/v8/test/mjsunit/
H A Darray-sort.js270 function TestInheritedElementSort(depth) {
271 var length = depth * 2 + 3;
273 obj[depth * 2 + 1] = 0;
274 for (var i = 0; i < depth; i++) {
278 obj[i + depth + 1] = depth - i;
281 // expected (inherited) object: [undef1,...undefdepth,hole,1,...,depth,0,hole]
284 // expected result: [0,1,...,depth,undef1,...,undefdepth,undef,hole]
285 var name = "SortInherit("+depth+")-";
288 for (var i = 0; i <= depth;
[all...]
/external/e2fsprogs/lib/quota/
H A Dquotaio_tree.c50 static int get_index(qid_t id, int depth) argument
52 return (id >> ((QT_TREEDEPTH - depth - 1) * 8)) & 0xff;
249 uint * treeblk, int depth)
257 log_debug("inserting in tree: treeblk=%u, depth=%d", *treeblk, depth);
274 newblk = ext2fs_le32_to_cpu(ref[get_index(dquot->dq_id, depth)]);
277 if (depth == QT_TREEDEPTH - 1) {
281 ref[get_index(dquot->dq_id, depth)]);
284 ret = do_insert_tree(h, dquot, &newblk, depth + 1);
288 ref[get_index(dquot->dq_id, depth)]
248 do_insert_tree(struct quota_handle *h, struct dquot *dquot, uint * treeblk, int depth) argument
389 remove_tree(struct quota_handle *h, struct dquot *dquot, uint * blk, int depth) argument
464 find_tree_dqentry(struct quota_handle *h, struct dquot *dquot, uint blk, int depth) argument
587 report_tree(struct dquot *dquot, uint blk, int depth, char *bitmap, int (*process_dquot) (struct dquot *, void *), void *data) argument
[all...]
/external/chromium_org/cc/blink/
H A Dweb_transform_operations_impl.cc47 void WebTransformOperationsImpl::appendPerspective(double depth) { argument
48 transform_operations_.AppendPerspective(depth);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTimelineModel.js126 * @param {number} depth
129 function processRecords(records, depth)
133 if (preOrderCallback && preOrderCallback(record, depth))
135 if (processRecords(record.children(), depth + 1))
137 if (postOrderCallback && postOrderCallback(record, depth))
184 * @param {number} depth
188 function processRecord(record, depth)
192 if (callback(record, depth))
197 if (processRecord.call(this, record.children()[i], visible ? depth + 1 : depth))
[all...]
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DRenderTarget11.h24 RenderTarget11(Renderer *renderer, ID3D11RenderTargetView *rtv, ID3D11Resource *resource, ID3D11ShaderResourceView *srv, GLsizei width, GLsizei height, GLsizei depth);
25 RenderTarget11(Renderer *renderer, ID3D11DepthStencilView *dsv, ID3D11Resource *resource, ID3D11ShaderResourceView *srv, GLsizei width, GLsizei height, GLsizei depth);
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DvalidationES3.h20 GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth,
28 GLsizei width, GLsizei height, GLsizei depth);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_video_buffer.h101 unsigned depth, unsigned usage, unsigned plane);
111 * extended create function, gets depth, usage and formats for each plane seperately
117 unsigned depth, unsigned usage);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_clear.c46 double depth, unsigned stencil,
53 float f_depth = depth;
91 packed_z_stencil = util_pack_z_stencil(depth_tex->b.b.format, depth, stencil);
114 packed_z_stencil = util_pack_z_stencil(depth_tex->b.b.format, depth, stencil);
119 /* hw can't fastclear both depth and color if their bbp mismatch. */
222 double depth, unsigned stencil)
224 util_clear(pipe, &i915_context(pipe)->framebuffer, buffers, color, depth,
231 double depth, unsigned stencil)
238 i915_clear_emit(pipe, buffers, color, depth, stencil,
44 i915_clear_emit(struct pipe_context *pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil, unsigned destx, unsigned desty, unsigned width, unsigned height) argument
220 i915_clear_blitter(struct pipe_context *pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
229 i915_clear_render(struct pipe_context *pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_jit.h53 uint32_t depth; member in struct:lp_jit_texture
155 void *depth,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_mipmap_tree.h105 * The exact semantics of depth varies according to the texture target:
106 * - For GL_TEXTURE_CUBE_MAP, depth is 6.
107 * - For GL_TEXTURE_2D_ARRAY, depth is the number of array slices. It is
109 * - For GL_TEXTURE_3D, it is the texture's depth at this miplevel. Its
111 * - For other texture types, depth is 1.
113 GLuint depth; member in struct:intel_mipmap_level
119 * layers in a 3D texture. The list's length is \c depth.
193 * However, for textures and renderbuffers with packed depth/stencil formats
251 /* The 3DSTATE_CLEAR_PARAMS value associated with the last depth clear to
252 * this depth mipma
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_mipmap_tree.h44 GLuint depth; member in struct:_radeon_mipmap_level
100 unsigned depth,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_mipmap_tree.h44 GLuint depth; member in struct:_radeon_mipmap_level
100 unsigned depth,
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dpbo.c57 * \param depth depth of image to read/write
68 GLsizei width, GLsizei height, GLsizei depth,
111 format, type, depth-1, height-1, width);
178 GLsizei width, GLsizei height, GLsizei depth,
185 if (!_mesa_validate_pbo_access(dimensions, unpack, width, height, depth,
275 GLsizei width, GLsizei height, GLsizei depth,
281 if (!_mesa_validate_pbo_access(dimensions, unpack, width, height, depth,
332 GLsizei width, GLsizei height, GLsizei depth,
343 if (!_mesa_validate_pbo_access(dimensions, unpack, width, height, depth,
66 _mesa_validate_pbo_access(GLuint dimensions, const struct gl_pixelstore_attrib *pack, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei clientMemSize, const GLvoid *ptr) argument
175 _mesa_map_validate_pbo_source(struct gl_context *ctx, GLuint dimensions, const struct gl_pixelstore_attrib *unpack, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei clientMemSize, const GLvoid *ptr, const char *where) argument
272 _mesa_map_validate_pbo_dest(struct gl_context *ctx, GLuint dimensions, const struct gl_pixelstore_attrib *unpack, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei clientMemSize, GLvoid *ptr, const char *where) argument
331 _mesa_validate_pbo_teximage(struct gl_context *ctx, GLuint dimensions, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels, const struct gl_pixelstore_attrib *unpack, const char *funcName) argument
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dprofiledata.h103 static const int kMaxStackDepth = 64; // Max stack depth stored in profile
125 // If data collection is enabled, record a sample with 'depth'
126 // entries from 'stack'. (depth must be > 0.) At most
132 void Add(int depth, const void* const* stack);
155 Slot depth; // Stack depth member in struct:ProfileData::Entry
/external/chromium_org/ui/gl/
H A Dgl_implementation_ozone.cc20 void GL_BINDING_CALL MarshalClearDepthToClearDepthf(GLclampd depth) { argument
21 glClearDepthf(static_cast<GLclampf>(depth));
/external/deqp/framework/randomshaders/
H A DrsgGeneratorState.hpp77 void setExpressionDepth (int depth) { m_expressionDepth = depth; } argument
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_video_buffer.h101 unsigned depth, unsigned usage, unsigned plane);
111 * extended create function, gets depth, usage and formats for each plane seperately
117 unsigned depth, unsigned usage);
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_clear.c46 double depth, unsigned stencil,
53 float f_depth = depth;
91 packed_z_stencil = util_pack_z_stencil(depth_tex->b.b.format, depth, stencil);
114 packed_z_stencil = util_pack_z_stencil(depth_tex->b.b.format, depth, stencil);
119 /* hw can't fastclear both depth and color if their bbp mismatch. */
222 double depth, unsigned stencil)
224 util_clear(pipe, &i915_context(pipe)->framebuffer, buffers, color, depth,
231 double depth, unsigned stencil)
238 i915_clear_emit(pipe, buffers, color, depth, stencil,
44 i915_clear_emit(struct pipe_context *pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil, unsigned destx, unsigned desty, unsigned width, unsigned height) argument
220 i915_clear_blitter(struct pipe_context *pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
229 i915_clear_render(struct pipe_context *pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_jit.h53 uint32_t depth; member in struct:lp_jit_texture
155 void *depth,
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_mipmap_tree.h105 * The exact semantics of depth varies according to the texture target:
106 * - For GL_TEXTURE_CUBE_MAP, depth is 6.
107 * - For GL_TEXTURE_2D_ARRAY, depth is the number of array slices. It is
109 * - For GL_TEXTURE_3D, it is the texture's depth at this miplevel. Its
111 * - For other texture types, depth is 1.
113 GLuint depth; member in struct:intel_mipmap_level
119 * layers in a 3D texture. The list's length is \c depth.
193 * However, for textures and renderbuffers with packed depth/stencil formats
251 /* The 3DSTATE_CLEAR_PARAMS value associated with the last depth clear to
252 * this depth mipma
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_mipmap_tree.h44 GLuint depth; member in struct:_radeon_mipmap_level
100 unsigned depth,
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_mipmap_tree.h44 GLuint depth; member in struct:_radeon_mipmap_level
100 unsigned depth,
/external/mesa3d/src/mesa/main/
H A Dpbo.c57 * \param depth depth of image to read/write
68 GLsizei width, GLsizei height, GLsizei depth,
111 format, type, depth-1, height-1, width);
178 GLsizei width, GLsizei height, GLsizei depth,
185 if (!_mesa_validate_pbo_access(dimensions, unpack, width, height, depth,
275 GLsizei width, GLsizei height, GLsizei depth,
281 if (!_mesa_validate_pbo_access(dimensions, unpack, width, height, depth,
332 GLsizei width, GLsizei height, GLsizei depth,
343 if (!_mesa_validate_pbo_access(dimensions, unpack, width, height, depth,
66 _mesa_validate_pbo_access(GLuint dimensions, const struct gl_pixelstore_attrib *pack, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei clientMemSize, const GLvoid *ptr) argument
175 _mesa_map_validate_pbo_source(struct gl_context *ctx, GLuint dimensions, const struct gl_pixelstore_attrib *unpack, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei clientMemSize, const GLvoid *ptr, const char *where) argument
272 _mesa_map_validate_pbo_dest(struct gl_context *ctx, GLuint dimensions, const struct gl_pixelstore_attrib *unpack, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei clientMemSize, GLvoid *ptr, const char *where) argument
331 _mesa_validate_pbo_teximage(struct gl_context *ctx, GLuint dimensions, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels, const struct gl_pixelstore_attrib *unpack, const char *funcName) argument
[all...]

Completed in 877 milliseconds

1234567891011>>