Home
last modified time | relevance | path

Searched defs:device_handle (Results 1 – 25 of 58) sorted by relevance

123

/aosp_15_r20/external/libdrm/amdgpu/
H A Damdgpu_device.c150 amdgpu_device_handle *device_handle, in _amdgpu_device_initialize()
278 amdgpu_device_handle *device_handle) in amdgpu_device_initialize()
286 amdgpu_device_handle *device_handle) in amdgpu_device_initialize2()
299 drm_public int amdgpu_device_get_fd(amdgpu_device_handle device_handle) in amdgpu_device_get_fd()
/aosp_15_r20/external/libdrm/tests/amdgpu/
H A Dshader_test_util.c50 amdgpu_device_handle device_handle; member
72 static int shader_test_bo_alloc(amdgpu_device_handle device_handle, in shader_test_bo_alloc()
88 void shader_test_for_each(amdgpu_device_handle device_handle, unsigned ip, in shader_test_for_each()
863 void amdgpu_test_dispatch_helper(amdgpu_device_handle device_handle, unsigned ip) in amdgpu_test_dispatch_helper()
868 void amdgpu_test_dispatch_hang_helper(amdgpu_device_handle device_handle, uint32_t ip) in amdgpu_test_dispatch_hang_helper()
873 void amdgpu_test_dispatch_hang_slow_helper(amdgpu_device_handle device_handle, uint32_t ip) in amdgpu_test_dispatch_hang_slow_helper()
2171 void amdgpu_test_draw_helper(amdgpu_device_handle device_handle) in amdgpu_test_draw_helper()
2176 void amdgpu_test_draw_hang_helper(amdgpu_device_handle device_handle) in amdgpu_test_draw_hang_helper()
2181 void amdgpu_test_draw_hang_slow_helper(amdgpu_device_handle device_handle) in amdgpu_test_draw_hang_slow_helper()
H A Dras_tests.c367 amdgpu_device_handle device_handle; member
481 static uint32_t amdgpu_ras_lookup_capability(amdgpu_device_handle device_handle) in amdgpu_ras_lookup_capability()
534 static amdgpu_device_handle device_handle; variable
906 amdgpu_device_handle device_handle; in suite_ras_tests_enable() local
938 amdgpu_device_handle device_handle; in suite_ras_tests_init() local
H A Dvm_tests.c30 static amdgpu_device_handle device_handle; variable
H A Dbo_tests.c35 static amdgpu_device_handle device_handle; variable
H A Damdgpu_test.h343 amdgpu_device_handle device_handle, in gpu_mem_alloc()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dclient.cc68 const LiteralSlice& literal, const DeviceHandle* device_handle) { in TransferToServer()
96 const DeviceHandle* device_handle) { in TransferToInfeed()
119 const DeviceHandle* device_handle) { in TransferFromOutfeed()
384 for (const DeviceHandle& device_handle : response_device_handles) { in GetDeviceHandles() local
/aosp_15_r20/packages/modules/adb/tools/
Dcheck_ms_os_desc.cpp86 static void check_ms_os_desc_v1(libusb_device_handle* device_handle, const std::string& serial) { in check_ms_os_desc_v1()
159 static void check_ms_os_desc_v2(libusb_device_handle* device_handle, const std::string& serial) { in check_ms_os_desc_v2()
223 libusb_device_handle* device_handle = nullptr; in main() local
Dadb_usbreset.cpp140 libusb_device_handle* device_handle; in main() local
/aosp_15_r20/external/pytorch/torch/distributed/tensor/parallel/
H A D_data_parallel_utils.py11 def sync_grad_hook(grad, *, device_handle=None, compute_stream=None): argument
32 def _unflatten_tensor(tensor, spec, *, device_handle=None, compute_stream=None): argument
/aosp_15_r20/external/flashrom/
H A Dni845x_spi.c53 uInt32 device_handle; member
233 uInt32 device_handle) in usb8452_spi_set_io_voltage()
574 uInt32 device_handle; in ni845x_spi_init() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dxla.proto542 DeviceHandle device_handle = 2; field
552 DeviceHandle device_handle = 3; field
563 DeviceHandle device_handle = 3; field
571 DeviceHandle device_handle = 1; field
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dservice.cc502 Backend* backend, const DeviceHandle& device_handle, in ExecuteAndRegisterResult()
571 for (const auto& device_handle : execution_options.device_handles()) { in GetExecutors() local
795 DeviceHandle device_handle; in GetDeviceHandles() local
1220 DeviceHandle device_handle; in SingleComputationDeviceHandle() local
/aosp_15_r20/bootable/libbootloader/gbl/libefi/src/protocol/
H A Dloaded_image.rs34 pub fn device_handle(&self) -> Result<DeviceHandle> { in device_handle() method
/aosp_15_r20/external/rust/android-crates-io/crates/rusb/src/
Dlib.rs40 mod device_handle; module
/aosp_15_r20/external/rust/crates/rusb/src/
Dlib.rs40 mod device_handle; module
/aosp_15_r20/bootable/libbootloader/gbl/libefi_types/defs/protocols/
H A Dloaded_image_protocol.h30 EfiHandle device_handle; member
/aosp_15_r20/external/rust/android-crates-io/crates/uefi-raw/src/protocol/
Dloaded_image.rs15 pub device_handle: Handle, field
/aosp_15_r20/external/rust/crates/uefi-raw/src/protocol/
Dloaded_image.rs15 pub device_handle: Handle, field
/aosp_15_r20/external/tensorflow/tensorflow/c/eager/parallel_device/
H A Dparallel_device_lib.h270 TFE_TensorHandle* device_handle; in ScalarsFromSequence() local
/aosp_15_r20/bootable/libbootloader/gbl/libefi/src/
H A Dlib.rs1291 let mut device_handle: usize = 0; // Don't care in test_open_close_protocol() localVariable
1345 let mut device_handle: usize = 0; // Don't care in test_null_efi_method() localVariable
1367 let mut device_handle: usize = 0; // Don't care in test_error_efi_method() localVariable
/aosp_15_r20/external/executorch/backends/vulkan/runtime/vk_api/
H A DAdapter.h105 inline VkDevice device_handle() const { in device_handle() function
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A Dgpu_virtual_mem_allocator.cc89 for (const auto device_handle : access_gpu_handles) { in Create() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/
H A DAdapter.h135 inline VkDevice device_handle() const { in device_handle() function
/aosp_15_r20/external/rust/pica/src/
Dsession.rs35 device_handle: usize, field

123