/third_party/python/Lib/test/ |
H A D | test_dis.py | 735 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 D | cord.cc | 74 // 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 D | validate_image.cpp | 84 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 D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 93 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 D | vktShaderRender.cpp | 1194 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 D | amdgpu_fb.c | 270 DRM_INFO("fb depth is %d\n", fb->format->depth); in amdgpufb_create()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
H A D | pkeys.c | 47 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 D | dcn30_hubbub.c | 87 phys_config.depth = 0; in hubbub3_init_dchub_sys_ctx()
|
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/ |
H A D | pkeys.c | 52 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 D | libps2.c | 379 lockdep_set_subclass(&ps2dev->cmd_mutex, serio->depth); in ps2_init()
|
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
H A D | bttvp.h | 105 int depth; /* bit/pixel */ member
|
/kernel/linux/linux-5.10/drivers/media/pci/cx25821/ |
H A D | cx25821.h | 87 int depth; member
|
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | tb_regs.h | 170 u32 depth:3; member
|
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | sysimgblt.c | 3 * for frame buffer located in system RAM with packed pixels of any depth. 310 if (image->depth == 1) { in sys_imageblit()
|
H A D | cfbimgblt.c | 2 * 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 D | i810.h | 278 u32 depth; member
|
/kernel/linux/linux-5.10/drivers/video/fbdev/intelfb/ |
H A D | intelfb.h | 321 int bpp, depth; member
|
/kernel/linux/linux-5.10/drivers/video/fbdev/mb862xx/ |
H A D | mb862xxfb_accel.c | 207 switch (image->depth) { in mb86290fb_imageblit()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | thunderbolt.h | 204 * @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 D | axg-frddr.c | 64 /* 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 D | bfind.c | 179 height = tree->depth; in hfs_brec_find()
|
H A D | hfsplus_raw.h | 168 __be16 depth; member
|
/kernel/linux/linux-5.10/include/video/ |
H A D | vga.h | 187 __u32 depth; /* current fb depth, not important */ member
|
/kernel/linux/linux-5.10/lib/zlib_deflate/ |
H A D | defutil.h | 188 uch depth[2*L_CODES+1]; member
|
/kernel/linux/linux-5.10/include/uapi/drm/ |
H A D | vmwgfx_drm.h | 225 * @depth - mip level depth 234 __u32 depth; member
|