/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce60/ |
H A D | dce60_hw_sequencer.c | 153 /* 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 D | mt792x_dma.c | 90 #define PREFETCH(base, depth) ((base) << 16 | (depth))
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_client.c | 404 fb_req.depth = info->depth; in drm_client_buffer_addfb()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_ldu.c | 103 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 D | fgraph.c | 140 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 D | dxva2_vp9.c | 75 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 D | librav1e.c | 395 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 D | vf_chromakey_cuda.c | 177 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 D | vf_yadif.c | 197 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 D | hevc_sao_10bit.asm | 95 ;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 D | json_parser.cc | 32 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 D | sw_gbrp.c | 155 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 D | gt68xx_low.h | 554 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 D | svga_state_fs.c | 191 * 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 D | dri_drawable.c | 378 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 D | xlib_sw_winsys.c | 164 xmb->depth, in alloc_shm_ximage() 217 xmb->depth, in alloc_ximage()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_context.h | 674 * \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 D | radeon_drm_surface.c | 273 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 D | assertion_error.js | 67 depth: 1000, 476 // the minimum depth. Otherwise those values would be too verbose compared 482 depth: 0,
|
/third_party/node/lib/internal/ |
H A D | timers.js | 206 depth: 0, 259 depth: 0,
|
/third_party/node/deps/v8/src/wasm/ |
H A D | function-body-decoder.cc | 280 os << " depth=" << imm.depth; in PrintRawWasmCode() 285 os << " depth=" << imm.depth; in PrintRawWasmCode()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | formats.h | 706 int height, int depth); 710 int height, int depth);
|
/third_party/node/deps/npm/node_modules/qrcode-terminal/vendor/QRCode/ |
H A D | index.js | 153 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 D | lp_jit.c | 75 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 D | nv50_miptree.c | 52 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()
|