Home
last modified time | relevance | path

Searched refs:instance (Results 1751 - 1775 of 1877) sorted by relevance

1...<<717273747576

/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc2579 // The newly created TestInfo instance will assume
4616 static UnitTest* const instance = new UnitTest; in GetInstance() local
4617 return instance; in GetInstance()
4619 static UnitTest instance; in GetInstance()
4620 return &instance; in GetInstance()
/third_party/node/deps/googletest/src/
H A Dgtest.cc2761 // The newly created TestInfo instance will assume
5163 static UnitTest* const instance = new UnitTest;
5164 return instance;
5166 static UnitTest instance;
5167 return &instance;
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc49 #include "src/objects/instance-type-inl.h"
1479 Handle<WasmInstanceObject> instance) { in NewWasmTypeInfo()
1519 result.set_instance(*instance); in NewWasmTypeInfo()
1591 Handle<CodeT> export_wrapper, Handle<WasmInstanceObject> instance, in NewWasmExportedFunctionData()
1605 result.set_instance(*instance); in NewWasmExportedFunctionData()
2515 // instance type is JS_ARRAY_TYPE, the length field should be initialized in InitializeJSObjectFromMap()
3056 // Setup the map for the JSBoundFunction instance. in NewJSBoundFunction()
3065 // Setup the JSBoundFunction instance. in NewJSBoundFunction()
1477 NewWasmTypeInfo( Address type_address, Handle<Map> opt_parent, int instance_size_bytes, Handle<WasmInstanceObject> instance) NewWasmTypeInfo() argument
1590 NewWasmExportedFunctionData( Handle<CodeT> export_wrapper, Handle<WasmInstanceObject> instance, Address call_target, Handle<Object> ref, int func_index, Address sig_address, int wrapper_budget, Handle<Map> rtt) NewWasmExportedFunctionData() argument
/third_party/node/deps/v8/src/execution/
H A Disolate.cc179 // an isolate instance. This is needed e.g. by Code::InstructionStart, which may
796 Handle<WasmInstanceObject> instance = summary.wasm_instance(); in AppendWasmFrame()
798 if (instance->module_object().is_asm_js()) { in AppendWasmFrame()
807 instance->module_object().shared_native_module()); in AppendWasmFrame()
808 AppendFrame(instance, in AppendWasmFrame()
3579 // Assert that |default_microtask_queue_| is the last MicrotaskQueue instance. in ThrowInternal()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v9_0.c2429 u32 instance) in gfx_v9_0_select_se_sh()
2433 if (instance == 0xffffffff) in gfx_v9_0_select_se_sh()
2436 data = REG_SET_FIELD(0, GRBM_GFX_INDEX, INSTANCE_INDEX, instance); in gfx_v9_0_select_se_sh()
5065 reg = adev->reg_offset[entry->hwip][entry->instance][entry->segment] + entry->reg; in gfx_v9_0_check_rlcg_range()
6613 for (k = 0; k < gfx_v9_0_edc_counter_regs[i].instance; k++) { in gfx_v9_0_reset_ras_error_count()
6675 for (k = 0; k < gfx_v9_0_edc_counter_regs[i].instance; k++) { in gfx_v9_0_query_ras_error_count()
2428 gfx_v9_0_select_se_sh(struct amdgpu_device *adev, u32 se_num, u32 sh_num, u32 instance) gfx_v9_0_select_se_sh() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v9_0.c2220 u32 instance, int xcc_id) in gfx_v9_0_select_se_sh()
2224 if (instance == 0xffffffff) in gfx_v9_0_select_se_sh()
2227 data = REG_SET_FIELD(0, GRBM_GFX_INDEX, INSTANCE_INDEX, instance); in gfx_v9_0_select_se_sh()
4925 reg = adev->reg_offset[entry->hwip][entry->instance][entry->segment] + entry->reg; in gfx_v9_0_check_rlcg_range()
6686 for (k = 0; k < gfx_v9_0_edc_counter_regs[i].instance; k++) { in gfx_v9_0_reset_ras_error_count()
6748 for (k = 0; k < gfx_v9_0_edc_counter_regs[i].instance; k++) { in gfx_v9_0_query_ras_error_count()
2219 gfx_v9_0_select_se_sh(struct amdgpu_device *adev, u32 se_num, u32 sh_num, u32 instance, int xcc_id) gfx_v9_0_select_se_sh() argument
H A Dsoc15.c457 reg = adev->reg_offset[entry->hwip][entry->instance][entry->segment] + entry->reg; in soc15_program_register_sequence()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h52 // ebp-4 holds the stack marker, ebp-8 is the instance parameter.
234 // The frame_size includes the frame marker and the instance slot. Both are in PatchPrepareStackFrame()
357 void LiftoffAssembler::LoadFromInstance(Register dst, Register instance, in LoadFromInstance() argument
360 Operand src{instance, offset}; in LoadFromInstance()
374 Register instance, in LoadTaggedPointerFromInstance()
377 mov(dst, Operand{instance, offset}); in LoadTaggedPointerFromInstance()
380 void LiftoffAssembler::SpillInstance(Register instance) { in SpillInstance() argument
381 mov(liftoff::GetInstanceOperand(), instance); in SpillInstance() local
373 LoadTaggedPointerFromInstance(Register dst, Register instance, int offset) LoadTaggedPointerFromInstance() argument
/third_party/node/deps/v8/src/wasm/baseline/arm/
H A Dliftoff-assembler-arm.h59 // -2 | instance |
486 // The frame_size includes the frame marker and the instance slot. Both are in PatchPrepareStackFrame()
610 void LiftoffAssembler::LoadFromInstance(Register dst, Register instance, in LoadFromInstance() argument
613 MemOperand src{instance, offset}; in LoadFromInstance()
627 Register instance, in LoadTaggedPointerFromInstance()
630 ldr(dst, MemOperand{instance, offset}); in LoadTaggedPointerFromInstance()
633 void LiftoffAssembler::SpillInstance(Register instance) { in SpillInstance() argument
634 str(instance, liftoff::GetInstanceOperand()); in SpillInstance()
626 LoadTaggedPointerFromInstance(Register dst, Register instance, int offset) LoadTaggedPointerFromInstance() argument
/third_party/node/deps/v8/src/wasm/baseline/riscv64/
H A Dliftoff-assembler-riscv64.h59 // -2 | instance |
72 // fp-8 holds the stack marker, fp-16 is the instance parameter.
320 // The frame_size includes the frame marker and the instance slot. Both are in PatchPrepareStackFrame()
444 void LiftoffAssembler::LoadFromInstance(Register dst, Register instance, in LoadFromInstance() argument
447 MemOperand src{instance, offset}; in LoadFromInstance()
464 Register instance, in LoadTaggedPointerFromInstance()
467 LoadTaggedPointerField(dst, MemOperand{instance, offset}); in LoadTaggedPointerFromInstance()
470 void LiftoffAssembler::SpillInstance(Register instance) { in SpillInstance() argument
471 Sd(instance, liftoff::GetInstanceOperand()); in SpillInstance()
463 LoadTaggedPointerFromInstance(Register dst, Register instance, int offset) LoadTaggedPointerFromInstance() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp895 const auto instance = m_context.getInstance(); in createMultiViewDevices() local
897 m_logicalDevice = createCustomDevice(m_context.getTestContext().getCommandLine().isValidationEnabled(), m_context.getPlatformInterface(), instance, instanceDriver, physicalDevice, &deviceInfo); in createMultiViewDevices()
899 m_device = de::MovePtr<DeviceDriver>(new DeviceDriver(m_context.getPlatformInterface(), instance, *m_logicalDevice, m_context.getUsedApiVersion())); in createMultiViewDevices()
901 m_device = de::MovePtr<DeviceDriverSC, DeinitDeviceDeleter>(new DeviceDriverSC(m_context.getPlatformInterface(), instance, *m_logicalDevice, m_context.getTestContext().getCommandLine(), m_context.getResourceInterface(), m_context.getDeviceVulkanSC10Properties(), m_context.getDeviceProperties(), m_context.getUsedApiVersion()), vk::DeinitDeviceDeleter(m_context.getResourceInterface().get(), *m_logicalDevice)); in createMultiViewDevices()
4468 const InstanceInterface& instance = context.getInstanceInterface(); in checkSupport() local
4482 instance.getPhysicalDeviceProperties2(physicalDevice, &propertiesDeviceProperties2); in checkSupport()
4503 << " int instance = gl_InstanceIndex + 1;\n" in initPrograms()
4511 << " out_color = in_color + vec4(0.0f, gl_ViewIndex * 0.10f, instance * 0.10f, 0.0f);\n" in initPrograms()
4525 << " int instance = gl_InstanceIndex + 1;\n" in initPrograms()
4536 << " out_color = in_color + vec4(0.0f, gl_ViewIndex * 0.10f, instance * 0.1 in initPrograms()
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/saa7134/
H A Dsaa7134-video.c1196 cmd.instance = file; in radio_read()
1212 cmd.instance = file; in radio_poll()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_private.h271 struct radv_instance *instance; member
803 struct radv_instance *instance;
1380 * Attachment state when recording a renderpass instance.
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_display.c67 /* These have lifetime equal to the instance, so they effectively
851 VK_FROM_HANDLE(vk_instance, instance, _instance); in wsi_CreateDisplayPlaneSurfaceKHR()
856 surface = vk_zalloc2(&instance->alloc, pAllocator, sizeof(*surface), 8, in wsi_CreateDisplayPlaneSurfaceKHR()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustBufferAccessWithVariablePointersTests.cpp274 // In case I detect that some prerequisites are not fullfilled I am creating this lightweight empty test instance instead of AccessInstance. Should be bit faster that way.
1401 const auto instance = context.getInstance(); in AccessInstance() local
1403 const VkPhysicalDevice physicalDevice = chooseDevice(vki, instance, context.getTestContext().getCommandLine()); in AccessInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingCaptureReplayTests.cpp583 // triangle and aabb tests use geometries/aabbs with different vertex positions and the same identity matrix in each instance data in initBottomAccelerationStructures()
932 const VkInstance instance = m_context.getInstance(); in runTest() local
1005 DeviceDriver vkd (vkp, instance, device); in runTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustBufferAccessWithVariablePointersTests.cpp278 // In case I detect that some prerequisites are not fullfilled I am creating this lightweight empty test instance instead of AccessInstance. Should be bit faster that way.
1407 const auto instance = context.getInstance(); in AccessInstance() local
1409 const VkPhysicalDevice physicalDevice = chooseDevice(vki, instance, context.getTestContext().getCommandLine()); in AccessInstance()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e.h613 u16 instance; /* A unique number per i40e_pf instance in the system */ member
/kernel/linux/linux-5.10/drivers/soundwire/
H A Dcadence_master.c455 * @cdns: Cadence instance
958 * @cdns: Cadence instance
985 * @cdns: Cadence instance
1003 * @cdns: Cadence instance
1098 * @cdns: Cadence instance
1221 * @cdns: Cadence instance
1393 * @cdns: Cadence instance
1404 * @cdns: Cadence instance
1497 * @cdns: Cadence instance
1554 * @cdns: Cadence instance
[all...]
/kernel/linux/linux-5.10/fs/cifs/
H A Dcifsglob.h788 unsigned int instance; member
1256 * One of these for each open instance of a file
1311 struct list_head flist; /* next fid (file instance) for this inode */
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e.h645 u16 instance; /* A unique number per i40e_pf instance in the system */ member
/kernel/linux/linux-6.6/drivers/platform/surface/
H A Dsurface_dtx.c963 ddev->notif.event.id.instance = 0; in sdtx_device_init()
/kernel/linux/linux-6.6/drivers/nvme/host/
H A Dfabrics.c125 * @ctrl: Host NVMe controller instance which we got the address
152 * @ctrl: Host NVMe controller instance maintaining the admin
197 * @ctrl: Host NVMe controller instance maintaining the admin
242 * @ctrl: Host NVMe controller instance maintaining the admin
420 * @ctrl: Host nvme controller instance used to request
495 * @ctrl: Host nvme controller instance used to establish an
573 * @ops: Transport ops instance to be registered to the
595 * @ops: Transport ops instance to be unregistered from the
1297 * Add dummy entries for instance and cntlid to in __nvmf_concat_opt_tokens()
1300 seq_puts(seq_file, "instance in __nvmf_concat_opt_tokens()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_capture.c156 * Empty list to prevent warnings about unknown class/instance types
627 * If every single engine-instance suffered a failure in quick succession but in guc_capture_output_min_size_est()
629 * registers for every one engine instance, one at a time. In this case, GuC in guc_capture_output_min_size_est()
632 * For each engine instance, there would be 1 x guc_state_capture_group_t output in guc_capture_output_min_size_est()
635 * vs instance). in guc_capture_output_min_size_est()
696 * num_engine_classes for instance-reg-list
698 * have an identical engine-instance register-list).
709 * L--> Loop through B (head..tail) and for each engine instance's
712 * with 3 register list dumps (global, engine-class and engine-instance)
1404 i915_error_printf(ebuf, " i915-Eng-Inst-Id: 0x%02x\n", (eng)->instance); \
[all...]
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H A Dpath.c178 nhlt, t->cfg_ext->copier.vindex.i2s.instance, in avs_copier_create()

Completed in 123 milliseconds

1...<<717273747576