Home
last modified time | relevance | path

Searched refs:depth (Results 2176 - 2200 of 5087) sorted by relevance

1...<<81828384858687888990>>...204

/third_party/node/lib/internal/
H A Dtimers.js206 depth: 0,
259 depth: 0,
/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder.cc280 os << " depth=" << imm.depth; in PrintRawWasmCode()
285 os << " depth=" << imm.depth; in PrintRawWasmCode()
/third_party/mesa3d/src/mesa/main/
H A Dformats.h706 int height, int depth);
710 int height, int depth);
/third_party/node/deps/npm/node_modules/qrcode-terminal/vendor/QRCode/
H A Dindex.js153 createMovieClip : function(target_mc, instance_name, depth) {
155 var qr_mc = target_mc.createEmptyMovieClip(instance_name, depth);
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_jit.c75 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, depth, in create_jit_texture_type()
166 LP_CHECK_MEMBER_OFFSET(struct lp_jit_image, depth, in create_jit_image_type()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_miptree.c52 return tile_mode | 0x500; /* depth 32 tiles */ in nv50_tex_choose_tile_dims_helper()
53 if (nz > 8) return tile_mode | 0x400; /* depth 16 tiles */ in nv50_tex_choose_tile_dims_helper()
54 if (nz > 4) return tile_mode | 0x300; /* depth 8 tiles */ in nv50_tex_choose_tile_dims_helper()
55 if (nz > 2) return tile_mode | 0x200; /* depth 4 tiles */ in nv50_tex_choose_tile_dims_helper()
56 if (nz > 1) return tile_mode | 0x100; /* depth 2 tiles */ in nv50_tex_choose_tile_dims_helper()
490 ns->depth = ps->u.tex.last_layer - ps->u.tex.first_layer + 1; in nv50_surface_from_miptree()
521 /* TODO: switch to depth 1 tiles; but actually this shouldn't happen */ in nv50_miptree_surface_new()
522 if (ns->depth > 1 && in nv50_miptree_surface_new()
/third_party/libdrm/
H A Dxf86drmMode.h108 uint32_t depth; member
296 extern int drmModeAddFB(int fd, uint32_t width, uint32_t height, uint8_t depth,
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_blit.c239 if (info->src.box.depth != 1 || in lima_do_blit()
240 info->dst.box.depth != 1) in lima_do_blit()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_blt.c117 if (info->dst.box.depth > 1 || info->src.box.depth > 1) in validate_blit_for_blt()
302 * color depth. in crocus_emit_blt()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_surface.cpp299 info.src.box.depth = info.dst.box.depth = 0; in blit_surface()
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_st.c115 blit.dst.box.depth = 1; in stw_pipe_blit()
120 blit.src.box.depth = 1; in stw_pipe_blit()
/third_party/node/deps/openssl/openssl/apps/
H A Ds_time.c84 "Turn on peer certificate verification, set depth"},
157 verify_args.depth = opt_int_arg(); in s_time_main()
158 BIO_printf(bio_err, "%s: verify depth is %d\n", in s_time_main()
159 prog, verify_args.depth); in s_time_main()
/third_party/libcoap/examples/lwip/
H A DMakefile46 git clone --depth 1 https://git.savannah.nongnu.org/git/lwip.git -b $(WITH_LWIP_BRANCH)
51 git clone --depth 1 https://git.savannah.nongnu.org/git/lwip/lwip-contrib.git -b $(WITH_LWIP_CONTRIB_BRANCH)
/third_party/python/Tools/peg_generator/pegen/
H A Dparser.py108 depth = 0
110 print(f"{fill}Recursive {method_name} at {mark} depth {depth}")
120 depth += 1
123 f"{fill}Recursive {method_name} at {mark} depth {depth}: {result!s:.200} to {endmark}"
/third_party/openssl/apps/
H A Ds_time.c84 "Turn on peer certificate verification, set depth"},
157 verify_args.depth = opt_int_arg(); in s_time_main()
158 BIO_printf(bio_err, "%s: verify depth is %d\n", in s_time_main()
159 prog, verify_args.depth); in s_time_main()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLContext.cpp165 size_t depth, in createImage3D()
172 MemObjectType::Image3D, width, height, depth, 0u, rowPitch, slicePitch, 0u, 0u}; in createImage3D()
161 createImage3D(MemFlags flags, const cl_image_format *format, size_t width, size_t height, size_t depth, size_t rowPitch, size_t slicePitch, void *hostPtr, cl_int &errorCode) createImage3D() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DIntermTraverse.cpp233 void TIntermTraverser::setMaxAllowedDepth(int depth) in setMaxAllowedDepth() argument
235 mMaxAllowedDepth = depth; in setMaxAllowedDepth()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DFramebufferD3D.cpp118 // glClearBufferfv can be called to clear the color buffer or depth buffer in clearBufferfv()
187 GLfloat depth, in clearBufferfi()
190 // glClearBufferfi can only be called to clear a depth stencil buffer in clearBufferfi()
193 clearParams.depthValue = depth; in clearBufferfi()
255 // if we have both a depth and stencil buffer, they must refer to the same object in checkStatus()
256 // since we only support packed_depth_stencil and not separate depth and stencil in checkStatus()
184 clearBufferfi(const gl::Context *context, GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) clearBufferfi() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOutputTree.cpp67 void OutputTreeText(TInfoSinkBase &out, TIntermNode *node, const int depth) in OutputTreeText() argument
73 for (i = 0; i < depth; ++i) in OutputTreeText()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLContextCL.cpp145 nativeType, desc.width, desc.height, desc.depth, desc.arraySize, in createImage()
171 mNative, flags.get(), &format, desc.width, desc.height, desc.depth, in createImage()
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_limits_test.cpp600 // Valid: Structure nesting depth of 255.
615 // Invalid: Structure nesting depth of 256.
634 // Valid: Structure nesting depth of 100 (limit is 100).
651 // Invalid: Structure nesting depth of 101 (limit is 100).
673 // Generates an SPIRV program with the given control flow nesting depth
674 void GenerateSpirvProgramWithCfgNestingDepth(std::string& str, int depth) { in GenerateSpirvProgramWithCfgNestingDepth() argument
694 int num_if_conditions = depth-1; in GenerateSpirvProgramWithCfgNestingDepth()
720 // Invalid: Control Flow Nesting depth is 1024. (limit is 1023).
727 HasSubstr("Maximum Control Flow nesting depth exceeded.")); in TEST_F()
730 // Valid: Control Flow Nesting depth i
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DintermOut.cpp68 void OutputTreeText(TInfoSinkBase& sink, TIntermNode* node, const int depth) in OutputTreeText() argument
74 for (i = 0; i < depth; ++i) in OutputTreeText()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_context.h481 bool GoDeeperInConstantObfuscation(uint32_t depth) { in GoDeeperInConstantObfuscation() argument
482 return go_deeper_in_constant_obfuscation_(depth, random_generator_.get()); in GoDeeperInConstantObfuscation()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_context.h481 bool GoDeeperInConstantObfuscation(uint32_t depth) { in GoDeeperInConstantObfuscation() argument
482 return go_deeper_in_constant_obfuscation_(depth, random_generator_.get()); in GoDeeperInConstantObfuscation()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_limits_test.cpp600 // Valid: Structure nesting depth of 255.
615 // Invalid: Structure nesting depth of 256.
634 // Valid: Structure nesting depth of 100 (limit is 100).
651 // Invalid: Structure nesting depth of 101 (limit is 100).
673 // Generates an SPIRV program with the given control flow nesting depth
674 void GenerateSpirvProgramWithCfgNestingDepth(std::string& str, int depth) { in GenerateSpirvProgramWithCfgNestingDepth() argument
694 int num_if_conditions = depth-1; in GenerateSpirvProgramWithCfgNestingDepth()
720 // Invalid: Control Flow Nesting depth is 1024. (limit is 1023).
727 HasSubstr("Maximum Control Flow nesting depth exceeded.")); in TEST_F()
730 // Valid: Control Flow Nesting depth i
[all...]

Completed in 24 milliseconds

1...<<81828384858687888990>>...204