/kernel/linux/linux-5.10/drivers/media/pci/cx23885/ |
H A D | cx23885-video.c | 71 .depth = 16, 339 sizes[0] = (dev->fmt->depth * dev->width * dev->height) >> 3; in queue_setup() 353 buf->bpl = (dev->width * dev->fmt->depth) >> 3; in buffer_prepare() 419 dev->width, dev->height, dev->fmt->depth, dev->fmt->fourcc, in buffer_prepare() 540 (f->fmt.pix.width * dev->fmt->depth) >> 3; in vidioc_g_fmt_vid_cap() 588 (f->fmt.pix.width * fmt->depth) >> 3; in vidioc_try_fmt_vid_cap()
|
/kernel/linux/linux-5.10/drivers/media/platform/mtk-mdp/ |
H A D | mtk_mdp_m2m.c | 51 .depth = { 8, 4 }, 59 .depth = { 8, 4 }, 67 .depth = { 8, 2, 2 }, 75 .depth = { 12 }, 245 fmt->depth[i]) / 8; in mtk_mdp_try_fmt_mplane() 661 frame->height * frame->fmt->depth[i]) / 8; in mtk_mdp_m2m_g_fmt_mplane()
|
/kernel/linux/linux-5.10/drivers/net/ |
H A D | tap.c | 632 int depth; in tap_get_user() local 717 vlan_get_protocol_and_depth(skb, skb->protocol, &depth) != 0) in tap_get_user() 718 skb_set_network_header(skb, depth); in tap_get_user() 1142 int err, depth; in tap_get_user_xdp() local 1173 vlan_get_protocol_and_depth(skb, skb->protocol, &depth) != 0) in tap_get_user_xdp() 1174 skb_set_network_header(skb, depth); in tap_get_user_xdp()
|
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | xdomain.c | 1458 u8 depth; member 1479 lookup->depth == xd->depth) { in switch_find_xdomain() 1524 * tb_xdomain_find_by_link_depth() - Find an XDomain by link and depth 1527 * @depth: Depth in the link 1540 u8 depth) in tb_xdomain_find_by_link_depth() 1547 lookup.depth = depth; in tb_xdomain_find_by_link_depth() 1539 tb_xdomain_find_by_link_depth(struct tb *tb, u8 link, u8 depth) tb_xdomain_find_by_link_depth() argument
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | cros_ec_codec.c | 228 enum ec_codec_i2s_rx_sample_depth depth; in i2s_rx_hw_params() local 237 depth = EC_CODEC_I2S_RX_SAMPLE_DEPTH_16; in i2s_rx_hw_params() 240 depth = EC_CODEC_I2S_RX_SAMPLE_DEPTH_24; in i2s_rx_hw_params() 246 dev_dbg(component->dev, "set depth to %u\n", depth); in i2s_rx_hw_params() 249 p.set_sample_depth_param.depth = depth; in i2s_rx_hw_params()
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace.h | 610 * the function in that interrupt, the depth can be greater 612 * trace. In an even more unlikely case, depth could be 2 615 * tracing in the softirq, and depth can even be 3 620 * of what the depth is when we set TRACE_GRAPH_BIT 640 #define trace_recursion_set_depth(depth) \ 645 ((depth) & 3) << TRACE_GRAPH_DEPTH_START_BIT; \ 1031 * when the depth is zero. in ftrace_graph_addr() 1034 trace_recursion_set_depth(trace->depth); in ftrace_graph_addr() 1056 trace->depth == trace_recursion_depth()) in ftrace_graph_addr_finish() 1103 (trace->depth < in ftrace_graph_ignore_func() [all...] |
/kernel/linux/linux-6.6/drivers/net/ |
H A D | tap.c | 649 int depth; in tap_get_user() local 749 vlan_get_protocol_and_depth(skb, skb->protocol, &depth) != 0) in tap_get_user() 750 skb_set_network_header(skb, depth); in tap_get_user() 1178 int err, depth; in tap_get_user_xdp() local 1204 vlan_get_protocol_and_depth(skb, skb->protocol, &depth) != 0) in tap_get_user_xdp() 1205 skb_set_network_header(skb, depth); in tap_get_user_xdp()
|
/kernel/linux/linux-6.6/drivers/media/pci/cx23885/ |
H A D | cx23885-video.c | 71 .depth = 16, 339 sizes[0] = (dev->fmt->depth * dev->width * dev->height) >> 3; in queue_setup() 354 buf->bpl = (dev->width * dev->fmt->depth) >> 3; in buffer_prepare() 420 dev->width, dev->height, dev->fmt->depth, dev->fmt->fourcc, in buffer_prepare() 541 (f->fmt.pix.width * dev->fmt->depth) >> 3; in vidioc_g_fmt_vid_cap() 589 (f->fmt.pix.width * fmt->depth) >> 3; in vidioc_try_fmt_vid_cap()
|
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp/ |
H A D | mtk_mdp_m2m.c | 51 .depth = { 8, 4 }, 59 .depth = { 8, 4 }, 67 .depth = { 8, 2, 2 }, 75 .depth = { 12 }, 244 fmt->depth[i]) / 8; in mtk_mdp_try_fmt_mplane() 658 frame->height * frame->fmt->depth[i]) / 8; in mtk_mdp_m2m_g_fmt_mplane()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | cros_ec_codec.c | 228 enum ec_codec_i2s_rx_sample_depth depth; in i2s_rx_hw_params() local 237 depth = EC_CODEC_I2S_RX_SAMPLE_DEPTH_16; in i2s_rx_hw_params() 240 depth = EC_CODEC_I2S_RX_SAMPLE_DEPTH_24; in i2s_rx_hw_params() 246 dev_dbg(component->dev, "set depth to %u\n", depth); in i2s_rx_hw_params() 249 p.set_sample_depth_param.depth = depth; in i2s_rx_hw_params()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | relo_core.c | 150 int depth = 32; /* max recursion depth */ in __bpf_core_types_are_compat() local 159 depth--; in __bpf_core_types_are_compat() 160 if (depth < 0) in __bpf_core_types_are_compat() 1548 int depth = 32; /* max recursion depth */ in __bpf_core_types_match() local 1555 depth--; in __bpf_core_types_match() 1556 if (depth < 0) in __bpf_core_types_match()
|
/third_party/ffmpeg/libavcodec/ |
H A D | videotoolbox.c | 1139 int depth = descriptor->comp[0].depth; in videotoolbox_best_pixel_format() local 1145 if (depth > 10) in videotoolbox_best_pixel_format() 1152 if (depth <= 8) in videotoolbox_best_pixel_format() 1161 if (depth <= 8) in videotoolbox_best_pixel_format() 1168 if (depth > 8) { in videotoolbox_best_pixel_format()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_curves.c | 74 int depth; member 640 curves->is_16bit = desc->comp[0].depth > 8; in config_input() 641 curves->depth = desc->comp[0].depth; in config_input() 642 curves->lut_size = 1 << curves->depth; in config_input() 654 switch (curves->depth) { in config_input()
|
/third_party/glfw/examples/ |
H A D | particles.c | 661 static void tessellate_floor(float x1, float y1, float x2, float y2, int depth) in tessellate_floor() argument 666 if (depth >= 5) in tessellate_floor() 680 tessellate_floor(x1, y1, x, y, depth + 1); in tessellate_floor() 681 tessellate_floor(x, y1, x2, y, depth + 1); in tessellate_floor() 682 tessellate_floor(x1, y, x, y2, depth + 1); in tessellate_floor() 683 tessellate_floor(x, y, x2, y2, depth + 1); in tessellate_floor()
|
/third_party/backends/backend/ |
H A D | abaton.c | 517 s->params.depth = 1; in calc_parameters() 522 s->params.depth = 8; in calc_parameters() 527 s->params.depth = 8; in calc_parameters() 564 s->params.bytes_per_line = s->params.pixels_per_line * s->params.depth / 8; in calc_parameters() 570 DBG (VARIABLE_CONTROL, "depth=%d (%d)\n", s->params.depth, s->bpp); in calc_parameters() 574 s->params.pixels_per_line, s->params.lines, 1 << s->params.depth); in calc_parameters()
|
/third_party/libbpf/src/ |
H A D | relo_core.c | 150 int depth = 32; /* max recursion depth */ in __bpf_core_types_are_compat() local 159 depth--; in __bpf_core_types_are_compat() 160 if (depth < 0) in __bpf_core_types_are_compat() 1548 int depth = 32; /* max recursion depth */ in __bpf_core_types_match() local 1555 depth--; in __bpf_core_types_match() 1556 if (depth < 0) in __bpf_core_types_match()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dvx_meta_common.c | 251 * depth/stencil to/from a buffer the hardware can't do raster loads/stores, so 271 /* When storing the stencil aspect of a combined depth/stencil image in choose_tlb_format() 276 * containing the 24-bit depth value). in choose_tlb_format() 278 * When loading the stencil aspect of a combined depth/stencil image in choose_tlb_format() 282 * would write 8-bit stencil values consecutively over depth channels, in choose_tlb_format() 284 * its correct position, but will overwrite depth values (channels G in choose_tlb_format() 286 * the depth aspect from the Z tile buffer, which we should pre-load in choose_tlb_format() 341 * even for depth/stencil aspects, because the hardware can't do raster in emit_image_load() 342 * stores or loads from/to the depth/stencil tile buffers. in emit_image_load() 359 /* When copying depth/stenci in emit_image_load() [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_cmd.c | 232 * buffers, and depth/stencil buffers. 251 * which the surface may be used. For example, a depth surface 342 mipSizes[0].depth = 1; in SVGA3D_DefineSurface2D() 566 * exist for color buffers, a depth buffer, and a stencil buffer. 570 * all be the same size, but the depth and stencil buffers do not 883 * Clear is not affected by clipping, depth test, or other 899 float depth, // IN in SVGA3D_BeginClear() 916 cmd->depth = depth; in SVGA3D_BeginClear() 944 float depth, // I in SVGA3D_ClearRect() 896 SVGA3D_BeginClear(struct svga_winsys_context *swc, SVGA3dClearFlag flags, uint32 color, float depth, uint32 stencil, SVGA3dRect **rects, uint32 numRects) SVGA3D_BeginClear() argument 941 SVGA3D_ClearRect(struct svga_winsys_context *swc, SVGA3dClearFlag flags, uint32 color, float depth, uint32 stencil, uint32 x, uint32 y, uint32 w, uint32 h) SVGA3D_ClearRect() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_shader.cpp | 704 int depth = 0; in emit_control_flow() local 709 depth = 1; in emit_control_flow() 715 depth = -1; in emit_control_flow() 721 start_new_block(depth); in emit_control_flow() 1265 void Shader::start_new_block(int depth) in start_new_block() argument 1268 m_current_block = new Block(depth + depth_offset, m_next_block++); in start_new_block()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_compute_blit.c | 681 new_box.depth = src_box->depth; in si_compute_copy_image() 719 if (src_box->width == 0 || src_box->height == 0 || src_box->depth == 0) in si_compute_copy_image() 765 src_box->width, src_box->height, src_box->depth); in si_compute_copy_image() 858 unsigned depth = DIV_ROUND_UP(tex->buffer.b.b.array_size, tex->surface.u.gfx9.color.dcc_block_depth); in gfx9_clear_dcc_msaa() local 868 info.grid[2] = depth; in gfx9_clear_dcc_msaa()
|
/third_party/mesa3d/src/glx/ |
H A D | drisw_glx.c | 112 * swrast does not handle 24-bit depth with 24 bpp, so let X do the in XCreateDrawable() 148 unsigned uw, uh, bw, depth; in swrastGetDrawableInfo() local 152 XGetGeometry(dpy, drawable, &root, x, y, &uw, &uh, &bw, &depth); in swrastGetDrawableInfo() 694 /* Use the visual depth, if this fbconfig corresponds to a visual */ in driswCreateDrawable() 705 pdp->xDepth = visinfo->depth; in driswCreateDrawable() 714 unsigned uw, uh, bw, depth; in driswCreateDrawable() local 716 XGetGeometry(dpy, xDrawable, &root, &x, &y, &uw, &uh, &bw, &depth); in driswCreateDrawable() 717 pdp->xDepth = depth; in driswCreateDrawable()
|
/third_party/node/lib/internal/debugger/ |
H A D | inspect_repl.js | 191 [customInspectSymbol](depth, opts) { 219 [customInspectSymbol](depth, opts) { 284 [customInspectSymbol](depth, opts) { 340 [customInspectSymbol](depth, opts) { 453 [customInspectSymbol](depth, { stylize }) { 474 [customInspectSymbol](depth, options) {
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_rast.c | 199 * Clear the area of the depth/depth buffer matching this tile. in lp_rast_clear_zstencil() 342 /* depth buffer */ in lp_rast_shade_tile() 343 uint8_t *depth = NULL; in lp_rast_shade_tile() local 347 depth = lp_rast_get_depth_block_pointer(task, tile_x + x, in lp_rast_shade_tile() 371 depth, in lp_rast_shade_tile() 449 /* depth buffer */ in lp_rast_shade_quads_mask_sample() 450 uint8_t *depth = NULL; in lp_rast_shade_quads_mask_sample() local 456 depth = lp_rast_get_depth_block_pointer(task, x, y, inputs->layer + inputs->view_index); in lp_rast_shade_quads_mask_sample() 479 depth, in lp_rast_shade_quads_mask_sample() [all...] |
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | s_cb.c | 48 int err, depth; in verify_callback() local 52 depth = X509_STORE_CTX_get_error_depth(ctx); in verify_callback() 55 BIO_printf(bio_err, "depth=%d ", depth); in verify_callback() 68 if (verify_args.depth < 0 || verify_args.depth >= depth) { in verify_callback() 1203 BIO_printf(bio, "DANE TLSA %d %d %d %s%s %s at depth %d\n", in print_verify_detail()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | CodedInputStreamTest.cs | 464 internal static TestRecursiveMessage MakeRecursiveMessage(int depth)
in MakeRecursiveMessage() argument 466 if (depth == 0)
in MakeRecursiveMessage() 472 return new TestRecursiveMessage { A = MakeRecursiveMessage(depth - 1) };
in MakeRecursiveMessage() 476 internal static void AssertMessageDepth(TestRecursiveMessage message, int depth)
in AssertMessageDepth() argument 478 if (depth == 0)
in AssertMessageDepth() 486 AssertMessageDepth(message.A, depth - 1);
in AssertMessageDepth()
|