Home
last modified time | relevance | path

Searched refs:depth (Results 1926 - 1950 of 5087) sorted by relevance

1...<<71727374757677787980>>...204

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_transform_v.c630 enum lb_pixel_depth depth, in dce110_xfmv_set_pixel_storage_depth()
638 switch (depth) { in dce110_xfmv_set_pixel_storage_depth()
674 if (!(xfm_dce->lb_pixel_depth_supported & depth)) { in dce110_xfmv_set_pixel_storage_depth()
628 dce110_xfmv_set_pixel_storage_depth( struct transform *xfm, enum lb_pixel_depth depth, const struct bit_depth_reduction_params *bit_depth_params) dce110_xfmv_set_pixel_storage_depth() argument
/kernel/linux/linux-6.6/arch/arc/kernel/
H A Dperf_event.c220 int depth; member
231 if (ctrl->depth++ < 3) in callchain_trace()
241 .depth = 0, in perf_callchain_kernel()
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/
H A Dfimc-isp.c37 .depth = { 8 },
43 .depth = { 10 },
49 .depth = { 12 },
H A Dfimc-isp-video.c58 if (sizes[i] < (wh * fmt->depth[i]) / 8) in isp_video_capture_queue_setup()
66 sizes[i] = (wh * fmt->depth[i]) / 8; in isp_video_capture_queue_setup()
433 dma->bitwidth = ifmt->depth[0]; in isp_video_s_fmt_mplane()
/kernel/linux/linux-5.10/fs/hfsplus/
H A Dcatalog.c272 err = hfs_bmap_reserve(fd.tree, 2 * fd.tree->depth); in hfsplus_create_cat()
348 err = hfs_bmap_reserve(fd.tree, 2 * (int)fd.tree->depth - 2); in hfsplus_delete_cat()
456 err = hfs_bmap_reserve(src_fd.tree, 4 * (int)src_fd.tree->depth - 1); in hfsplus_rename_cat()
/kernel/linux/linux-5.10/kernel/rcu/
H A Dtree_exp.h648 int depth = rcu_preempt_depth();
659 if (!depth) {
683 if (depth > 0) {
693 // Finally, negative nesting depth should not happen.
/kernel/linux/linux-5.10/fs/qnx6/
H A Dinode.c123 int depth = ei->di_filelevels; in qnx6_block_map() local
126 bitdelta = ptrbits * depth; in qnx6_block_map()
136 for (i = 0; i < depth; i++) { in qnx6_block_map()
/kernel/linux/linux-6.6/fs/hfsplus/
H A Dcatalog.c272 err = hfs_bmap_reserve(fd.tree, 2 * fd.tree->depth); in hfsplus_create_cat()
348 err = hfs_bmap_reserve(fd.tree, 2 * (int)fd.tree->depth - 2); in hfsplus_delete_cat()
456 err = hfs_bmap_reserve(src_fd.tree, 4 * (int)src_fd.tree->depth - 1); in hfsplus_rename_cat()
/kernel/linux/linux-6.6/fs/qnx6/
H A Dinode.c123 int depth = ei->di_filelevels; in qnx6_block_map() local
126 bitdelta = ptrbits * depth; in qnx6_block_map()
136 for (i = 0; i < depth; i++) { in qnx6_block_map()
/kernel/linux/linux-6.6/drivers/base/
H A Dproperty.c687 * @depth: Distance of the parent from the node
693 * @depth, %NULL is returned. If @depth is 0, the functionality is equivalent to
694 * fwnode_handle_get(). For @depth == 1, it is fwnode_get_parent() and so on.
697 unsigned int depth) in fwnode_get_nth_parent()
701 if (depth == 0) in fwnode_get_nth_parent()
705 if (--depth == 0) in fwnode_get_nth_parent()
696 fwnode_get_nth_parent(struct fwnode_handle *fwnode, unsigned int depth) fwnode_get_nth_parent() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_transform_v.c627 enum lb_pixel_depth depth, in dce110_xfmv_set_pixel_storage_depth()
635 switch (depth) { in dce110_xfmv_set_pixel_storage_depth()
671 if (!(xfm_dce->lb_pixel_depth_supported & depth)) { in dce110_xfmv_set_pixel_storage_depth()
625 dce110_xfmv_set_pixel_storage_depth( struct transform *xfm, enum lb_pixel_depth depth, const struct bit_depth_reduction_params *bit_depth_params) dce110_xfmv_set_pixel_storage_depth() argument
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-isp.c37 .depth = { 8 },
43 .depth = { 10 },
49 .depth = { 12 },
H A Dfimc-isp-video.c58 if (sizes[i] < (wh * fmt->depth[i]) / 8) in isp_video_capture_queue_setup()
66 sizes[i] = (wh * fmt->depth[i]) / 8; in isp_video_capture_queue_setup()
433 dma->bitwidth = ifmt->depth[0]; in isp_video_s_fmt_mplane()
/kernel/linux/linux-6.6/drivers/gpu/drm/virtio/
H A Dvirtgpu_ioctl.c136 params.depth = rc->depth; in virtio_gpu_resource_create_ioctl()
142 if (rc->depth > 1) in virtio_gpu_resource_create_ioctl()
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dsource.py451 depth = 1
453 while dirname and depth < MAX_DIR_DEPTH:
459 depth += 1
/third_party/ffmpeg/libavcodec/
H A Dencode.c436 || (avctx->bits_per_raw_sample > 8 && pixdesc->comp[0].depth <= 8)) { in encode_preinit_video()
437 av_log(avctx, AV_LOG_WARNING, "Specified bit depth %d not possible with the specified pixel formats depth %d\n", in encode_preinit_video()
438 avctx->bits_per_raw_sample, pixdesc->comp[0].depth); in encode_preinit_video()
439 avctx->bits_per_raw_sample = pixdesc->comp[0].depth; in encode_preinit_video()
H A Dnvdec.c378 switch (sw_desc->comp[0].depth) { in ff_nvdec_decode_init()
389 av_log(avctx, AV_LOG_ERROR, "Unsupported bit depth\n"); in ff_nvdec_decode_init()
400 params.bitDepthMinus8 = sw_desc->comp[0].depth - 8; in ff_nvdec_decode_init()
731 switch (sw_desc->comp[0].depth) { in ff_nvdec_frame_params()
/third_party/ffmpeg/libavfilter/
H A Dvf_colorchannelmixer.c311 const int depth = desc->comp[0].depth; in config_output() local
316 size = 1 << depth; in config_output()
/third_party/ffmpeg/libavutil/
H A Dtx.c375 static void print_tx_structure(AVTXContext *s, int depth) in print_tx_structure() argument
379 for (int i = 0; i <= depth; i++) in print_tx_structure()
385 print_tx_structure(&s->sub[i], depth + 1); in print_tx_structure()
/third_party/glfw/src/
H A Dglx_context.c641 // Returns the Visual and depth of the chosen GLXFBConfig
646 Visual** visual, int* depth) in _glfwChooseVisualGLX()
667 *depth = result->depth; in _glfwChooseVisualGLX()
643 _glfwChooseVisualGLX(const _GLFWwndconfig* wndconfig, const _GLFWctxconfig* ctxconfig, const _GLFWfbconfig* fbconfig, Visual** visual, int* depth) _glfwChooseVisualGLX() argument
/third_party/backends/backend/
H A Dsm3600.c686 p->depth=8; in sane_get_parameters()
691 p->depth=8; in sane_get_parameters()
697 p->depth=1; in sane_get_parameters()
/third_party/mesa3d/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.h493 UINT_32 depth) const in IsInMipTail()
497 (IsThin(resourceType, swizzleMode) || (depth <= mipTailDim.d))); in IsInMipTail()
563 UINT_32 depth,
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dmemory.cpp357 size_t width, size_t height, size_t depth, in clCreateImage3D()
360 const cl_image_desc desc = { CL_MEM_OBJECT_IMAGE3D, width, height, depth, 0, in clCreateImage3D()
516 buf.as_scalar<size_t>() = img.dimensions() > 2 ? img.depth() : 0; in clGetImageInfo()
355 clCreateImage3D(cl_context d_ctx, cl_mem_flags d_flags, const cl_image_format *format, size_t width, size_t height, size_t depth, size_t row_pitch, size_t slice_pitch, void *host_ptr, cl_int *r_errcode) clCreateImage3D() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd.h148 uint32 color, float depth, uint32 stencil,
153 SVGA3dClearFlag flags, uint32 color, float depth,
479 uint16 flags, uint16 stencil, float depth);
/third_party/node/test/parallel/
H A Dtest-eventtarget.js630 depth: -1,
635 depth: 1,
643 depth: 1,

Completed in 24 milliseconds

1...<<71727374757677787980>>...204