Searched defs:depth (Results 51 - 75 of 785) sorted by relevance

1234567891011>>

/external/ImageMagick/coders/
H A Dstegano.c123 depth,
153 watermark->depth=MAGICKCORE_QUANTUM_DEPTH;
183 i=(ssize_t) (watermark->depth-1);
184 depth=watermark->depth;
185 for (k=image->offset; (i >= 0) && (j < (ssize_t) depth); i--)
187 for (y=0; (y < (ssize_t) image->rows) && (j < (ssize_t) depth); y++)
190 for ( ; (x < (ssize_t) image->columns) && (j < (ssize_t) depth); x++)
230 status=SetImageProgress(image,LoadImagesTag,(MagickOffsetType) i,depth);
121 depth, local
/external/ImageMagick/tests/
H A Dvalidate.h443 depth; member in struct:ReferenceTypes
/external/deqp/framework/opengl/
H A DgluPixelTransfer.cpp96 int depth = src.getDepth(); local
100 gl.texImage3D(target, level, internalFormat, width, height, depth, 0, format.format, format.dataType, src.getDataPtr());
135 int depth = src.getDepth(); local
139 gl.texSubImage3D(target, level, x, y, z, width, height, depth, format.format, format.dataType, src.getDataPtr());
/external/deqp/modules/glshared/
H A DglsFragmentOpUtil.hpp54 float depth[4]; member in struct:deqp::gls::FragmentOpUtil::Quad
60 for (int i = 0; i < DE_LENGTH_OF_ARRAY(depth); i++)
61 depth[i] = 0.0f;
90 // Viewport coordinates (depth in range [0, 1]).
94 float depth[4]; member in struct:deqp::gls::FragmentOpUtil::IntegerQuad
100 for (int i = 0; i < DE_LENGTH_OF_ARRAY(depth); i++)
101 depth[i] = 0.0f;
108 for (int i = 0; i < DE_LENGTH_OF_ARRAY(depth); i++)
109 depth[i] = 0.0f;
/external/dtc/libfdt/
H A Dfdt.c162 int fdt_next_node(const void *fdt, int offset, int *depth) argument
181 if (depth)
182 (*depth)++;
186 if (depth && ((--(*depth)) < 0))
192 || ((nextoffset == -FDT_ERR_TRUNCATED) && !depth))
204 int depth = 0; local
206 offset = fdt_next_node(fdt, offset, &depth);
207 if (offset < 0 || depth != 1)
215 int depth local
[all...]
H A Dfdt_wip.c120 int depth = 0; local
122 while ((offset >= 0) && (depth >= 0))
123 offset = fdt_next_node(fdt, offset, &depth);
/external/dtc/tests/
H A Ddtb_reverse.c86 int depth = 1; local
93 " depth=%d\n", offset, nextoffset, path, depth);
95 nextoffset = fdt_next_node(in, nextoffset, &depth);
96 } while ((depth >= 0) && (depth != 1));
98 if (depth == 1)
110 int depth = 0; local
124 offset = fdt_next_node(in, nodeoffset, &depth);
126 if (depth
[all...]
H A Dsupernode_atdepth_offset.c33 int depth = 0; local
42 depth++;
48 return depth;
51 static int path_prefix(const char *path, int depth) argument
59 if (depth == 0)
63 for (i = 0; i < depth; i++)
70 int depth)
77 pathprefixlen = path_prefix(path, depth);
82 verbose_printf("Path %s (%d), depth %d, supernode is %s\n",
83 path, pdepth, depth, superpat
69 check_supernode_atdepth(struct fdt_header *fdt, const char *path, int depth) argument
[all...]
/external/eigen/Eigen/src/Core/products/
H A DParallelizer.h86 void parallelize_gemm(const Functor& func, Index rows, Index cols, Index depth, bool transpose) argument
95 EIGEN_UNUSED_VARIABLE(depth);
113 static_cast<double>(depth);
/external/eigen/test/
H A Dproduct_small.cpp50 test_lazy_single(int rows, int cols, int depth) argument
52 Matrix<T,Rows,Depth,OA> A(rows,depth); A.setRandom();
53 Matrix<T,Depth,Cols,OB> B(depth,cols); B.setRandom();
71 void test_lazy_all_layout(int rows=Rows, int cols=Cols, int depth=Depth) argument
73 CALL_SUBTEST(( test_lazy_single<T,Rows,Cols,Depth,ColMajor,ColMajor,ColMajor>(rows,cols,depth) ));
74 CALL_SUBTEST(( test_lazy_single<T,Rows,Cols,Depth,RowMajor,ColMajor,ColMajor>(rows,cols,depth) ));
75 CALL_SUBTEST(( test_lazy_single<T,Rows,Cols,Depth,ColMajor,RowMajor,ColMajor>(rows,cols,depth) ));
76 CALL_SUBTEST(( test_lazy_single<T,Rows,Cols,Depth,RowMajor,RowMajor,ColMajor>(rows,cols,depth) ));
77 CALL_SUBTEST(( test_lazy_single<T,Rows,Cols,Depth,ColMajor,ColMajor,RowMajor>(rows,cols,depth) ));
78 CALL_SUBTEST(( test_lazy_single<T,Rows,Cols,Depth,RowMajor,ColMajor,RowMajor>(rows,cols,depth) ));
88 int depth = internal::random<int>(1,12); local
117 int depth = internal::random<int>(1,12); local
153 int depth = internal::random<int>(1,12); local
[all...]
/external/eigen/unsupported/test/
H A Dcxx11_tensor_volume_patch.cpp41 const int depth = 4; local
47 Tensor<float, 5> tensor(depth, patch_z, patch_y, patch_x, batch);
53 VERIFY_IS_EQUAL(entire_volume_patch.dimension(0), depth);
67 VERIFY_IS_EQUAL(entire_volume_patch_row_major.dimension(5), depth);
85 for (int d = 0; d < depth; d++) {
/external/elfutils/libdw/
H A Ddwarf_getscopes.c49 pc_match (unsigned int depth, struct Dwarf_Die_Chain *die, void *arg) argument
77 a->inlined = depth;
86 origin_match (unsigned int depth, struct Dwarf_Die_Chain *die, void *arg) argument
97 unsigned int nscopes = a->nscopes + depth;
119 pc_record (unsigned int depth, struct Dwarf_Die_Chain *die, void *arg) argument
130 a->nscopes = depth + 1 - a->inlined;
152 Dwarf_Die *const inlinedie = &a->scopes[depth - a->inlined];
170 if (depth >= a->inlined)
179 return __libdw_visit_scopes (depth, die, NULL, &origin_match, NULL, a);
H A Dlibdw_visit_scopes.c70 unsigned int depth; member in struct:walk_children_state
72 int (*previsit) (unsigned int depth, struct Dwarf_Die_Chain *, void *);
73 int (*postvisit) (unsigned int depth, struct Dwarf_Die_Chain *, void *);
84 __libdw_visit_scopes (unsigned int depth, struct Dwarf_Die_Chain *root, argument
96 .depth = depth,
165 int result = (*state->previsit) (state->depth + 1, &state->child, state->arg);
172 result = __libdw_visit_scopes (state->depth + 1, &state->child, state->imports,
180 result = (*state->postvisit) (state->depth + 1, &state->child, state->arg);
/external/gemmlowp/internal/
H A Dsingle_thread_gemm.h63 int depth = lhs.cols(); local
67 assert(depth > 0);
72 block_params.Init<KernelFormat>(rows, cols, depth, 1);
92 PackLhs<BitDepthParams>(&packed_lhs, lhs.block(r, 0, rs, depth));
98 PackRhs<BitDepthParams>(&packed_rhs, rhs.block(0, c, depth, cs));
104 UnpackResult<BitDepthParams>(&result_block, packed_result, depth,
/external/gemmlowp/public/
H A Dgemmlowp.h29 // We pack depth*(rows+cols) and compute depth*rows*cols.
53 int depth = lhs.cols(); local
55 if (rows == 0 || cols == 0 || depth == 0) {
/external/libchrome/base/debug/
H A Dstack_trace.cc100 size_t depth = 0; local
101 while (depth < max_depth) {
119 out_trace[depth++] = reinterpret_cast<const void**>(sp)[1];
141 return depth;
/external/libunwind/tests/
H A Dtest-async-sig.c74 int depth = 0; local
120 if (depth++ > 100)
122 panic ("FAILURE: unw_step() looping over %d iterations\n", depth);
/external/llvm/tools/llvm-c-test/
H A Dcalc.c45 int depth = 0; local
58 if (depth < 2) {
63 stack[depth - 2] = LLVMBuildBinOp(builder, op_to_opcode(tok),
64 stack[depth - 1], stack[depth - 2], "");
65 depth--;
72 if (depth < 1) {
77 off = LLVMBuildGEP(builder, param, &stack[depth - 1], 1, "");
78 stack[depth - 1] = LLVMBuildLoad(builder, off, "");
91 if (depth >
[all...]
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-subdir-limit/
H A Dcreate_long_dirs.c90 int depth; local
93 depth = 1;
95 depth = 2;
97 depth = 3;
101 if (depth == 1) {
110 if (depth == 2) {
/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
H A Di915_state_sampler.c262 debug_printf("i915: unsupported depth swizzle %d %d %d %d\n",
303 const uint width = pt->width0, height = pt->height0, depth = pt->depth0; local
310 assert(depth);
341 | ((depth - 1) << MS4_VOLUME_DEPTH_SHIFT));
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_tex.c81 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/
H A Dsvga_screen.h67 /* which formats to translate depth formats into */
73 } depth; member in struct:svga_screen
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dmemory.cpp119 size_t width, size_t height, size_t depth,
123 __format(*format), __width(width), __height(height), __depth(depth),
159 image::depth() const { function in class:image
188 size_t width, size_t height, size_t depth,
191 image(ctx, flags, format, width, height, depth,
192 row_pitch, slice_pitch, depth * slice_pitch,
117 image(clover::context &ctx, cl_mem_flags flags, const cl_image_format *format, size_t width, size_t height, size_t depth, size_t row_pitch, size_t slice_pitch, size_t size, void *host_ptr) argument
186 image3d(clover::context &ctx, cl_mem_flags flags, const cl_image_format *format, size_t width, size_t height, size_t depth, size_t row_pitch, size_t slice_pitch, void *host_ptr) argument
/external/mesa3d/src/glx/apple/
H A Dapple_glx_surface.c52 unsigned int width = 0, height = 0, bd, depth; local
54 XGetGeometry(dpy, drawable, &root, &x, &y, &width, &height, &bd, &depth);

Completed in 714 milliseconds

1234567891011>>