/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | machine.c | 1366 static int maps__set_modules_path_dir(struct maps *maps, const char *dir_name, int depth) in maps__set_modules_path_dir() argument 1392 if (depth == 0) { in maps__set_modules_path_dir() 1398 ret = maps__set_modules_path_dir(maps, path, depth + 1); in maps__set_modules_path_dir()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/amazon/ena/ |
H A D | ena_com.c | 1295 netdev_dbg(ena_dev->net_device, "Created sq[%u], depth[%u]\n", in ena_com_create_io_sq() 1443 netdev_dbg(ena_dev->net_device, "Created cq[%u], depth[%u]\n", in ena_com_create_io_cq() 1545 u16 depth = ena_dev->aenq.q_depth; in ena_com_admin_aenq_enable() local 1547 WARN(ena_dev->aenq.head != depth, "Invalid AENQ state\n"); in ena_com_admin_aenq_enable() 1552 writel(depth, ena_dev->reg_bar + ENA_REGS_AENQ_HEAD_DB_OFF); in ena_com_admin_aenq_enable()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
H A D | htc_mbox.c | 617 "htc tx got packet 0x%p queue depth %d\n", in ath6kl_htc_tx_pkts_get() 984 "htc tx overflow ep %d depth %d max %d\n", in ath6kl_htc_tx_try() 1644 * Refresh tx depth for distribution function that will in htc_proc_cred_rpt() 1942 "htc rx bundle depth %d pkts %d\n", in ath6kl_htc_rx_bundle() 2323 int status = 0, depth; in ath6kl_htc_mbox_add_rxbuf_multiple() local 2333 depth = get_queue_depth(pkt_queue); in ath6kl_htc_mbox_add_rxbuf_multiple() 2337 first_pkt->endpoint, depth, first_pkt->buf_len); in ath6kl_htc_mbox_add_rxbuf_multiple()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | r600_cs.c | 247 /* returns alignment in pixels for pitch/height/depth and bytes for base */ 529 dev_warn(p->dev, "z/stencil with no depth buffer\n"); in r600_cs_track_validate_db() 769 /* Check depth buffer */ in r600_cs_track_check() 1412 unsigned width, height, depth, size; in r600_texture_size() local 1433 depth = r600_mip_minify(d0, i); in r600_texture_size() 1439 size *= depth; in r600_texture_size()
|
/third_party/backends/backend/escl/ |
H A D | escl.c | 1307 handler->ps.depth = 8; in sane_open() 1744 handler->ps.depth = 8; in sane_start() 1774 p->depth = 8; in sane_get_parameters()
|
/third_party/backends/backend/ |
H A D | gt68xx_high.c | 1321 request.depth = 8; in gt68xx_afe_ccd_auto() 1735 request.depth = 8; in gt68xx_afe_cis_read_lines() 2097 request.depth = 8; in gt68xx_sheetfed_scanner_calibrate()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | UnicodeSet.java | 2591 Appendable rebuiltPat, int options, int depth) { in applyPattern() 2592 if (depth > MAX_DEPTH) { in applyPattern() 2726 nested.applyPattern(chars, symbols, patBuf, options, depth + 1); in applyPattern() 2590 applyPattern(RuleCharacterIterator chars, SymbolTable symbols, Appendable rebuiltPat, int options, int depth) applyPattern() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | UnicodeSet.java | 2480 Appendable rebuiltPat, int options, int depth) { in applyPattern() 2481 if (depth > MAX_DEPTH) { in applyPattern() 2615 nested.applyPattern(chars, symbols, patBuf, options, depth + 1); in applyPattern() 2479 applyPattern(RuleCharacterIterator chars, SymbolTable symbols, Appendable rebuiltPat, int options, int depth) applyPattern() argument
|
/third_party/mesa3d/src/amd/addrlib/src/core/ |
H A D | addrlib1.cpp | 406 pOut->sliceSize = pOut->surfSize / pOut->depth; in ComputeSurfaceInfo() 414 pOut->sliceSize += pOut->sliceSize * (pOut->depth - pIn->numSlices); in ComputeSurfaceInfo() 2361 UINT_32 slice, ///< [in] slice/depth index in HwlComputeXmaskAddrFromCoord() 2571 UINT_32 slice, ///< [in] slice/depth index in ComputeSurfaceAddrFromCoordLinear() 2614 UINT_32* pSlice, ///< [out] slice/depth index in ComputeSurfaceCoordFromAddrLinear() 2650 UINT_32* pSlice, ///< [out] slice/depth index in ComputeSurfaceCoordFromAddrMicroTiled() 2653 BOOL_32 isDepthSampleOrder ///< [in] TRUE if in depth sample order in ComputeSurfaceCoordFromAddrMicroTiled() 3017 UINT_32 z, ///< [in] slice/depth index in ComputePixelIndexWithinMicroTile() 3648 (pInOut->flags.depth == FALSE) && in OptimizeTileMode() 3982 // 3D texture without depth o in ComputePrtInfo() [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | module-decoder.cc | 756 int depth = GetSubtypingDepth(module, i); in DecodeTypeSection() local 757 if (depth > static_cast<int>(kV8MaxRttSubtypingDepth)) { in DecodeTypeSection() 758 errorf("type %d: subtyping depth is greater than allowed", i); in DecodeTypeSection() 763 if (depth == -1) { in DecodeTypeSection()
|
/third_party/nghttp2/src/ |
H A D | shrpx_tls.cc | 123 int depth = X509_STORE_CTX_get_error_depth(ctx); in verify_callback() local 124 if (err == X509_V_ERR_CERT_HAS_EXPIRED && depth == 0 && in verify_callback() 131 << X509_verify_cert_error_string(err) << ":depth=" << depth; in verify_callback()
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-debugger-agent-impl.cc | 1354 Response V8DebuggerAgentImpl::setAsyncCallStackDepth(int depth) { in setAsyncCallStackDepth() argument 1358 m_state->setInteger(DebuggerAgentState::asyncCallStackDepth, depth); in setAsyncCallStackDepth() 1359 m_debugger->setAsyncCallStackDepth(this, depth); in setAsyncCallStackDepth()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample.c | 1351 * When sampling a mipmap, we need to compute the width, height, depth 1366 * Compute width, height, depth at mipmap level 'ilevel' in lp_build_mipmap_level_sizes() 1479 * @param size vector with the texture size (width, height, depth) 1550 * @param flt_size vector with the integer texture size (width, height, depth) 1562 LLVMValueRef depth = NULL; in lp_build_unnormalized_coords() local 1570 &depth); in lp_build_unnormalized_coords() 1577 *r = lp_build_mul(&bld->coord_bld, *r, depth); in lp_build_unnormalized_coords()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_screen.c | 1103 unsigned depth, in zink_is_compute_copy_faster() 1110 return width * height * depth > 64 * 64; in zink_is_compute_copy_faster() 1983 *z = props[0].imageGranularity.depth; in zink_get_sparse_texture_virtual_page_size() 1098 zink_is_compute_copy_faster(struct pipe_screen *pscreen, enum pipe_format src_format, enum pipe_format dst_format, unsigned width, unsigned height, unsigned depth, bool cpu) zink_is_compute_copy_faster() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineFramebufferAttachmentTests.cpp | 656 const int depth = deMax32(caseDef.attachmentSize.z(), caseDef.numLayers); in test() local 657 tcu::TextureLevel textureLevel (format, caseDef.attachmentSize.x(), caseDef.attachmentSize.y(), depth); in test() 659 const tcu::ConstPixelBufferAccess resultImage (format, caseDef.attachmentSize.x(), caseDef.attachmentSize.y(), depth, colorBufferAlloc->getHostPtr()); in test()
|
H A D | vktPipelineSamplerTests.cpp | 1488 DE_ASSERT(texExtent.depth == 1u); in iterate() 1538 const vk::VkDeviceSize texBufferSize = static_cast<vk::VkDeviceSize>(static_cast<deUint32>(tcu::getPixelSize(tcuFormat)) * texExtent.width * texExtent.height * texExtent.depth); in iterate() 1725 renderPass.createFramebuffer(vkd, device, 1u, &fbImage.get(),&fbView.get(), texExtent.width, texExtent.height, texExtent.depth); in iterate()
|
/third_party/python/Modules/ |
H A D | _tkinter.c | 2936 _flatten1(FlattenContext* context, PyObject* item, int depth) in _flatten1() argument 2942 if (depth > 1000) { in _flatten1() 2956 if (!_flatten1(context, o, depth + 1)) in _flatten1()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineSamplerTests.cpp | 1469 DE_ASSERT(texExtent.depth == 1u); in iterate() 1519 const vk::VkDeviceSize texBufferSize = static_cast<vk::VkDeviceSize>(static_cast<deUint32>(tcu::getPixelSize(tcuFormat)) * texExtent.width * texExtent.height * texExtent.depth); in iterate() 1706 const auto framebuffer = vk::makeFramebuffer(vkd, device, renderPass.get(), 1u, &fbView.get(), texExtent.width, texExtent.height, texExtent.depth); in iterate()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.cpp | 2804 void RSNode::DumpTree(int depth, std::string& out) const in DumpTree() argument 2806 for (int i = 0; i < depth; i++) { in DumpTree() 2814 child->DumpTree(depth + 1, out); in DumpTree() 2865 std::string RSNode::DumpNode(int depth) const in DumpNode()
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | btf.c | 643 int depth = 0; in btf__resolve_type() local 646 while (depth < MAX_RESOLVE_DEPTH && in btf__resolve_type() 651 depth++; in btf__resolve_type() 654 if (depth == MAX_RESOLVE_DEPTH || btf_type_is_void_or_null(t)) in btf__resolve_type()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | pmcraid.c | 204 * and max_sectors value will be over-written to 512. It also sets queue depth 271 * pmcraid_change_queue_depth - Change the device's queue depth 273 * @depth: depth to set 276 * actual depth set 278 static int pmcraid_change_queue_depth(struct scsi_device *scsi_dev, int depth) in pmcraid_change_queue_depth() argument 280 if (depth > PMCRAID_MAX_CMD_PER_LUN) in pmcraid_change_queue_depth() 281 depth = PMCRAID_MAX_CMD_PER_LUN; in pmcraid_change_queue_depth() 282 return scsi_change_queue_depth(scsi_dev, depth); in pmcraid_change_queue_depth()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | btf.c | 717 int depth = 0; in btf__resolve_type() local 720 while (depth < MAX_RESOLVE_DEPTH && in btf__resolve_type() 725 depth++; in btf__resolve_type() 728 if (depth == MAX_RESOLVE_DEPTH || btf_type_is_void_or_null(t)) in btf__resolve_type()
|
/third_party/ffmpeg/libavcodec/ |
H A D | jpeg2000dec.c | 222 match = match && desc->comp[3].depth >= bpc && in pix_fmt_match() 226 match = match && desc->comp[2].depth >= bpc && in pix_fmt_match() 230 match = match && desc->comp[1].depth >= bpc && in pix_fmt_match() 235 match = match && desc->comp[0].depth >= bpc && in pix_fmt_match()
|
H A D | diracdec.c | 71 #define CALC_PADDING(size, depth) \ 72 (((size + (1 << depth) - 1) >> depth) << depth) 150 int bit_depth; /* bit depth */ 164 unsigned wavelet_depth; /* depth of the IDWT */ 1312 av_log(s->avctx,AV_LOG_ERROR,"Mandatory custom low delay matrix missing for depth %d\n", s->wavelet_depth); in dirac_unpack_idwt_params()
|
/third_party/ffmpeg/libswscale/ppc/ |
H A D | swscale_vsx.c | 1927 int bits = desc->comp[0].depth - 1; in hScale16To19_vsx() 1952 if ((isAnyRGB(c->srcFormat) || c->srcFormat==AV_PIX_FMT_PAL8) && desc->comp[0].depth<16) { in hScale16To19_vsx() 2004 int sh = desc->comp[0].depth - 1; in hScale16To15_vsx() 2029 sh = isAnyRGB(c->srcFormat) || c->srcFormat==AV_PIX_FMT_PAL8 ? 13 : (desc->comp[0].depth - 1); in hScale16To15_vsx()
|