Home
last modified time | relevance | path

Searched defs:slot (Results 251 - 275 of 423) sorted by relevance

1...<<11121314151617

/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/intel/compiler/
H A Dbrw_vec4_visitor.cpp1035 int slot = 0; in emit_vertex() 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...]
/third_party/libinput/test/
H A Dtest-touchpad.c2771 hover_continue(struct litest_device *dev, unsigned int slot, in hover_continue() argument
2785 hover_start(struct litest_device *dev, unsigned int slot, in hover_start() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc1754 int const slot = MiscField::decode(instr->opcode()); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/compiler/
H A Dlinkage.h80 static LinkageLocation ForCallerFrameSlot(int32_t slot, MachineType type) { in ForCallerFrameSlot() argument
85 static LinkageLocation ForCalleeFrameSlot(int32_t slot, MachineType type) { in ForCalleeFrameSlot() argument
[all...]
/third_party/node/deps/v8/include/
H A Dv8-internal.h506 V8_INLINE static void SetEmbedderData(v8::Isolate* isolate, uint32_t slot, in SetEmbedderData() argument
514 GetEmbedderData(const v8::Isolate* isolate, uint32_t slot) GetEmbedderData() argument
/third_party/node/deps/v8/src/heap/
H A Dconcurrent-marking.cc71 ObjectSlot slot(int i) const { return snapshot_[i].first; } in slot() function in v8::internal::SlotSnapshot
74 void add(ObjectSlot slot, Object value) { in add() argument
286 ObjectSlot slot = snapshot.slot( in VisitPointersInSnapshot() local
321 RecordSlot(HeapObject object, TSlot slot, HeapObject target) RecordSlot() argument
[all...]
/third_party/node/deps/v8/src/ic/
H A Dkeyed-store-generic.cc1163 auto slot = Parameter<TaggedIndex>(Descriptor::kSlot); in StoreIC_NoFeedback() local
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-graph-builder.cc400 FeedbackSlot slot = GetSlotOperand(2); in VisitGetNamedProperty() local
454 FeedbackSlot slot = GetSlotOperand(2); in VisitSetNamedProperty() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Dfeedback-vector.h246 static int GetIndex(FeedbackSlot slot) { return slot.ToInt(); } in GetIndex() argument
725 FeedbackSlot slot() const { return slot_; } slot() function in v8::internal::final
[all...]
H A Dshared-function-info-inl.h848 InitAfterBytecodeFlush( String inferred_name, int start_position, int end_position, std::function<void(HeapObject object, ObjectSlot slot, HeapObject target)> gc_notify_updated_slot) InitAfterBytecodeFlush() argument
/third_party/node/deps/v8/src/snapshot/
H A Ddeserializer.cc64 MaybeObjectSlot slot() const { return object_->RawMaybeWeakField(offset_); } in slot() function in v8::internal::SlotAccessorForHeapObject
118 explicit SlotAccessorForRootSlots(FullMaybeObjectSlot slot) : slot_(slot) {} in SlotAccessorForRootSlots() argument
120 FullMaybeObjectSlot slot() const { return slot_; } slot() function in v8::internal::SlotAccessorForRootSlots
163 MaybeObjectSlot slot() const { UNREACHABLE(); } slot() function in v8::internal::SlotAccessorForHandle
[all...]
/third_party/node/deps/v8/src/torque/
H A Dinstructions.h287 BottomOffset slot; member
306 BottomOffset slot; member
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_compiler.cpp508 create_varying_from_info(nir_shader *nir, struct d3d12_varying_info *info, unsigned slot, unsigned slot_frac, nir_variable_mode mode, bool patch) create_varying_from_info() argument
534 create_varyings_from_info(nir_shader *nir, struct d3d12_varying_info *info, unsigned slot, nir_variable_mode mode, bool patch) create_varyings_from_info() argument
547 unsigned slot = var->data.location; fill_varyings() local
685 int slot = u_bit_scan64(&mask); d3d12_compare_varying_info() local
1186 int slot = u_bit_scan64(&mask); select_shader_variant() local
1194 int slot = u_bit_scan(&patch_mask); select_shader_variant() local
1207 int slot = u_bit_scan64(&mask); select_shader_variant() local
1215 int slot = u_bit_scan(&patch_mask); select_shader_variant() local
1327 unsigned slot = 0; update_so_info() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_sched.cpp329 void alu_group_tracker::assign_slot(unsigned slot, alu_node* n) { in assign_slot() argument
441 unsigned slot = n->bc.slot; try_reserve() local
1683 unsigned slot; try_add_instruction() local
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_debug.c741 static unsigned si_identity(unsigned slot) in si_identity() argument

Completed in 45 milliseconds

1...<<11121314151617