Home
last modified time | relevance | path

Searched defs:slot (Results 326 - 350 of 510) sorted by relevance

1...<<1112131415161718192021

/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
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_emit_nv50.cpp462 CodeEmitterNV50::setSrc(const Instruction *i, unsigned int s, int slot) in setSrc() argument
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_context.c452 draw_set_mapped_constant_buffer(struct draw_context *draw, enum pipe_shader_type shader_type, unsigned slot, const void *buffer, unsigned size ) draw_set_mapped_constant_buffer() argument
489 draw_set_mapped_shader_buffer(struct draw_context *draw, enum pipe_shader_type shader_type, unsigned slot, const void *buffer, unsigned size ) draw_set_mapped_shader_buffer() argument
595 int slot; draw_alloc_extra_vertex_attrib() local
[all...]
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_context.c454 unsigned slot = 0; in update_so_info() local
/third_party/python/Include/
H A Dobject.h230 int slot; /* slot id, see below */ member
/third_party/pulseaudio/src/pulsecore/
H A Dmemblock.c257 struct mempool_slot *slot; in mempool_allocate_slot() local
288 static inline void* mempool_slot_data(struct mempool_slot *slot) { in mempool_slot_data() argument
328 struct mempool_slot *slot; in pa_memblock_new_pool() local
607 struct mempool_slot *slot; memblock_free() local
677 struct mempool_slot *slot; memblock_make_local() local
868 struct mempool_slot *slot; mempool_free() local
924 struct mempool_slot *slot; pa_mempool_vacuum() local
1375 struct memexport_slot *slot, *next; memexport_revoke_blocks() local
1422 struct memexport_slot *slot; pa_memexport_put() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferMarkerTests.cpp423 const deUint32 slot = rng.getUint32() % static_cast<deUint32>(params.size); in bufferMarkerOverwrite() local
919 deUint32 slot = rng.getUint32() % size; in bufferMarkerMemoryDep() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferMarkerTests.cpp355 const deUint32 slot = rng.getUint32() % static_cast<deUint32>(params.size); in bufferMarkerOverwrite() local
840 deUint32 slot = rng.getUint32() % size; in bufferMarkerMemoryDep() local
[all...]
/third_party/skia/third_party/externals/imgui/misc/freetype/
H A Dimgui_freetype.cpp254 FT_GlyphSlot slot in RenderGlyphAndGetInfo() local
[all...]

Completed in 48 milliseconds

1...<<1112131415161718192021