/system/core/libpixelflinger/ |
D | clear.cpp | 30 static void ggl_clearDepthx(void* c, GGLclampx depth); 45 c->state.clear.depth = FIXED_ONE; in ggl_init_clear() 111 if (c->state.buffers.depth.format == 0) in ggl_clear() 136 uint32_t depth = fixedToZ(c->state.clear.depth); in ggl_clear() local 137 c->state.clear.depthPacked = (depth<<16)|depth; in ggl_clear() 140 memset2d(c, c->state.buffers.depth, packed, l, t, w, h); in ggl_clear() 157 static void ggl_clearDepthx(void* con, GGLclampx depth) in ggl_clearDepthx() argument 160 c->state.clear.depth = gglClampx(depth); in ggl_clearDepthx()
|
D | pixelflinger.cpp | 139 ggl_set_surface(c, &(c->state.buffers.depth), surface); in ggl_depthBuffer() 141 c->state.buffers.depth.format = GGL_PIXEL_FORMAT_NONE; in ggl_depthBuffer() 532 if (c->state.mask.depth != flag?1:0) { in ggl_depthMask() 533 c->state.mask.depth = flag?1:0; in ggl_depthMask() 671 if (c->state.buffers.depth.format == 0) in ggl_enable_depth_test() 799 c->state.mask.depth = 0; in ggl_init_context()
|
D | picker.cpp | 122 p |= GGL_BUILD_NEEDS(c->state.mask.depth&1, P_MASK_Z); in ggl_pick()
|
D | scanline.cpp | 872 if (c->state.buffers.depth.format) { in scanline() 874 surface_t* cb = &(c->state.buffers.depth); in scanline() 877 uint16_t depth = *p; in scanline() local 880 case GGL_LESS: if (zz<depth) break; goto discard; in scanline() 881 case GGL_EQUAL: if (zz==depth) break; goto discard; in scanline() 882 case GGL_LEQUAL: if (zz<=depth) break; goto discard; in scanline() 883 case GGL_GREATER: if (zz>depth) break; goto discard; in scanline() 884 case GGL_NOTEQUAL: if (zz!=depth) break; goto discard; in scanline() 885 case GGL_GEQUAL: if (zz>=depth) break; goto discard; in scanline() 896 if (c->state.mask.depth) { in scanline()
|
/system/core/toolbox/upstream-netbsd/usr.bin/du/ |
D | du.c | 82 int depth; in main() local 89 depth = INT_MAX; in main() 111 depth = atoi(optarg); in main() 112 if (depth < 0 || depth > SHRT_MAX) { in main() 181 depth = 0; in main() 226 if (p->fts_level <= depth in main()
|
/system/core/toolbox/upstream-netbsd/lib/libc/stdlib/ |
D | strsuftoll.c | 135 long long min, long long max, char *ebuf, size_t ebuflen, size_t depth) in __strsuftollx() argument 144 if (depth > 16) { in __strsuftollx() 212 depth + 1); in __strsuftollx()
|
/system/extras/tests/sdcard/ |
D | sdcard_perf_test.cpp | 614 size_t depth = testCase->treeDepth(); in testTraverse() local 615 for (size_t i = 0; i < depth; i++) { in testTraverse() 624 for (size_t j = 0; j < depth; j++) { in testTraverse() 663 int expectedDirs = depth + 1; in testTraverse() 669 int expectedFiles = depth * depth; in testTraverse()
|
/system/media/camera/docs/ |
D | metadata_model.py | 515 def _construct_inner_namespaces(self, parent, depth=0): argument 524 if len(ins_list) > depth: 525 ins_str = ins_list[depth] 535 self._construct_inner_namespaces(ins, depth + 1) 538 self._construct_entries(ins, depth + 1) 549 def _construct_entries(self, parent, depth=0): argument 555 if len(ins_list) == depth:
|
/system/core/include/private/pixelflinger/ |
D | ggl_context.h | 290 uint8_t depth; 299 GGLclampx depth; 433 surface_t depth;
|
/system/core/libpixelflinger/codeflinger/ |
D | GGLAssembler.cpp | 430 CONTEXT_LOAD(Rs, state.buffers.depth.stride); in build_scanline_prolog() 431 CONTEXT_ADDR_LOAD(zbase, state.buffers.depth.data); in build_scanline_prolog() 765 int depth = scratches.obtain(); in build_depth_test() local 773 LDRH(AL, depth, zbase); // stall in build_depth_test() 774 CMP(AL, depth, reg_imm(z, LSR, 16)); in build_depth_test() 782 MOV(AL, 0, depth, reg_imm(z, LSR, 16)); in build_depth_test() 783 STRH(ic, depth, zbase); in build_depth_test()
|
/system/core/adb/ |
D | SERVICES.TXT | 208 depth: uint32_t: framebuffer depth 213 With the current implementation, depth is always 16, and
|
/system/core/include/pixelflinger/ |
D | pixelflinger.h | 298 void (*clearDepthx)(void* c, GGLclampx depth);
|
/system/extras/tests/mmc_tracepoints/ |
D | mmc_trace_sample_data | 8 # || / _--=> preempt-depth
|