Home
last modified time | relevance | path

Searched refs:depth (Results 2051 - 2075 of 3789) sorted by relevance

1...<<81828384858687888990>>...152

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce60/
H A Ddce60_hw_sequencer.c153 /* display color depth */ in dce60_set_default_colors()
157 /* Lb color depth */ in dce60_set_default_colors()
158 default_adjust.lb_color_depth = pipe_ctx->plane_res.scl_data.lb_params.depth; in dce60_set_default_colors()
248 pipe_ctx->plane_res.scl_data.lb_params.depth, in dce60_program_scaler()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H A Dmt792x_dma.c90 #define PREFETCH(base, depth) ((base) << 16 | (depth))
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_client.c404 fb_req.depth = info->depth; in drm_client_buffer_addfb()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ldu.c103 fb->format->depth); in vmw_ldu_commit_list()
111 fb->format->cpp[0] * 8, fb->format->depth); in vmw_ldu_commit_list()
/kernel/linux/linux-6.6/kernel/trace/
H A Dfgraph.c140 trace.depth = ++current->curr_ret_depth; in function_graph_enter()
206 trace->depth = current->curr_ret_depth--; in ftrace_pop_return_trace()
302 * zero, it will return the corresponding ret_stack for the depth
/third_party/ffmpeg/libavcodec/
H A Ddxva2_vp9.c75 pp->BitDepthMinus8Luma = pixdesc->comp[0].depth - 8; in fill_picture_parameters()
76 pp->BitDepthMinus8Chroma = pixdesc->comp[1].depth - 8; in fill_picture_parameters()
H A Dlibrav1e.c395 rret = rav1e_config_set_pixel_format(cfg, desc->comp[0].depth, in librav1e_encode_init()
467 int bytes = desc->comp[0].depth == 8 ? 1 : 2; in librav1e_receive_packet()
/third_party/ffmpeg/libavfilter/
H A Dvf_chromakey_cuda.c177 d = (s->in_desc->comp[i].depth + 7) / 8; in set_format_info()
181 s->in_plane_depths[p] = s->in_desc->comp[i].depth; in set_format_info()
H A Dvf_yadif.c197 int df = (s->csp->comp[td->plane].depth + 7) / 8; in filter_slice()
306 if (s->csp->comp[0].depth > 8) { in config_output()
/third_party/ffmpeg/libavcodec/x86/
H A Dhevc_sao_10bit.asm95 ;void ff_hevc_sao_band_filter_<width>_<depth>_<opt>(uint8_t *_dst, uint8_t *_src, ptrdiff_t _stride_dst, ptrdiff_t _stride_src,
224 ;void ff_hevc_sao_edge_filter_<width>_<depth>_<opt>(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst, int16_t *sao_offset_val,
/third_party/gn/src/base/json/
H A Djson_parser.cc32 StackMarker(int max_depth, int* depth) in StackMarker() argument
33 : max_depth_(max_depth), depth_(depth) { in StackMarker()
/third_party/ffmpeg/tests/checkasm/
H A Dsw_gbrp.c155 if (desc->comp[0].depth > 16) { in check_output_yuv2gbrp()
157 } else if (desc->comp[0].depth > 8) { in check_output_yuv2gbrp()
/third_party/backends/backend/
H A Dgt68xx_low.h554 SANE_Int depth; /**< Number of bits per channel */ member
576 SANE_Int depth; /**< Number of bits per channel */ member
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_fs.c191 * TEXKIL and/or depth-write. However, it will break on the in make_fs_key()
261 /* These depth formats _only_ support comparison mode and in make_fs_key()
299 key->fs.alpha_func = svga->curr.depth->alphafunc; in make_fs_key()
300 key->fs.alpha_ref = svga->curr.depth->alpharef; in make_fs_key()
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_drawable.c378 blit.dst.box.depth = 1; in dri_pipe_blit()
383 blit.src.box.depth = 1; in dri_pipe_blit()
/third_party/mesa3d/src/gallium/winsys/sw/xlib/
H A Dxlib_sw_winsys.c164 xmb->depth, in alloc_shm_ximage()
217 xmb->depth, in alloc_ximage()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_context.h674 * \param depth depth clear value in [0,1].
681 double depth,
696 * Clear a depth-stencil surface.
698 * \param depth depth clear value in [0,1].
704 double depth,
732 * If a depth buffer is rendered with different sample location state than
734 * depth buffer compression can depend the sample locations.
736 * This function is a hint to decompress the current depth buffe
[all...]
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_surface.c273 num_layers = config->info.depth; in si_compute_cmask()
423 config.info.depth = tex->depth0; in radeon_winsys_surface_init()
/third_party/node/lib/internal/assert/
H A Dassertion_error.js67 depth: 1000,
476 // the minimum depth. Otherwise those values would be too verbose compared
482 depth: 0,
/third_party/node/lib/internal/
H A Dtimers.js206 depth: 0,
259 depth: 0,
/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder.cc280 os << " depth=" << imm.depth; in PrintRawWasmCode()
285 os << " depth=" << imm.depth; in PrintRawWasmCode()
/third_party/mesa3d/src/mesa/main/
H A Dformats.h706 int height, int depth);
710 int height, int depth);
/third_party/node/deps/npm/node_modules/qrcode-terminal/vendor/QRCode/
H A Dindex.js153 createMovieClip : function(target_mc, instance_name, depth) {
155 var qr_mc = target_mc.createEmptyMovieClip(instance_name, depth);
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_jit.c75 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, depth, in create_jit_texture_type()
166 LP_CHECK_MEMBER_OFFSET(struct lp_jit_image, depth, in create_jit_image_type()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_miptree.c52 return tile_mode | 0x500; /* depth 32 tiles */ in nv50_tex_choose_tile_dims_helper()
53 if (nz > 8) return tile_mode | 0x400; /* depth 16 tiles */ in nv50_tex_choose_tile_dims_helper()
54 if (nz > 4) return tile_mode | 0x300; /* depth 8 tiles */ in nv50_tex_choose_tile_dims_helper()
55 if (nz > 2) return tile_mode | 0x200; /* depth 4 tiles */ in nv50_tex_choose_tile_dims_helper()
56 if (nz > 1) return tile_mode | 0x100; /* depth 2 tiles */ in nv50_tex_choose_tile_dims_helper()
490 ns->depth = ps->u.tex.last_layer - ps->u.tex.first_layer + 1; in nv50_surface_from_miptree()
521 /* TODO: switch to depth 1 tiles; but actually this shouldn't happen */ in nv50_miptree_surface_new()
522 if (ns->depth > 1 && in nv50_miptree_surface_new()

Completed in 29 milliseconds

1...<<81828384858687888990>>...152