Home
last modified time | relevance | path

Searched refs:instance (Results 1326 - 1350 of 1887) sorted by relevance

1...<<51525354555657585960>>...76

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemUtils.hpp68 vk::VkInstance instance,
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc694 // The cached instance will be reloaded separately. in StackCheck()
743 // The cached instance will be reloaded separately. in TierupCheck()
804 // Parameter 0 is the instance parameter. in StartFunctionBody()
821 // Input 0 is the call target, the instance is at 1. in StartFunctionBody()
862 // Input 0 is the code target, 1 is the instance. First parameter at 2. in StartFunctionBody()
2386 // the ImportedMutableGlobals array of the instance.
4898 Register instance = __ cache_state()->cached_instance;
4899 if (instance == no_reg) {
4900 instance = __ GetUnusedRegister(kGpReg, pinned).gp();
4901 __ LoadInstanceFromFrame(instance);
[all...]
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h3419 typedef void (VKAPI_PTR *PFN_vkDestroyInstance)(VkInstance instance, const VkAllocationCallbacks* pAllocator);
3420 typedef VkResult (VKAPI_PTR *PFN_vkEnumeratePhysicalDevices)(VkInstance instance, uint32_t* pPhysicalDeviceCount, VkPhysicalDevice* pPhysicalDevices);
3427 typedef PFN_vkVoidFunction (VKAPI_PTR *PFN_vkGetInstanceProcAddr)(VkInstance instance, const char* pName);
3563 VkInstance instance,
3567 VkInstance instance,
3603 VkInstance instance,
5049 typedef VkResult (VKAPI_PTR *PFN_vkEnumeratePhysicalDeviceGroups)(VkInstance instance, uint32_t* pPhysicalDeviceGroupCount, VkPhysicalDeviceGroupProperties* pPhysicalDeviceGroupProperties);
5107 VkInstance instance,
6041 typedef void (VKAPI_PTR *PFN_vkDestroySurfaceKHR)(VkInstance instance, VkSurfaceKHR surface, const VkAllocationCallbacks* pAllocator);
6049 VkInstance instance,
[all...]
/third_party/node/deps/v8/src/execution/
H A Dframes.cc1264 // the instance object. in IterateCompiledFrame()
1467 auto ic_stats = ICStats::instance(); in CollectFunctionAndOffsetForICStats()
1641 Isolate* isolate, Handle<WasmInstanceObject> instance, wasm::WasmCode* code, in WasmFrameSummary()
1644 wasm_instance_(instance), in WasmFrameSummary()
2083 Object instance(Memory<Address>(fp() + offset)); in wasm_instance()
2084 return WasmInstanceObject::cast(instance); in wasm_instance()
2129 Handle<WasmInstanceObject> instance(wasm_instance(), isolate()); in Summarize()
2130 FrameSummary::WasmFrameSummary summary(isolate(), instance, code, offset, in Summarize() local
1640 WasmFrameSummary( Isolate* isolate, Handle<WasmInstanceObject> instance, wasm::WasmCode* code, int code_offset, bool at_to_number_conversion) WasmFrameSummary() argument
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_pipeline.c346 struct dzn_instance *instance = in dzn_pipeline_compile_shader() local
347 container_of(device->vk.physical->instance, struct dzn_instance, vk); in dzn_pipeline_compile_shader()
352 .validator_version_max = dxil_get_validator_version(instance->dxil_validator), in dzn_pipeline_compile_shader()
358 if (instance->debug_flags & DZN_DEBUG_NIR) in dzn_pipeline_compile_shader()
376 bool res = dxil_validate_module(instance->dxil_validator, in dzn_pipeline_compile_shader()
380 if (instance->debug_flags & DZN_DEBUG_DXIL) { in dzn_pipeline_compile_shader()
381 char *disasm = dxil_disasm_module(instance->dxil_validator, in dzn_pipeline_compile_shader()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDynamicOffsetTests.cpp1933 for (deUint32 instance = 0; instance < m_numInstances; instance++) in iterate()
1935 deUint32 uboOffsetVec4 = uboDynamicAlignmentVec4 * instance; in iterate()
1936 deUint32 uboOffsetMat4 = uboDynamicAlignmentMat4 * instance; in iterate()
1937 deUint32 ssboOffsetVec4 = ssboDynamicAlignmentVec4 * instance; in iterate()
1938 deUint32 ssboOffsetMat4 = ssboDynamicAlignmentMat4 * instance; in iterate()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_virt.c506 POPULATE_UCODE_INFO(vf2pf_info, AMD_SRIOV_UCODE_ID_SDMA, adev->sdma.instance[0].fw_version); in amdgpu_virt_populate_vf2pf_ucode_info()
507 POPULATE_UCODE_INFO(vf2pf_info, AMD_SRIOV_UCODE_ID_SDMA2, adev->sdma.instance[1].fw_version); in amdgpu_virt_populate_vf2pf_ucode_info()
H A Damdgpu_kms.c107 DRM_ERROR("Cannot register more gpu instance\n"); in amdgpu_register_gpu_instance()
309 fw_info->ver = adev->sdma.instance[query_fw->index].fw_version; in amdgpu_firmware_info()
310 fw_info->feature = adev->sdma.instance[query_fw->index].feature_version; in amdgpu_firmware_info()
367 if (adev->sdma.instance[i].ring.sched.ready) in amdgpu_hw_ip_info()
580 /* We only support one instance of each IP block right now. */ in amdgpu_info_ioctl()
677 unsigned int se_num = (info->read_mmr_reg.instance >> in amdgpu_info_ioctl()
680 unsigned int sh_num = (info->read_mmr_reg.instance >> in amdgpu_info_ioctl()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dintel_gt.c685 rb.reg.reg += 4 * engine->instance; /* GEN8_M2TCR */ in get_reg_and_bit()
687 rb.bit = engine->instance; in get_reg_and_bit()
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf.h215 int instance);
218 int instance);
297 * the program one time for each instance according to the instance id
305 * After the program is loaded, get resulting FD of a given instance
310 * one instance. In this case bpf_program__fd(prog) is equal to
317 * If set to NULL, don't load this instance.
329 * - n: Index of instance being generated.
/kernel/linux/linux-5.10/drivers/remoteproc/
H A Dqcom_sysmon.c405 if (svc->instance != 0) in ssctl_new_server()
411 if (svc->instance != sysmon->ssctl_instance) in ssctl_new_server()
467 * @subdev: instance of the sysmon subdevice
555 * @nb: notifier_block associated with sysmon instance
565 /* Skip non-running rprocs and the originating instance */ in sysmon_notify()
594 * @ssctl_instance: instance id of the ssctl QMI service
741 * Disassociate the rpmsg device with the sysmon instance.
/kernel/linux/linux-5.10/include/acpi/
H A Dacpixf.h484 u32 instance,
488 acpi_get_table(acpi_string signature, u32 instance,
/kernel/linux/linux-6.6/include/acpi/
H A Dacpixf.h486 u32 instance,
490 acpi_get_table(acpi_string signature, u32 instance,
/kernel/linux/linux-6.6/drivers/remoteproc/
H A Dqcom_sysmon.c427 if (svc->instance != 0) in ssctl_new_server()
433 if (svc->instance != sysmon->ssctl_instance) in ssctl_new_server()
489 * @subdev: instance of the sysmon subdevice
581 * @nb: notifier_block associated with sysmon instance
591 /* Skip non-running rprocs and the originating instance */ in sysmon_notify()
620 * @ssctl_instance: instance id of the ssctl QMI service
783 * Disassociate the rpmsg device with the sysmon instance.
/kernel/linux/linux-6.6/drivers/power/supply/
H A Dsurface_battery.c350 * EC expects us to register it against instance ID 0. Strict matching in spwr_notify_bat()
351 * would thus drop events, as those may have non-zero instance IDs in in spwr_notify_bat()
352 * this subsystem. So we need to check the instance ID of the event in spwr_notify_bat()
355 if (event->instance_id != bat->sdev->uid.instance) in spwr_notify_bat()
733 bat->notif.event.id.instance = 0; /* need to register with instance 0 */ in spwr_battery_init()
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H A Dmessages.h691 u8 instance:4; member
696 u8 instance:3; member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_rt_common.c35 return pdevice->instance->perftest_flags & RADV_PERFTEST_RT; in radv_enable_rt()
43 return pdevice->instance->perftest_flags & RADV_PERFTEST_EMULATE_RT; in radv_emulate_rt()
/third_party/node/deps/v8/include/
H A Dv8-fast-api-calls.h85 * v8::Local<v8::Object> instance =
87 * CustomEmbedderType* receiver = Unwrap(instance);
140 * For instance if {object} is exposed via a global "obj" variable,
367 // own instance type. It could be supported if we specify that
543 * Creates a new instance of FastApiCallbackOptions for testing purpose. The
544 * returned instance may be filled with mock data.
806 static CFunctionInfoImpl<RetBuilder, ArgBuilders...> instance; in Build() local
807 return CFunction(fn_, &instance); in Build()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-fast-api-calls.h85 * v8::Local<v8::Object> instance =
87 * CustomEmbedderType* receiver = Unwrap(instance);
140 * For instance if {object} is exposed via a global "obj" variable,
371 // own instance type. It could be supported if we specify that
555 * Creates a new instance of FastApiCallbackOptions for testing purpose. The
556 * returned instance may be filled with mock data.
849 static CFunctionInfoImpl<RetBuilder, ArgBuilders...> instance; in Build() local
850 return CFunction(fn_, &instance); in Build()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrFormatTests.cpp416 const CustomInstance instance (createCustomInstanceWithExtension(context, "VK_KHR_get_physical_device_properties2")); in testFormat()
417 const InstanceDriver& vki (instance.getDriver()); in testFormat()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDescriptorMessageInfoFactory.java63 private static final DescriptorMessageInfoFactory instance = new DescriptorMessageInfoFactory(); field in DescriptorMessageInfoFactory
71 return instance; in getInstance()
94 "Unable to get default instance for message class " + messageType.getName(), e); in getDefaultInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrFormatTests.cpp416 const CustomInstance instance (createCustomInstanceWithExtension(context, "VK_KHR_get_physical_device_properties2")); in testFormat()
417 const InstanceDriver& vki (instance.getDriver()); in testFormat()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h2620 typedef void (VKAPI_PTR *PFN_vkDestroyInstance)(VkInstance instance, const VkAllocationCallbacks* pAllocator);
2621 typedef VkResult (VKAPI_PTR *PFN_vkEnumeratePhysicalDevices)(VkInstance instance, uint32_t* pPhysicalDeviceCount, VkPhysicalDevice* pPhysicalDevices);
2628 typedef PFN_vkVoidFunction (VKAPI_PTR *PFN_vkGetInstanceProcAddr)(VkInstance instance, const char* pName);
2753 VkInstance instance,
2757 VkInstance instance,
2793 VkInstance instance,
4062 typedef VkResult (VKAPI_PTR *PFN_vkEnumeratePhysicalDeviceGroups)(VkInstance instance, uint32_t* pPhysicalDeviceGroupCount, VkPhysicalDeviceGroupProperties* pPhysicalDeviceGroupProperties);
4114 VkInstance instance,
5193 typedef void (VKAPI_PTR *PFN_vkDestroySurfaceKHR)(VkInstance instance, VkSurfaceKHR surface, const VkAllocationCallbacks* pAllocator);
5201 VkInstance instance,
[all...]
/kernel/linux/linux-5.10/drivers/media/tuners/
H A Dxc4000.c1651 int instance; in xc4000_attach() local
1660 instance = hybrid_tuner_request_state(struct xc4000_priv, priv, in xc4000_attach()
1663 switch (instance) { in xc4000_attach()
1667 /* new tuner instance */ in xc4000_attach()
1678 /* existing tuner instance */ in xc4000_attach()
1692 instance of the driver has loaded the firmware. in xc4000_attach()
1695 if (instance == 1) { in xc4000_attach()
1731 if (instance == 1) { in xc4000_attach()
/kernel/linux/linux-6.6/drivers/media/tuners/
H A Dxc4000.c1649 int instance; in xc4000_attach() local
1658 instance = hybrid_tuner_request_state(struct xc4000_priv, priv, in xc4000_attach()
1661 switch (instance) { in xc4000_attach()
1665 /* new tuner instance */ in xc4000_attach()
1676 /* existing tuner instance */ in xc4000_attach()
1690 instance of the driver has loaded the firmware. in xc4000_attach()
1693 if (instance == 1) { in xc4000_attach()
1729 if (instance == 1) { in xc4000_attach()

Completed in 100 milliseconds

1...<<51525354555657585960>>...76