| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_js.c | 1863 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 D | ui_node.cpp | 115 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 D | ui_node.h | 419 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 D | dom_node.h | 647 virtual void OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) {} in OnChildNodeAdded() argument
|
| /foundation/arkui/ace_engine/frameworks/core/accessibility/ |
| H A D | accessibility_node.cpp | 281 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 D | inspector_composed_element.cpp | 1392 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 D | canon_lide70-common.c | 2774 static byte slot = 0; in preread() local
|
| /third_party/FreeBSD/sys/dev/usb/ |
| H A D | usb_hub.c | 1924 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 D | qpu_schedule.c | 1514 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 D | vir.c | 910 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 D | gl_nir_link_varyings.c | 1607 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 D | svga_cmd_vgpu10.c | 1318 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 D | svga_winsys.h | 104 int32 slot; member
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-debug.cc | 572 auto& slot = debug_side_tables_[code]; in GetDebugSideTable() local
|
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | dxil_nir.c | 1991 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 D | nv50_ir_lowering_nvc0.cpp | 917 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 D | nv50_ir_ra.cpp | 1510 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 D | libinput-debug-gui.c | 202 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 D | mdns.c | 2195 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 D | code-generator-arm64.cc | 248 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 D | code-generator.cc | 832 GetSlotAboveSPBeforeTailCall(Instruction* instr, int* slot) GetSlotAboveSPBeforeTailCall() argument
|
| /third_party/node/deps/v8/src/compiler/backend/ppc/ |
| H A D | code-generator-ppc.cc | 1724 int slot = i.InputInt32(1); in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | js-generic-lowering.cc | 131 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 D | code-generator-ia32.cc | 64 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 D | builtins-object-gen.cc | 1206 auto slot = UncheckedParameter<UintPtrT>(Descriptor::kSlot); in TF_BUILTIN() local 1217 auto slot = UncheckedParameter<UintPtrT>(Descriptor::kSlot); in TF_BUILTIN() local
|