/third_party/toybox/toys/posix/ |
H A D | find.c | 35 -depth ignore contents of dir -maxdepth N at most N dirs down 73 int topdir, xdev, depth; 220 // skip . and .. below topdir, handle -xdev and -depth in do_find() 249 if (TT.depth) { in do_find() 258 if (!TT.depth) return 0; in do_find() 263 // pcount: parentheses stack depth (using toybuf bytes, 4096 max depth) in do_find() 305 // Delete forces depth first in do_find() 306 TT.depth = 1; in do_find() 310 } else if (!strcmp(s, "depth") || !strcm in do_find() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktTextureCompressedFormatTests.cpp | 125 const int depth; // 2D test ignore depth value member 467 , m_texture3D (TestTexture3DSp(new pipeline::TestTexture3D(m_compressedFormat, testParameters.width, testParameters.height, testParameters.depth))) in Compressed3DTestInstance() 564 sliceNdx = (m_testParameters.depth - 1) * s / (slices - 1); in iterate() 567 z = (((float)sliceNdx + 0.5f) / (float)(m_testParameters.depth >> mipLevel)); in iterate() 630 testParameters.depth = sizes[sizeNdx].depth; in populate3DTextureCompressedFormatTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
H A D | vktYCbCrStorageImageWriteTests.cpp | 115 const deUint32 zWorkGroupSize = std::min(std::min(planeExtent.depth, maxComputeWorkGroupSize.z()), maxComputeWorkGroupInvocations / (xWorkGroupSize*yWorkGroupSize)); in computeWorkGroupSize() 251 const deUint32 zWorkGroupCount = shaderExtent.depth / workGroupSize.z() + (shaderExtent.depth % workGroupSize.z() ? 1u : 0u); 352 VkExtent3D compatibleImageSize { imageCreateInfo.extent.width / formatDescription.blockWidth, imageCreateInfo.extent.height / formatDescription.blockHeight, imageCreateInfo.extent.depth / 1u }; 357 for (deUint32 offsetZ = 0u; offsetZ < planeExtent.depth; ++offsetZ) 637 << " if( gl_GlobalInvocationID.z < " << shaderExtent.depth << " ) \n"
|
/foundation/arkui/ace_engine/frameworks/core/components/focusable/ |
H A D | focusable_element.h | 37 void DumpFocusTree(int32_t depth) override;
|
/foundation/arkui/ace_engine/frameworks/core/components/video/ |
H A D | rosen_render_texture.h | 44 void DumpTree(int32_t depth) override;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | inspector_filter.h | 49 void SetFilterDepth(size_t depth);
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/layers/ |
H A D | layer.h | 61 virtual void DumpTree(int32_t depth);
|
/foundation/multimedia/media_library/frameworks/services/media_mtp/include/ |
H A D | mtp_operation_context.h | 34 uint32_t depth {0};
|
/kernel/linux/linux-5.10/arch/arm/mach-s5pv210/ |
H A D | s5pv210.c | 20 int depth, void *data) in s5pv210_fdt_map_sys() 19 s5pv210_fdt_map_sys(unsigned long node, const char *uname, int depth, void *data) s5pv210_fdt_map_sys() argument
|
/kernel/linux/linux-6.6/arch/arm/mach-s5pv210/ |
H A D | s5pv210.c | 20 int depth, void *data) in s5pv210_fdt_map_sys() 19 s5pv210_fdt_map_sys(unsigned long node, const char *uname, int depth, void *data) s5pv210_fdt_map_sys() argument
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | valkyriefb.h | 66 struct vpreg depth; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | pior507d.c | 39 ctrl |= NVVAL(NV837D, PIOR_SET_CONTROL, PIXEL_DEPTH, asyh->or.depth); in pior507d_ctrl()
|
H A D | sor507d.c | 39 ctrl |= NVVAL(NV837D, SOR_SET_CONTROL, PIXEL_DEPTH, asyh->or.depth); in sor507d_ctrl()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_crtc.h | 65 int depth; member
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | valkyriefb.h | 66 struct vpreg depth; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_crtc.h | 66 int depth; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | pior507d.c | 39 ctrl |= NVVAL(NV837D, PIOR_SET_CONTROL, PIXEL_DEPTH, asyh->or.depth); in pior507d_ctrl()
|
H A D | sor507d.c | 39 ctrl |= NVVAL(NV837D, SOR_SET_CONTROL, PIXEL_DEPTH, asyh->or.depth); in sor507d_ctrl()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | huffyuvdsp_init.c | 41 if (EXTERNAL_MMXEXT(cpu_flags) && pix_desc && pix_desc->comp[0].depth<16) { in ff_huffyuvdsp_init_x86()
|
/third_party/ffmpeg/libavfilter/ |
H A D | blend.h | 84 void ff_blend_init_x86(FilterParams *param, int depth);
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri_helpers.h | 85 int depth, int level, unsigned *error,
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_screen.h | 84 /* which formats to translate depth formats into */ 91 } depth; member
|
/third_party/libdrm/tests/tegra/ |
H A D | drm-test.h | 37 unsigned int depth; member
|
/third_party/skia/third_party/externals/angle2/util/ozone/ |
H A D | OzoneWindow.h | 51 int32_t depth; member
|
/third_party/skia/experimental/wasm-skp-debugger/ |
H A D | gpu.js | 9 depth: 1, 8 depth: 1, global() property
|