Home
last modified time | relevance | path

Searched defs:depth (Results 1951 - 1975 of 2080) sorted by relevance

1...<<71727374757677787980>>...84

/kernel/linux/linux-6.6/kernel/locking/
H A Dlockdep.c783 int i, depth = READ_ONCE(p->lockdep_depth); in lockdep_print_held_locks() local
1535 int depth = 0; in get_lock_depth() local
1860 print_circular_bug_entry(struct lock_list *target, int depth) print_circular_bug_entry() argument
1935 print_circular_bug_header(struct lock_list *entry, unsigned int depth, struct held_lock *check_src, struct held_lock *check_tgt) print_circular_bug_header() argument
2032 int depth; print_circular_bug() local
2343 print_lock_class_header(struct lock_class *class, int depth) print_lock_class_header() argument
2426 int depth; print_shortest_lock_dependencies() local
2473 int depth; print_shortest_lock_dependencies_backwards() local
3230 int depth = curr->lockdep_depth; check_prevs_add() local
3574 int depth = curr->lockdep_depth; print_chain_keys_held_locks() local
4031 int depth; print_irq_inversion_bug() local
4614 unsigned int depth = curr->lockdep_depth; separate_irq_context() local
4776 int depth; check_wait_context() local
4997 unsigned int depth; __lock_acquire() local
5234 find_held_lock(struct task_struct *curr, struct lockdep_map *lock, unsigned int depth, int *idx) find_held_lock() argument
5269 reacquire_held_locks(struct task_struct *curr, unsigned int depth, int idx, unsigned int *merged) reacquire_held_locks() argument
5307 unsigned int depth, merged = 0; __lock_set_class() local
5354 unsigned int depth, merged = 0; __lock_downgrade() local
5408 unsigned int depth, merged = 1; __lock_release() local
5922 unsigned int depth; __lock_contended() local
5963 unsigned int depth; __lock_acquired() local
[all...]
/kernel/linux/linux-6.6/kernel/cgroup/
H A Dcgroup.c3573 int depth = READ_ONCE(cgrp->max_depth); in cgroup_max_depth_show() local
3588 int depth; in cgroup_max_depth_write() local
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c4373 int depth = 0; in stmmac_has_ip_ethertype() local
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl1251/
H A Dacx.h422 u8 depth; member
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_dx.h577 float depth; member
H A Dsvga3d_cmd.h395 float depth; member
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_generic.c384 __parse_nid_path(struct hda_codec *codec, hda_nid_t from_nid, hda_nid_t to_nid, int anchor_nid, struct nid_path *path, int depth) __parse_nid_path() argument
3547 int i, depth; parse_capvol_in_path() local
3862 int depth; look_for_boost_amp() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c5384 u16 depth; in _base_assign_fw_reported_qd() local
[all...]
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dpkt_sched.h231 unsigned int depth; /* max number of packets per flow */ member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dpkt_sched.h137 unsigned int depth; member
/third_party/ffmpeg/libavformat/
H A Dmovenc.c5805 const int depth = pix_fmt_desc->comp[0].depth; local
/third_party/mesa3d/src/amd/addrlib/inc/
H A Daddrinterface.h491 UINT_32 depth : 1; ///< Flag indicates this is a depth/stencil buffer member
596 UINT_32 depth; ///< Number of slice/depth member
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/include/CL/
H A Dcl2.hpp5113 Image3D( const Context& context, cl_mem_flags flags, ImageFormat format, size_type width, size_type height, size_type depth, size_type row_pitch = 0, size_type slice_pitch = 0, void* host_ptr = NULL, cl_int* err = NULL) Image3D() argument
/third_party/libbpf/include/uapi/linux/
H A Dpkt_sched.h231 unsigned int depth; /* max number of packets per flow */ member
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_cmd_buffer.c1141 uint32_t depth = (dst[5] & A6XX_TEX_CONST_5_DEPTH__MASK) >> in tu_emit_input_attachments() local
[all...]
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.c4308 ac_export_mrt_z(struct ac_llvm_context *ctx, LLVMValueRef depth, LLVMValueRef stencil, LLVMValueRef samplemask, LLVMValueRef mrt0_alpha, bool is_last, struct ac_export_args *args) ac_export_mrt_z() argument
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_cmd_buffer.c5859 CmdTraceRaysKHR( VkCommandBuffer commandBuffer, const VkStridedDeviceAddressRegionKHR* pRaygenShaderBindingTable, const VkStridedDeviceAddressRegionKHR* pMissShaderBindingTable, const VkStridedDeviceAddressRegionKHR* pHitShaderBindingTable, const VkStridedDeviceAddressRegionKHR* pCallableShaderBindingTable, uint32_t width, uint32_t height, uint32_t depth) CmdTraceRaysKHR() argument
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c1768 uint32_t depth in dzn_cmd_buffer_copy_img_chunk() local
[all...]
/third_party/mesa3d/src/intel/isl/
H A Disl.h1298 union { uint32_t d, depth; }; global() member
1304 union { uint32_t d, depth; }; global() member
1442 uint32_t depth; global() member
2320 isl_extent3d(uint32_t width, uint32_t height, uint32_t depth) isl_extent3d() argument
2332 isl_extent4d(uint32_t width, uint32_t height, uint32_t depth, uint32_t array_len) isl_extent4d() argument
[all...]
/third_party/node/deps/v8/src/ast/
H A Dast.h1108 DepthKind depth() const { in depth() function in v8::internal::LiteralBoilerplateBuilder
1175 void set_depth(DepthKind depth) { in set_depth() argument
[all...]
/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.cc4400 auto depth = Parameter<TaggedIndex>(Descriptor::kDepth); in GenerateLookupGlobalICBaseline() local
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_cmd.h471 float depth; member
H A Dsvga3d_dx.h745 float depth; member
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.c3926 float depth; member
4003 float depth; member
3941 tc_clear(struct pipe_context *_pipe, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) tc_clear() argument
4027 tc_clear_depth_stencil(struct pipe_context *_pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) tc_clear_depth_stencil() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_context.h303 const struct svga_depth_stencil_state *depth; member

Completed in 135 milliseconds

1...<<71727374757677787980>>...84