/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | intel_lrc.c | 563 * bits 48:53: engine instance 2481 * bits 6-11: engine instance 4704 return vd[engine->instance]; in aux_inv_reg() 4707 return ve[engine->instance]; in aux_inv_reg() 5209 execlists->ccid |= engine->instance << (GEN11_ENGINE_INSTANCE_SHIFT - 32); in intel_execlists_submission_setup() 5799 ve->base.instance = I915_ENGINE_CLASS_INVALID_VIRTUAL; in intel_execlists_create_virtual()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cudbg_lib.c | 3088 u32 instance = 0; in cudbg_collect_up_cim_indirect() local 3117 instance = t5_up_cim_reg_array[i][4]; in cudbg_collect_up_cim_indirect() 3125 instance = t6_up_cim_reg_array[i][4]; in cudbg_collect_up_cim_indirect() 3128 switch (instance) { in cudbg_collect_up_cim_indirect()
|
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest.cc | 2579 // 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 D | gtest.cc | 2761 // 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 D | factory.cc | 49 #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 D | isolate.cc | 179 // 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 D | gfx_v9_0.c | 2429 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 D | gfx_v9_0.c | 2220 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 D | soc15.c | 457 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 D | liftoff-assembler-ia32.h | 52 // 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 D | liftoff-assembler-arm.h | 59 // -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 D | liftoff-assembler-riscv64.h | 59 // -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 D | vktMultiViewRenderTests.cpp | 895 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 D | saa7134-video.c | 1196 cmd.instance = file; in radio_read() 1212 cmd.instance = file; in radio_poll()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_private.h | 271 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 D | wsi_common_display.c | 67 /* 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 D | vktRobustBufferAccessWithVariablePointersTests.cpp | 274 // 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 D | vktRayTracingCaptureReplayTests.cpp | 583 // 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 D | vktRobustBufferAccessWithVariablePointersTests.cpp | 278 // 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 D | i40e.h | 613 u16 instance; /* A unique number per i40e_pf instance in the system */ member
|
/kernel/linux/linux-5.10/drivers/soundwire/ |
H A D | cadence_master.c | 455 * @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 D | cifsglob.h | 788 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 D | i40e.h | 645 u16 instance; /* A unique number per i40e_pf instance in the system */ member
|
/kernel/linux/linux-6.6/drivers/platform/surface/ |
H A D | surface_dtx.c | 963 ddev->notif.event.id.instance = 0; in sdtx_device_init()
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | fabrics.c | 125 * @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...] |