/kernel/linux/linux-6.6/drivers/misc/cardreader/ |
H A D | rtsx_pcr.c | 681 static inline u8 double_ssc_depth(u8 depth) in double_ssc_depth() argument 683 return ((depth > 1) ? (depth - 1) : depth); in double_ssc_depth() 703 static const u8 depth[] = { in rtsx_pci_switch_clock() local 775 ssc_depth = depth[ssc_depth]; in rtsx_pci_switch_clock()
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | xdomain.c | 2236 u8 depth; member 2257 lookup->depth == xd->depth) in switch_find_xdomain() 2301 * tb_xdomain_find_by_link_depth() - Find an XDomain by link and depth 2304 * @depth: Depth in the link 2317 u8 depth) in tb_xdomain_find_by_link_depth() 2324 lookup.depth = depth; in tb_xdomain_find_by_link_depth() 2316 tb_xdomain_find_by_link_depth(struct tb *tb, u8 link, u8 depth) tb_xdomain_find_by_link_depth() argument
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | rpcrdma.h | 2196 __field(int, depth) 2202 __entry->depth = rdma->sc_sq_depth; 2207 __get_str(addr), __entry->avail, __entry->depth 2231 __field(int, depth) 2238 __entry->depth = rdma->sc_sq_depth; 2244 __get_str(addr), __entry->avail, __entry->depth,
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_api.c | 1421 int depth; member 1427 static int check_loop(struct Qdisc *q, struct Qdisc *p, int depth) in check_loop() argument 1436 arg.depth = depth; in check_loop() 1451 if (leaf == arg->p || arg->depth > 7) in check_loop_fn() 1453 return check_loop(leaf, arg->p, arg->depth + 1); in check_loop_fn()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | hevcdsp_init.c | 37 #define LFC_FUNCS(type, depth, opt) \ 38 LFC_FUNC(h, depth, opt) \ 39 LFC_FUNC(v, depth, opt) 41 #define LFL_FUNCS(type, depth, opt) \ 42 LFL_FUNC(h, depth, opt) \ 43 LFL_FUNC(v, depth, opt)
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | input.asm | 862 ; 2 - depth 940 ; 2 - depth 1030 ; 2 - depth 1088 ; 2 - depth 1096 ; 2 - depth 1104 ; 2 - depth
|
/third_party/ffmpeg/libswscale/ |
H A D | swscale.c | 71 int bits = desc->comp[0].depth - 1; in hScale16To19_c() 74 if ((isAnyRGB(c->srcFormat) || c->srcFormat==AV_PIX_FMT_PAL8) && desc->comp[0].depth<16) { in hScale16To19_c() 100 int sh = desc->comp[0].depth - 1; in hScale16To15_c() 103 sh = isAnyRGB(c->srcFormat) || c->srcFormat==AV_PIX_FMT_PAL8 ? 13 : (desc->comp[0].depth - 1); in hScale16To15_c() 507 1, desc->comp[3].depth, in swscale() 512 1, desc->comp[3].depth, in swscale() 668 // limit values to 12-bit depth in xyz12Torgb48() 724 // limit values to 12-bit depth in rgb48Toxyz12()
|
/third_party/backends/backend/genesys/ |
H A D | gl124.cpp | 611 switch (session.params.depth) { in gl124_init_optical_regs_scan() 778 session.params.depth = settings.depth; in calculate_scan_session() 948 session.params.depth = 16; in init_regs_for_shading() 1083 session.params.depth = 8; in move_to_calibration_area() 1171 session.params.depth = dev->model->bpp_color_values.front(); in init_regs_for_warmup()
|
/third_party/backends/backend/ |
H A D | sceptre.c | 1705 /* Set depth */ in sane_get_parameters() 1710 dev->depth = 1; in sane_get_parameters() 1714 dev->depth = 1; in sane_get_parameters() 1718 dev->depth = 8; in sane_get_parameters() 1722 dev->depth = 8; in sane_get_parameters() 1728 dev->params.depth = dev->depth; in sane_get_parameters()
|
/third_party/mesa3d/src/amd/addrlib/inc/ |
H A D | addrinterface.h | 176 BOOL_32 stackedDepthSlices; ///< TRUE if depth slices are treated as being 491 UINT_32 depth : 1; ///< Flag indicates this is a depth/stencil buffer member 500 UINT_32 noStencil : 1; ///< Flag indicates this depth has no separate stencil 519 UINT_32 nonSplit : 1; ///< CI: depth texture should not be split 529 UINT_32 matchStencilTileCfg : 1; ///< Select tile index of stencil as well as depth surface 557 UINT_32 numSlices; ///< Number of surface slices or depth 596 UINT_32 depth; ///< Number of slice/depth member 653 * Compute surface width/height/depth/alignment 2396 UINT_32 depth : 1; ///< Thie resource is a depth buffer, can be used with DSV global() member 2462 UINT_32 depth; ///< Padded depth global() member 2724 UINT_32 depth; global() member 3407 UINT_32 depth; ///< DCC surface mip chain depth global() member [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_nir_to_llvm.c | 1070 radv_export_mrt_z(struct radv_shader_context *ctx, LLVMValueRef depth, LLVMValueRef stencil, in radv_export_mrt_z() argument 1075 ac_export_mrt_z(&ctx->ac, depth, stencil, samplemask, NULL, true, &args); in radv_export_mrt_z() 1084 LLVMValueRef depth = NULL, stencil = NULL, samplemask = NULL; in handle_fs_outputs_post() local 1104 /* Process depth, stencil, samplemask. */ in handle_fs_outputs_post() 1106 depth = ac_to_float(&ctx->ac, radv_load_output(ctx, FRAG_RESULT_DEPTH, 0)); in handle_fs_outputs_post() 1131 if (depth || stencil || samplemask) in handle_fs_outputs_post() 1132 radv_export_mrt_z(ctx, depth, stencil, samplemask); in handle_fs_outputs_post()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_bo.c | 951 gdepth = res->sparse.formatProperties.imageGranularity.depth; in zink_bo_commit() 958 unsigned ndepth = DIV_ROUND_UP(box->depth, gdepth); in zink_bo_commit() 962 (box->depth % gdepth) ? box->depth % gdepth : gdepth in zink_bo_commit() 994 ibind[i].extent.depth = (d == ndepth - 1 && res->base.b.target != PIPE_TEXTURE_CUBE) ? lastBlockExtent.depth : gdepth; in zink_bo_commit()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_blit.c | 374 * and depth and stencil differently. in si_decompress_depth() 794 /* Decompress color & depth textures if needed. */ in si_decompress_textures() 812 * - fast clear depth in si_decompress_textures() 813 * - decompress depth in si_decompress_textures() 841 /* Helper for decompressing a portion of a color or depth resource before 923 src_box->z + src_box->depth - 1, false); in si_resource_copy_region() 976 u_box_3d(dstx, dsty, dstz, abs(src_box->width), abs(src_box->height), abs(src_box->depth), in si_resource_copy_region() 1073 info->dst.box.height == dst_height && info->dst.box.depth == 1 && info->src.box.x == 0 && in si_msaa_resolve_blit_via_CB() 1075 info->src.box.height == dst_height && info->src.box.depth == 1 && !dst->surface.is_linear && in si_msaa_resolve_blit_via_CB() 1176 info->src.box.depth in si_blit() [all...] |
/third_party/node/test/parallel/ |
H A D | test-whatwg-readablestream.js | 1456 inspect(readable, { depth: null }), 1460 inspect(readable, { depth: 0 }), 1467 inspect(controller, { depth: null }), 1470 inspect(controller, { depth: 0 }), 1479 inspect(reader, { depth: null }), 1482 inspect(reader, { depth: 0 }),
|
/third_party/mksh/ |
H A D | var.c | 1127 int depth = 0; in skip_wdvarname() local 1135 depth++; in skip_wdvarname() 1136 else if (ord(c) == ORD(']') && --depth == 0) { in skip_wdvarname() 1602 int depth = 0; in array_ref_len() local 1604 while ((c = *s++) && (ord(c) != ORD(']') || --depth)) in array_ref_len() 1606 depth++; in array_ref_len()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationESEXT.cpp | 1108 GLsizei depth, in ValidateTexStorageMem3DEXT() 1608 GLsizei depth, in ValidateTexStorageMemFlags3DANGLE() 1626 GLsizei depth, in ValidateTexStorageMemFlags3DMultisampleANGLE() 1701 GLenum depth) in ValidateClipControlEXT() 1709 if ((depth != GL_NEGATIVE_ONE_TO_ONE_EXT) && (depth != GL_ZERO_TO_ONE_EXT)) in ValidateClipControlEXT() 1101 ValidateTexStorageMem3DEXT(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, MemoryObjectID memory, GLuint64 offset) ValidateTexStorageMem3DEXT() argument 1601 ValidateTexStorageMemFlags3DANGLE(const Context *context, angle::EntryPoint entryPoint, TextureType targetPacked, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, MemoryObjectID memoryPacked, GLuint64 offset, GLbitfield createFlags, GLbitfield usageFlags, const void *imageCreateInfoPNext) ValidateTexStorageMemFlags3DANGLE() argument 1619 ValidateTexStorageMemFlags3DMultisampleANGLE(const Context *context, angle::EntryPoint entryPoint, TextureType targetPacked, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations, MemoryObjectID memoryPacked, GLuint64 offset, GLbitfield createFlags, GLbitfield usageFlags, const void *imageCreateInfoPNext) ValidateTexStorageMemFlags3DMultisampleANGLE() argument 1698 ValidateClipControlEXT(const Context *context, angle::EntryPoint entryPoint, GLenum origin, GLenum depth) ValidateClipControlEXT() argument
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fTextureFormatTests.cpp | 606 Texture3DFormatCase (tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, int depth); 607 Texture3DFormatCase (tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 internalFormat, int width, int height, int depth); 635 Texture3DFormatCase::Texture3DFormatCase (tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, int depth) in Texture3DFormatCase() argument 643 , m_depth (depth) in Texture3DFormatCase() 650 Texture3DFormatCase::Texture3DFormatCase (tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 internalFormat, int width, int height, int depth) in Texture3DFormatCase() argument 658 , m_depth (depth) in Texture3DFormatCase()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ip32/ |
H A D | mace.h | 143 volatile unsigned long depth; /* channel depth */ member
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | rtas.h | 266 const char *uname, int depth, void *data);
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ip32/ |
H A D | mace.h | 143 volatile unsigned long depth; /* channel depth */ member
|
/kernel/linux/linux-5.10/drivers/media/platform/qcom/camss/ |
H A D | camss-vfe.h | 95 u16 depth);
|
/kernel/linux/linux-5.10/drivers/media/platform/s3c-camif/ |
H A D | camif-core.h | 88 * @depth: bits per pixel (total) 96 u8 depth; member
|
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | ap_card.c | 50 static DEVICE_ATTR_RO(depth);
|
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | tileblit.c | 147 map.depth = 1; in fbcon_set_tileops()
|
/kernel/linux/linux-5.10/include/media/drv-intf/ |
H A D | saa7146_vv.h | 37 u8 depth; member
|