Home
last modified time | relevance | path

Searched defs:slot (Results 401 - 425 of 553) sorted by relevance

1...<<11121314151617181920>>...23

/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_js.c1863 int slot; kbasep_js_runpool_release_ctx_internal() local
3044 int slot; global() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.cpp115 void UINode::AddChild(const RefPtr<UINode>& child, int32_t slot, in AddChild() argument
359 parent->AddChild(AceType::Claim(this), slot, silently, addDefaultTransition, addModalUiextension); in MountToParent() local
775 void UINode::MovePosition(int32_t slot) in MovePosition() argument
355 MountToParent(const RefPtr<UINode>& parent, int32_t slot, bool silently, bool addDefaultTransition, bool addModalUiextension) MountToParent() argument
H A Dui_node.h419 virtual void FastPreviewUpdateChild(int32_t slot, const RefPtr<UINode>& newChild) in FastPreviewUpdateChild() argument
422 newChild->MountToParent(AceType::Claim(this), slot, false); in FastPreviewUpdateChild() local
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.h647 virtual void OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) {} in OnChildNodeAdded() argument
/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Daccessibility_node.cpp281 void AccessibilityNode::AddNode(const RefPtr<AccessibilityNode>& node, int32_t slot) in AddNode() argument
301 void AccessibilityNode::Mount(int32_t slot) in Mount() argument
305 parentNode->AddNode(AceType::Claim(this), slot); in Mount() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_element.cpp1392 void InspectorComposedElement::AddChildWithSlot(int32_t slot, const RefPtr<Component>& newComponent) in AddChildWithSlot() argument
1400 void InspectorComposedElement::UpdateChildWithSlot(int32_t slot, const RefPtr<Component>& newComponent) in UpdateChildWithSlot() argument
1427 void InspectorComposedElement::DeleteChildWithSlot(int32_t slot) in DeleteChildWithSlot() argument
[all...]
/third_party/backends/backend/
H A Dcanon_lide70-common.c2774 static byte slot = 0; in preread() local
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_hub.c1924 usb_hs_bandwidth_adjust(struct usb_device *udev, int16_t len, uint8_t slot, uint8_t mask) usb_hs_bandwidth_adjust() argument
1985 uint8_t slot; usb_hs_bandwidth_alloc() local
2066 uint8_t slot; usb_hs_bandwidth_free() local
2153 uint16_t slot; usbd_fs_isoc_schedule_alloc_slot() local
[all...]
/third_party/mesa3d/src/broadcom/compiler/
H A Dqpu_schedule.c1514 qpu_inst_valid_in_thrend_slot(struct v3d_compile *c, const struct qinst *qinst, int slot) qpu_inst_valid_in_thrend_slot() argument
1582 qpu_inst_before_thrsw_valid_in_delay_slot(struct v3d_compile *c, const struct qinst *qinst, uint32_t slot) qpu_inst_before_thrsw_valid_in_delay_slot() argument
1632 const uint32_t slot = scoreboard->tick - scoreboard->last_thrsw_tick; qpu_inst_after_thrsw_valid_in_delay_slot() local
2431 struct qinst *slot = delay_slots_start; qpu_set_branch_targets() local
[all...]
H A Dvir.c910 int slot = v3d_slot_get_slot(c->vs_key->used_outputs[i]); in v3d_nir_lower_vs_early() local
944 int slot = v3d_slot_get_slot(c->gs_key->used_outputs[i]); in v3d_nir_lower_gs_early() local
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_varyings.c1607 unsigned slot in varying_matches_store_locations() local
1664 unsigned slot = generic_location / 4; varying_matches_store_locations() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd_vgpu10.c1318 SVGA3D_vgpu10_SetSingleConstantBuffer(struct svga_winsys_context *swc, unsigned slot, SVGA3dShaderType type, struct svga_winsys_surface *surface, uint32 offsetInBytes, uint32 sizeInBytes) SVGA3D_vgpu10_SetSingleConstantBuffer() argument
1352 SVGA3D_vgpu10_SetConstantBufferOffset(struct svga_winsys_context *swc, unsigned command, unsigned slot, uint32 offsetInBytes) SVGA3D_vgpu10_SetConstantBufferOffset() argument
H A Dsvga_winsys.h104 int32 slot; member
/third_party/node/deps/v8/src/wasm/
H A Dwasm-debug.cc572 auto& slot = debug_side_tables_[code]; in GetDebugSideTable() local
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_nir.c1991 fix_io_uint_type(nir_shader *s, nir_variable_mode modes, int slot) in fix_io_uint_type() argument
2022 int slot = u_bit_scan64(&in_mask); in dxil_nir_fix_io_uint_type() local
2028 int slot = u_bit_scan64(&out_mask); in dxil_nir_fix_io_uint_type() local
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_nvc0.cpp917 NVC0LoweringPass::loadTexHandle(Value *ptr, unsigned int slot) in loadTexHandle() argument
1829 NVC0LoweringPass::loadSuInfo32(Value *ptr, int slot, uint32_t off, bool bindless) in loadSuInfo32() argument
1852 NVC0LoweringPass::loadMsAdjInfo32(TexInstruction::Target target, uint32_t index, int slot, Value *ind, bool bindless) in loadMsAdjInfo32() argument
1919 int slot = suq->tex.r; in handleSUQ() local
1958 int slot = tex->tex.r; adjustCoordinatesMS() local
2004 const int slot = su->tex.r; processSurfaceCoordsNVE4() local
2401 const int slot = su->tex.r; processSurfaceCoordsNVC0() local
2605 const int slot = su->tex.r; processSurfaceCoordsGM107() local
[all...]
H A Dnv50_ir_ra.cpp1510 Symbol *slot = NULL; in selectRegisters() local
1649 SpillSlot slot; in assignSlot() local
1716 spill(Instruction *defi, Value *slot, LValue *lval) spill() argument
1757 unspill(Instruction *usei, LValue *lval, Value *slot) unspill() argument
1833 Value *slot = mem ? run() local
[all...]
/third_party/libinput/tools/
H A Dlibinput-debug-gui.c202 unsigned int slot; /* ABS_MT_SLOT */ member
1432 int slot = libinput_event_touch_get_seat_slot(t); in handle_event_touch() local
/third_party/lwip/src/apps/mdns/
H A Dmdns.c2195 s8_t slot = -1; in mdns_resp_add_service() local
2242 mdns_resp_del_service(struct netif *netif, s8_t slot) in mdns_resp_del_service() argument
2267 mdns_resp_rename_service(struct netif *netif, s8_t slot, const char *name) mdns_resp_rename_service() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc248 MemOperand SlotToMemOperand(int slot, TurboAssembler* tasm) const { in SlotToMemOperand() argument
1514 int slot = i.InputInt32(2) - 1; in AssembleArchInstruction() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.cc832 GetSlotAboveSPBeforeTailCall(Instruction* instr, int* slot) GetSlotAboveSPBeforeTailCall() argument
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc1724 int slot = i.InputInt32(1); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/compiler/
H A Djs-generic-lowering.cc131 Node* slot = jsgraph()->UintPtrConstant(p.feedback().slot.ToInt()); in ReplaceUnaryOpWithBuiltinCall() local
142 node->InsertInput(zone(), 2, slot); in ReplaceUnaryOpWithBuiltinCall() local
168 Node* slot = jsgraph()->UintPtrConstant(p.feedback().slot.ToInt()); in ReplaceBinaryOpWithBuiltinCall() local
173 node->InsertInput(zone(), 2, slot); in ReplaceBinaryOpWithBuiltinCall() local
219 Node* slot = jsgraph()->UintPtrConstant(p.feedback().slot.ToInt()); in LowerJSStrictEqual() local
224 node->InsertInput(zone(), 2, slot); in LowerJSStrictEqual() local
1070 Node* slot = LowerJSForInPrepare() local
1128 node->InsertInput(zone(), n.FeedbackVectorIndex(), slot); LowerJSForInPrepare() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc64 Operand SlotToOperand(int slot, int extra = 0) { in SlotToOperand() argument
1741 int slot = MiscField::decode(instr->opcode()); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-object-gen.cc1206 auto slot = UncheckedParameter<UintPtrT>(Descriptor::kSlot); in TF_BUILTIN() local
1217 auto slot = UncheckedParameter<UintPtrT>(Descriptor::kSlot); in TF_BUILTIN() local

Completed in 85 milliseconds

1...<<11121314151617181920>>...23