Home
last modified time | relevance | path

Searched defs:slot (Results 1326 - 1350 of 1918) sorted by relevance

1...<<51525354555657585960>>...77

/kernel/linux/linux-6.6/lib/
H A Dradix-tree.c80 get_slot_offset(const struct radix_tree_node *parent, void __rcu **slot) in get_slot_offset() argument
603 void __rcu **slot = (void __rcu **)&root->xa_head; __radix_tree_create() local
681 insert_entries(struct radix_tree_node *node, void __rcu **slot, void *item) insert_entries() argument
707 void __rcu **slot; radix_tree_insert() local
753 void __rcu **slot; __radix_tree_lookup() local
797 void __rcu **slot; radix_tree_lookup_slot() local
823 replace_slot(void __rcu **slot, void *item, struct radix_tree_node *node, int count, int values) replace_slot() argument
850 calculate_count(struct radix_tree_root *root, struct radix_tree_node *node, void __rcu **slot, void *item, void *old) calculate_count() argument
875 __radix_tree_replace(struct radix_tree_root *root, struct radix_tree_node *node, void __rcu **slot, void *item) __radix_tree_replace() argument
914 radix_tree_replace_slot(struct radix_tree_root *root, void __rcu **slot, void *item) radix_tree_replace_slot() argument
931 radix_tree_iter_replace(struct radix_tree_root *root, const struct radix_tree_iter *iter, void __rcu **slot, void *item) radix_tree_iter_replace() argument
1136 radix_tree_iter_resume(void __rcu **slot, struct radix_tree_iter *iter) radix_tree_iter_resume() argument
1208 void *slot = rcu_dereference_raw( radix_tree_next_chunk() local
1266 void __rcu **slot; radix_tree_gang_lookup() local
1307 void __rcu **slot; radix_tree_gang_lookup_tag() local
1348 void __rcu **slot; radix_tree_gang_lookup_tag_slot() local
1364 __radix_tree_delete(struct radix_tree_root *root, struct radix_tree_node *node, void __rcu **slot) __radix_tree_delete() argument
1394 radix_tree_iter_delete(struct radix_tree_root *root, struct radix_tree_iter *iter, void __rcu **slot) radix_tree_iter_delete() argument
1417 void __rcu **slot = NULL; radix_tree_delete_item() local
1481 void __rcu **slot = (void __rcu **)&root->xa_head; idr_get_free() local
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dinet_hashtables.c511 unsigned int slot = hash & hashinfo->ehash_mask; in __inet_lookup_established() local
/third_party/glslang/glslang/MachineIndependent/
H A Diomapper.cpp785 TDefaultIoResolverBase::TSlotSet::iterator TDefaultIoResolverBase::findSlot(int set, int slot) { in findSlot() argument
789 bool TDefaultIoResolverBase::checkEmpty(int set, int slot) { in checkEmpty() argument
794 int TDefaultIoResolverBase::reserveSlot(int set, int slot, int size) { in reserveSlot() argument
[all...]
/third_party/libbpf/src/
H A Dgen_loader.c1081 void bpf_gen__populate_outer_map(struct bpf_gen *gen, int outer_map_idx, int slot, in bpf_gen__populate_outer_map() argument
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_query.c443 struct query_slot *slot = slot_address(pool, query); in wait_for_available() local
483 struct query_slot *slot = slot_address(pool, query); in get_query_pool_results() local
794 struct query_slot *slot in tu_ResetQueryPool() local
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_spill.cpp1578 unsigned slot = slots[other]; in add_interferences() local
1587 unsigned slot = 0; in find_available_slot() local
1634 unsigned slot = find_available_slot( assign_spill_slots_helper() local
1654 unsigned slot = find_available_slot( assign_spill_slots_helper() local
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm.c750 LLVMValueRef slot = LLVMConstInt(ctx->ac.i32, SI_HS_CONST_DEFAULT_TESS_LEVELS, 0); in si_llvm_load_intrinsic() local
H A Dsi_shader_llvm_ps.c539 LLVMValueRef slot, desc, offset, row, bit, address[2]; in si_llvm_emit_polygon_stipple() local
/third_party/mesa3d/src/gallium/tests/trivial/
H A Dcompute.c176 static void init_tex(struct context *ctx, int slot, in init_tex() argument
229 static void check_tex(struct context *ctx, int slot, in check_tex() argument
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_visitor.cpp760 int slot, urb_offset, length; in emit_urb_writes() local
[all...]
H A Dbrw_nir.c276 int slot = -1; in brw_nir_lower_vs_inputs() local
H A Dbrw_vec4.cpp1576 unsigned int slot = this->uniforms * 4 + i; in setup_uniforms() local
H A Dbrw_vec4_visitor.cpp1035 int slot = 0; in emit_vertex() local
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_screen_svga.c214 vmw_svga_winsys_add_stats(struct vmw_winsys_screen *vws, int slot) in vmw_svga_winsys_add_stats() argument
316 const size_t slot = mksstat_tls_global->slot; in vmw_winsys_screen_mksstat_acq_slot() local
323 const size_t slot = (i + base) % ARRAY_SIZE(vws->mksstat_tls); in vmw_winsys_screen_mksstat_acq_slot() local
350 vmw_winsys_screen_mksstat_rel_slot(struct vmw_winsys_screen *vws, int slot) vmw_winsys_screen_mksstat_rel_slot() argument
778 const int slot = vmw_winsys_screen_mksstat_acq_slot(vws); vmw_svga_winsys_stats_inc() local
800 const int slot = vmw_winsys_screen_mksstat_acq_slot(vws); vmw_svga_winsys_stats_time_push() local
825 const int slot = tf->slot; vmw_svga_winsys_stats_time_pop() local
[all...]
/third_party/mesa3d/src/intel/blorp/
H A Dblorp_genX_exec.h491 unsigned slot = 0; in blorp_emit_vertex_elements() local
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_query.c408 volatile uint64_t *slot = in query_is_available() local
500 uint64_t *slot = query_slot(pool, firstQuery + i); in GetQueryPoolResults() local
517 uint64_t *slot = query_slot(pool, firstQuery + i); in GetQueryPoolResults() local
538 uint64_t *slot = query_slot(pool, firstQuery + i); in GetQueryPoolResults() local
549 uint64_t *slot = query_slot(pool, firstQuery + i); GetQueryPoolResults() local
819 uint64_t *slot = query_slot(pool, firstQuery + i); ResetQueryPool() local
[all...]
H A DgenX_pipeline.c162 uint32_t slot = in emit_vertex_input() local
463 const int slot = fs_input_map->varying_to_slot[attr]; in emit_3dstate_sbe() local
1331 const int slot = vue_map->varying_to_slot[varying]; in emit_3dstate_streamout() local
/third_party/mesa3d/src/microsoft/clc/
H A Dcompute_test.cpp552 void *slot = argsbuf.data() + dxil->metadata.args[i].offset; in run_shader_with_raw_args() local
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_schedule.c841 mir_choose_alu(midgard_instruction **slot, in mir_choose_alu() argument
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_driver.h40 uint8_t slot[4]; /* native slots for xyzw (addresses in 32-bit words) */ member
193 unsigned slot : 6; member
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_pipeline.c857 unsigned slot = util_bitcount64(vs->attributes_read & in panvk_pipeline_builder_parse_vertex_input() local
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_queue.c537 struct vn_feedback_slot *slot; in vn_fence_feedback_init() local
1224 struct vn_feedback_slot *slot; vn_event_feedback_init() local
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.c88 store_coef(struct gallivm_state *gallivm, const struct lp_setup_args *args, unsigned slot, LLVMValueRef a0, LLVMValueRef dadx, LLVMValueRef dady) store_coef() argument
113 emit_constant_coef4(struct gallivm_state *gallivm, const struct lp_setup_args *args, unsigned slot, LLVMValueRef vert) emit_constant_coef4() argument
127 emit_facing_coef(struct gallivm_state *gallivm, struct lp_setup_args *args, unsigned slot) emit_facing_coef() argument
413 emit_coef4(struct gallivm_state *gallivm, struct lp_setup_args *args, unsigned slot, LLVMValueRef a0, LLVMValueRef a1, LLVMValueRef a2) emit_coef4() argument
427 emit_linear_coef(struct gallivm_state *gallivm, struct lp_setup_args *args, unsigned slot, LLVMValueRef attribv[3]) emit_linear_coef() argument
446 apply_perspective_corr(struct gallivm_state *gallivm, struct lp_setup_args *args, unsigned slot, LLVMValueRef attribv[3]) apply_perspective_corr() argument
[all...]
/third_party/libevdev/libevdev/
H A Dlibevdev.c53 slot_value(const struct libevdev *dev, int slot, int axis) in slot_value() argument
1418 libevdev_get_slot_value(const struct libevdev *dev, unsigned int slot, unsigned int code) libevdev_get_slot_value() argument
1433 libevdev_set_slot_value(struct libevdev *dev, unsigned int slot, unsigned int code, int value) libevdev_set_slot_value() argument
1456 libevdev_fetch_slot_value(const struct libevdev *dev, unsigned int slot, unsigned int code, int *value) libevdev_fetch_slot_value() argument
[all...]
/third_party/libinput/src/
H A Devdev-fallback.c232 struct mt_slot *slot; in fallback_flush_mt_down() local
131 fallback_filter_defuzz_touch(struct fallback_dispatch *dispatch, struct evdev_device *device, struct mt_slot *slot) fallback_filter_defuzz_touch() argument
270 struct mt_slot *slot; fallback_flush_mt_motion() local
301 struct mt_slot *slot; fallback_flush_mt_up() local
329 struct mt_slot *slot; fallback_flush_mt_cancel() local
529 struct mt_slot *slot = &dispatch->mt.slots[dispatch->mt.slot]; fallback_process_touch() local
807 fallback_arbitrate_touch(struct fallback_dispatch *dispatch, struct mt_slot *slot) fallback_arbitrate_touch() argument
831 struct mt_slot *slot = &dispatch->mt.slots[i]; fallback_flush_mt_events() local
1020 struct mt_slot *slot = &dispatch->mt.slots[idx]; cancel_touches() local
1531 int slot; fallback_dispatch_init_slots() local
[all...]

Completed in 48 milliseconds

1...<<51525354555657585960>>...77