Home
last modified time | relevance | path

Searched refs:depth (Results 2501 - 2525 of 4906) sorted by relevance

1...<<101102103104105106107108109110>>...197

/third_party/python/Lib/test/
H A Dtest_dis.py735 got = self.get_disassembly(func, depth=0)
934 check(dis_nested_0, depth=0)
935 check(dis_nested_1, depth=1)
936 check(dis_nested_2, depth=2)
937 check(dis_nested_2, depth=3)
938 check(dis_nested_2, depth=None)
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord.cc74 // Minimum length required for a given depth tree -- a tree is considered
76 // length(t) >= min_length[depth(t)]
77 // The root node depth is allowed to become twice as large to reduce rebalancing
105 } else if (node->concat()->depth() <= 15) { in IsRootBalanced()
107 } else if (node->concat()->depth() > kMinLengthSize) { in IsRootBalanced()
110 // Allow depth to become twice as large as implied by fibonacci rule to in IsRootBalanced()
112 return (node->length >= min_length[node->concat()->depth() / 2]); in IsRootBalanced()
138 // Return the depth of a node
141 return rep->concat()->depth(); in Depth()
1099 if (concat_node->depth() > in Build()
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_image.cpp84 uint32_t depth = 0; member
114 info->depth = inst->word(4); in GetImageTypeInfo()
822 if (info.depth > 2) { in ValidateTypeImage()
824 << "Invalid Depth " << info.depth << " (must be 0, 1 or 2)"; in ValidateTypeImage()
866 if (info.depth != 0) { in ValidateTypeImage()
1626 // In OpenCL, a read from a depth image returns a scalar float. In other in ValidateImageRead()
1630 // The builtins for reading depth images are: in ValidateImageRead()
1633 if (info.depth) { in ValidateImageRead()
1637 << " from a depth image read to result in a scalar float value"; in ValidateImageRead()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp93 float depth; member
99 CompareData() : color(Vec4(0.0f)), depth(0.0f), stencil(0u) in CompareData()
243 VK_STENCIL_OP_INCREMENT_AND_CLAMP, // depth & stencil pass in preparePipelineWrapper()
244 VK_STENCIL_OP_KEEP, // depth only fail in preparePipelineWrapper()
250 // Always pass the depth test in preparePipelineWrapper()
327 //! Generate expected data for color, depth, and stencil samples of a given image.
355 cd.depth = wrapIncFloat(0.05f * static_cast<float>(1 + globalSample), 0.05f, 1.0f); in generateCompareData()
530 vertices.push_back(PositionColor(Vec4(loc.x(), loc.y() - y1, cd.depth, 1.0f), cd.color)); in generateSubpixelTriangles()
531 vertices.push_back(PositionColor(Vec4(loc.x() - x1, loc.y() + y2, cd.depth, 1.0f), cd.color)); in generateSubpixelTriangles()
532 vertices.push_back(PositionColor(Vec4(loc.x() + x1, loc.y() + y2, cd.depth, 1. in generateSubpixelTriangles()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRender.cpp1194 result.depth = std::max(baseExtents.depth >> mipLevel, 1u);
1205 result.z() = extent.depth / divisor.depth + ((extent.depth % divisor.depth != 0) ? 1u : 0u);
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_fb.c270 DRM_INFO("fb depth is %d\n", fb->format->depth); in amdgpufb_create()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H A Dpkeys.c47 const char *uname, int depth, in dt_scan_storage_keys()
46 dt_scan_storage_keys(unsigned long node, const char *uname, int depth, void *data) dt_scan_storage_keys() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_hubbub.c87 phys_config.depth = 0; in hubbub3_init_dchub_sys_ctx()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H A Dpkeys.c52 const char *uname, int depth, in dt_scan_storage_keys()
51 dt_scan_storage_keys(unsigned long node, const char *uname, int depth, void *data) dt_scan_storage_keys() argument
/kernel/linux/linux-5.10/drivers/input/serio/
H A Dlibps2.c379 lockdep_set_subclass(&ps2dev->cmd_mutex, serio->depth); in ps2_init()
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H A Dbttvp.h105 int depth; /* bit/pixel */ member
/kernel/linux/linux-5.10/drivers/media/pci/cx25821/
H A Dcx25821.h87 int depth; member
/kernel/linux/linux-5.10/drivers/thunderbolt/
H A Dtb_regs.h170 u32 depth:3; member
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H A Dsysimgblt.c3 * for frame buffer located in system RAM with packed pixels of any depth.
310 if (image->depth == 1) { in sys_imageblit()
H A Dcfbimgblt.c2 * Generic BitBLT function for frame buffer with packed pixels of any depth.
18 * framebuffer depth. But not every card has this. All images must be rounded
287 if (image->depth == 1) { in cfb_imageblit()
/kernel/linux/linux-5.10/drivers/video/fbdev/i810/
H A Di810.h278 u32 depth; member
/kernel/linux/linux-5.10/drivers/video/fbdev/intelfb/
H A Dintelfb.h321 int bpp, depth; member
/kernel/linux/linux-5.10/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb_accel.c207 switch (image->depth) { in mb86290fb_imageblit()
/kernel/linux/linux-5.10/include/linux/
H A Dthunderbolt.h204 * @depth: Depth in the chain the remote domain is connected (ICM only)
243 u8 depth; member
/kernel/linux/linux-5.10/sound/soc/meson/
H A Daxg-frddr.c64 /* Use all fifo depth */ in axg_frddr_dai_startup()
65 val = (fifo->depth / AXG_FIFO_BURST) - 1; in axg_frddr_dai_startup()
/kernel/linux/linux-5.10/fs/hfsplus/
H A Dbfind.c179 height = tree->depth; in hfs_brec_find()
H A Dhfsplus_raw.h168 __be16 depth; member
/kernel/linux/linux-5.10/include/video/
H A Dvga.h187 __u32 depth; /* current fb depth, not important */ member
/kernel/linux/linux-5.10/lib/zlib_deflate/
H A Ddefutil.h188 uch depth[2*L_CODES+1]; member
/kernel/linux/linux-5.10/include/uapi/drm/
H A Dvmwgfx_drm.h225 * @depth - mip level depth
234 __u32 depth; member

Completed in 31 milliseconds

1...<<101102103104105106107108109110>>...197