Home
last modified time | relevance | path

Searched refs:depth (Results 1351 - 1375 of 5087) sorted by relevance

1...<<51525354555657585960>>...204

/third_party/toybox/toys/posix/
H A Dfind.c35 -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 DvktTextureCompressedFormatTests.cpp125 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 DvktYCbCrStorageImageWriteTests.cpp115 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 Dfocusable_element.h37 void DumpFocusTree(int32_t depth) override;
/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Drosen_render_texture.h44 void DumpTree(int32_t depth) override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector_filter.h49 void SetFilterDepth(size_t depth);
/foundation/arkui/ace_engine/frameworks/core/pipeline/layers/
H A Dlayer.h61 virtual void DumpTree(int32_t depth);
/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_operation_context.h34 uint32_t depth {0};
/kernel/linux/linux-5.10/arch/arm/mach-s5pv210/
H A Ds5pv210.c20 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 Ds5pv210.c20 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 Dvalkyriefb.h66 struct vpreg depth; member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
H A Dpior507d.c39 ctrl |= NVVAL(NV837D, PIOR_SET_CONTROL, PIXEL_DEPTH, asyh->or.depth); in pior507d_ctrl()
H A Dsor507d.c39 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 Dnouveau_crtc.h65 int depth; member
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dvalkyriefb.h66 struct vpreg depth; member
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_crtc.h66 int depth; member
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/
H A Dpior507d.c39 ctrl |= NVVAL(NV837D, PIOR_SET_CONTROL, PIXEL_DEPTH, asyh->or.depth); in pior507d_ctrl()
H A Dsor507d.c39 ctrl |= NVVAL(NV837D, SOR_SET_CONTROL, PIXEL_DEPTH, asyh->or.depth); in sor507d_ctrl()
/third_party/ffmpeg/libavcodec/x86/
H A Dhuffyuvdsp_init.c41 if (EXTERNAL_MMXEXT(cpu_flags) && pix_desc && pix_desc->comp[0].depth<16) { in ff_huffyuvdsp_init_x86()
/third_party/ffmpeg/libavfilter/
H A Dblend.h84 void ff_blend_init_x86(FilterParams *param, int depth);
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_helpers.h85 int depth, int level, unsigned *error,
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_screen.h84 /* which formats to translate depth formats into */
91 } depth; member
/third_party/libdrm/tests/tegra/
H A Ddrm-test.h37 unsigned int depth; member
/third_party/skia/third_party/externals/angle2/util/ozone/
H A DOzoneWindow.h51 int32_t depth; member
/third_party/skia/experimental/wasm-skp-debugger/
H A Dgpu.js9 depth: 1,
8 depth: 1, global() property

Completed in 10 milliseconds

1...<<51525354555657585960>>...204