Searched defs:depth (Results 101 - 125 of 958) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_tex_validate.c45 int width, height, depth; local
80 &width, &height, &depth);
89 depth,
137 for (int i = 0; i < mt->level[level].depth; i++)
148 for (i = 0; i < mt->level[level].depth; i++) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_tex_validate.c45 int width, height, depth; local
80 &width, &height, &depth);
89 depth,
137 for (int i = 0; i < mt->level[level].depth; i++)
148 for (i = 0; i < mt->level[level].depth; i++) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_tex_validate.c45 int width, height, depth; local
80 &width, &height, &depth);
89 depth,
137 for (int i = 0; i < mt->level[level].depth; i++)
148 for (i = 0; i < mt->level[level].depth; i++) {
/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/skia/include/core/
H A DSkTDStack.h34 int depth() const { return fTotalCount; } function in class:SkTDStack
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/bootstrap/
H A Dscanner.c217 unsigned int depth; local
288 { depth = 1;
517 { depth = 1;
604 { if(--depth == 0){
615 { ++depth;
726 { ++depth;
733 { if(--depth == 0)
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dscanner.c217 unsigned int depth; local
288 { depth = 1;
517 { depth = 1;
604 { if(--depth == 0){
615 { ++depth;
726 { ++depth;
733 { if(--depth == 0)
/external/chromium_org/tools/android/heap_profiler/
H A Dheap_profiler_unittest.cc27 size_t depth; member in struct:__anon16420::HeapProfilerTest::StackTrace
30 StackTrace GenStackTrace(size_t depth, uintptr_t base) { argument
31 assert(depth <= HEAP_PROFILER_MAX_DEPTH);
33 for (size_t i = 0; i < depth; ++i)
35 st.depth = depth;
48 for (uint32_t j = 0; j < st.depth; ++j) {
50 << "Stacktrace not matching @ depth " << j;
90 heap_profiler_alloc((void*)0x1000, 1024, st1.frames, st1.depth, 0);
91 heap_profiler_alloc((void*)0x2000, 2048, st1.frames, st1.depth,
[all...]
/external/chromium_org/ui/gfx/geometry/
H A Dbox_f.h25 BoxF(float width, float height, float depth) argument
28 depth_(depth < 0 ? 0 : depth) {}
30 BoxF(float x, float y, float z, float width, float height, float depth) argument
34 depth_(depth < 0 ? 0 : depth) {}
36 BoxF(const Point3F& origin, float width, float height, float depth) argument
40 depth_(depth < 0 ? 0 : depth) {}
84 float depth() cons
[all...]
/external/chromium_org/ui/gl/
H A Dgl_implementation_x11.cc25 void GL_BINDING_CALL MarshalClearDepthToClearDepthf(GLclampd depth) { argument
26 glClearDepthf(static_cast<GLclampf>(depth));
/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/doclava/src/com/google/doclava/
H A DTagInfo.java73 int j, int depth) {
77 j = makeHDF(data, base, inherited.tags(), inherited.inherited(), j, depth + 1);
82 j = makeHDF(data, base, inherited.tags(), inherited.inherited(), j, depth + 1);
72 makeHDF(Data data, String base, TagInfo[] tags, InheritedTags inherited, int j, int depth) argument
/external/elfutils/0.153/libdw/
H A Ddwarf_getscopes.c70 pc_match (unsigned int depth, struct Dwarf_Die_Chain *die, void *arg) argument
98 a->inlined = depth;
107 origin_match (unsigned int depth, struct Dwarf_Die_Chain *die, void *arg) argument
118 unsigned int nscopes = a->nscopes + depth;
140 pc_record (unsigned int depth, struct Dwarf_Die_Chain *die, void *arg) argument
151 a->nscopes = depth + 1 - a->inlined;
173 Dwarf_Die *const inlinedie = &a->scopes[depth - a->inlined];
191 if (depth >= a->inlined)
200 return __libdw_visit_scopes (depth, die, &origin_match, NULL, a);
/external/junit/src/org/junit/experimental/theories/
H A DParameterSignature.java69 Annotation[] annotations, Class<T> annotationType, int depth) {
70 if (depth == 0)
76 .getAnnotations(), annotationType, depth - 1);
68 findDeepAnnotation( Annotation[] annotations, Class<T> annotationType, int depth) argument
/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.c46 int depth = 0; local
59 if (depth < 2) {
64 stack[depth - 2] = LLVMBuildBinOp(builder, op_to_opcode(tok),
65 stack[depth - 1], stack[depth - 2], "");
66 depth--;
73 if (depth < 1) {
78 off = LLVMBuildGEP(builder, param, &stack[depth - 1], 1, "");
79 stack[depth - 1] = LLVMBuildLoad(builder, off, "");
92 if (depth >
[all...]
/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);
H A Dglxreply.c59 GLint width, GLint height, GLint depth, GLenum format,
70 depth = reply.pad5;
75 if ((depth == 0) || (max_dim < 3)) {
76 depth = 1;
96 __glEmptyImage(gc, 3, width, height, depth, format, type, buf, dest);
58 __glXReadPixelReply(Display * dpy, struct glx_context * gc, unsigned max_dim, GLint width, GLint height, GLint depth, GLenum format, GLenum type, void *dest, GLboolean dimensions_in_reply) argument

Completed in 405 milliseconds

1234567891011>>