HomeSort by relevance Sort by last modified time
    Searched defs:depth (Results 651 - 675 of 1122) sorted by null

<<21222324252627282930>>

  /external/libsepol/src/
policydb.c 1977 int rc, depth; local
    [all...]
  /external/libxml2/
catalog.c 144 int depth; member in struct:_xmlCatalogEntry
312 ret->depth = 0;
    [all...]
valid.c 355 unsigned char depth; /* current depth in the overall tree */ member in struct:_xmlValidState
363 #define DEPTH ctxt->vstate->depth
367 #define OCCURRENCE (ctxt->vstate->occurs & (1 << DEPTH))
368 #define PARENT_OCCURRENCE (ctxt->vstate->occurs & ((1 << DEPTH) - 1))
370 #define SET_OCCURRENCE ctxt->vstate->occurs |= (1 << DEPTH)
371 #define RESET_OCCURRENCE ctxt->vstate->occurs &= ((1 << DEPTH) - 1)
375 xmlNodePtr node, unsigned char depth, long occurs,
409 (ctxt->vstateTab[i].depth == depth) &
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_state.c 797 db_depth_control = S_028800_Z_ENABLE(state->depth.enabled) |
798 S_028800_Z_WRITE_ENABLE(state->depth.writemask) |
799 S_028800_ZFUNC(state->depth.func);
992 unsigned height, depth, width; local
1032 depth = tmp->surface.level[0].npix_z;
1069 depth = texture->array_size;
1071 depth = texture->array_size;
2925 unsigned offset_db_fmt_cntl = 0, depth; local
    [all...]
r600_state.c 652 unsigned offset_db_fmt_cntl = 0, depth; local
657 depth = -24;
662 depth = -23;
667 depth = -16;
674 offset_db_fmt_cntl |= S_028DF8_POLY_OFFSET_NEG_NUM_DB_BITS(depth);
817 db_depth_control = S_028800_Z_ENABLE(state->depth.enabled) |
818 S_028800_Z_WRITE_ENABLE(state->depth.writemask) |
819 S_028800_ZFUNC(state->depth.func);
1018 unsigned width, height, depth, offset_level, last_level; local
1059 depth = tmp->surface.level[offset_level].npix_z
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c 307 unsigned offset_db_fmt_cntl = 0, depth; local
317 depth = -24;
322 depth = -23;
327 depth = -16;
336 offset_db_fmt_cntl |= S_028B78_POLY_OFFSET_NEG_NUM_DB_BITS(depth);
576 db_depth_control = S_028800_Z_ENABLE(state->depth.enabled) |
577 S_028800_Z_WRITE_ENABLE(state->depth.writemask) |
578 S_028800_ZFUNC(state->depth.func);
1995 unsigned height, depth, width, offset_level, last_level; local
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 1141 int width, height, depth; local
1149 depth = u_minify(texture->depth0, level);
1153 assert(depth > 0);
1157 samp->nearest_texcoord_p(p, depth, &z);
1389 int width, height, depth; local
2548 int width, height, depth, layers; local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_context.h 199 const struct svga_depth_stencil_state *depth; member in struct:svga_state
415 double depth,
svga_tgsi_insn.c 2863 SVGA3dShaderDestToken depth = emit->depth_pos; local
2907 SVGA3dShaderDestToken depth = emit->depth_pos; local
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 130 * When false, depth clipping is disabled and the depth value will be
131 * clamped later at the per-pixel level before depth testing.
218 unsigned enabled:1; /**< depth test enabled? */
219 unsigned writemask:1; /**< allow depth buffer writes? */
220 unsigned func:3; /**< depth test func (PIPE_FUNC_x) */
246 struct pipe_depth_state depth; member in struct:pipe_depth_stencil_alpha_state
325 * depth stencil attachment point.
393 int depth; member in struct:pipe_box
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c 142 if (vinfo->depth>=4) {
150 /* Any depth of TrueColor or DirectColor works in RGB mode */
160 * Given an XVisualInfo and RGB, Double, and Depth buffer flags, save the
309 * for depth buffer size, stencil size, accum size, etc.
320 /* Configure this visual as RGB, double-buffered, depth-buffered. */
377 get_visual( Display *dpy, int scr, unsigned int depth, int xclass )
387 temp.depth = depth;
393 if (depth==default_depth && xclass==default_class) {
405 if (vis && depth > 24 && (xclass==TrueColor || xclass==DirectColor))
433 int depth, xclass = -1; local
481 int depth; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.h 368 struct radeon_depthbuffer_state depth; member in struct:radeon_state
  /external/mesa3d/src/mesa/drivers/x11/
fakeglx.c 159 /* Any depth of TrueColor or DirectColor works in RGB mode */
261 * Given an XVisualInfo and RGB, Double, and Depth buffer flags, save the
406 * for depth buffer size, stencil size, accum size, etc.
423 /* Configure this visual as RGB, double-buffered, depth-buffered. */
522 get_visual( Display *dpy, int scr, unsigned int depth, int xclass )
532 temp.depth = depth;
538 if (depth==default_depth && xclass==default_class) {
550 if (vis && depth > 24 && (xclass==TrueColor || xclass==DirectColor)) {
579 int depth, xclass = -1 local
623 int depth; local
    [all...]
  /external/mesa3d/src/mesa/main/
texstore.c 311 * \param srcDepth source image depth
552 * \param srcDepth source image depth
1008 * Store a 32-bit integer or float depth component texture image.
1058 * Store a 24-bit integer depth component texture image.
1088 * Store a 24-bit integer depth component texture image.
2800 GLuint *depth = (GLuint *) malloc(srcWidth * sizeof(GLuint)); local
2873 GLuint *depth; local
    [all...]
  /external/opencv/cv/include/
cvtypes.h 130 float depth; /* distance between the farthest point and the convex hull */ member in struct:CvConvexityDefect
  /external/opencv/cv/src/
cvcolor.cpp 2244 int src_cn, dst_cn, depth; local
    [all...]
cvfundam.cpp 1038 int i, dims, count, depth, cn, abc_dims, abc_count, abc_depth, abc_cn; local
    [all...]
cvimgwarp.cpp 639 int type, depth, cn; local
1085 int k, type, depth, cn, *ofs = 0; local
1361 int type, depth, cn; local
1989 int type, depth, cn; local
    [all...]
  /external/openssl/apps/
apps.c 2261 int purpose = 0, depth = -1; local
    [all...]
  /external/openssl/crypto/x509/
x509_vfy.h 174 int depth; /* Verify depth */ member in struct:X509_VERIFY_PARAM_st
211 int X509_STORE_set_depth(X509_STORE *store, int depth);
280 void X509_STORE_CTX_set_depth(X509_STORE_CTX *ctx, int depth);
523 void X509_VERIFY_PARAM_set_depth(X509_VERIFY_PARAM *param, int depth);
  /external/openssl/include/openssl/
x509_vfy.h 174 int depth; /* Verify depth */ member in struct:X509_VERIFY_PARAM_st
211 int X509_STORE_set_depth(X509_STORE *store, int depth);
280 void X509_STORE_CTX_set_depth(X509_STORE_CTX *ctx, int depth);
523 void X509_VERIFY_PARAM_set_depth(X509_VERIFY_PARAM *param, int depth);
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 213 virtual void Print( FILE* cfile, int depth ) const = 0;
870 virtual void Print( FILE* cfile, int depth ) const {
871 Print( cfile, depth, 0 );
873 void Print( FILE* cfile, int depth, TIXML_STRING* str ) const;
1793 int depth; member in class:TiXmlPrinter
    [all...]
  /external/tinyxml2/
tinyxml2.h 1457 int depth; member in class:tinyxml2::XMLPrinter
    [all...]
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c 3452 unsigned int depth; local
    [all...]
  /external/webp/src/enc/
vp8l.c 425 const int depth = code->code_lengths[code_index]; local
427 VP8LWriteBits(bw, depth, symbol);
    [all...]

Completed in 1837 milliseconds

<<21222324252627282930>>