Home
last modified time | relevance | path

Searched full:device (Results 1 – 25 of 37598) sorted by relevance

12345678910>>...1504

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/
H A DAVRDevices.td2 // AVR Device Definitions
21 name, !strconcat("The device is a part of the ", name, " family"), i>;
23 // The device has SRAM, and supports the bare minimum of
35 "The device has random access memory">;
37 // The device supports the `JMP k` and `CALL k` instructions.
39 "The device supports the `JMP` and "
42 // The device supports the indirect branches `IJMP` and `ICALL`.
44 "The device supports `IJMP`/`ICALL`"
47 // The device supports the extended indirect branches `EIJMP` and `EICALL`.
49 "The device supports the "
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
H A DAVRDevices.td2 // AVR Device Definitions
21 : FeatureSet<name, !strconcat("The device is a part of the ",
24 // The device has SRAM, and supports the bare minimum of
36 "The device has random access memory">;
38 // The device supports the `JMP k` and `CALL k` instructions.
40 "The device supports the `JMP` and "
44 // The device supports the indirect branches `IJMP` and `ICALL`.
47 "The device supports `IJMP`/`ICALL`"
50 // The device supports the extended indirect branches `EIJMP` and `EICALL`.
52 "true", "The device supports the "
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/python_tests/regression_tests/
H A Dlarge.disabled.mlir2 …%0 = "tf.RightShift"(%V__0, %V__0) { device = "/job:localhost/replica:0/task:0/device:CPU:0" } : (…
3 …%1 = "tf.Ceil"(%V__1) { device = "/job:localhost/replica:0/task:0/device:CPU:0" } : (tensor<?x?x?x…
4 …%2 = "tf.Shape"(%1) { device = "/job:localhost/replica:0/task:0/device:CPU:0" } : (tensor<?x?x?x?x…
5 … "tf.Const"() { value = dense<[0]> : tensor<1xi32>, device = "/job:localhost/replica:0/task:0/devi…
6 …%4 = "tf.Max"(%V__2, %dims4) { keep_dims = true, device = "/job:localhost/replica:0/task:0/device:…
7 … "tf.Const"() { value = dense<[2]> : tensor<1xi32>, device = "/job:localhost/replica:0/task:0/devi…
8 …%5 = "tf.Min"(%4, %dims5) { keep_dims = true, device = "/job:localhost/replica:0/task:0/device:CPU…
9 …f.Const"() { value = dense<[0, 3]> : tensor<2xi32>, device = "/job:localhost/replica:0/task:0/devi…
10 …%6 = "tf.Prod"(%5, %dims6) { keep_dims = true, device = "/job:localhost/replica:0/task:0/device:CP…
11 …f.Const"() { value = dense<[0, 1]> : tensor<2xi32>, device = "/job:localhost/replica:0/task:0/devi…
[all …]
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_device.c57 anv_device_init_border_colors(struct anv_device *device) in anv_device_init_border_colors() argument
68 device->border_colors = in anv_device_init_border_colors()
69 anv_state_pool_emit_data(&device->dynamic_state_pool, in anv_device_init_border_colors()
74 anv_device_init_trivial_batch(struct anv_device *device) in anv_device_init_trivial_batch() argument
76 VkResult result = anv_device_alloc_bo(device, "trivial-batch", 4096, in anv_device_init_trivial_batch()
82 &device->trivial_batch_bo); in anv_device_init_trivial_batch()
87 .start = device->trivial_batch_bo->map, in anv_device_init_trivial_batch()
88 .next = device->trivial_batch_bo->map, in anv_device_init_trivial_batch()
89 .end = device->trivial_batch_bo->map + 4096, in anv_device_init_trivial_batch()
121 struct anv_device *device = v_batch; in decode_get_bo() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Dlstm_layer_inference.pbtxt6 device: "/device:GPU:*"
31 device: "/device:GPU:*"
53 device: "/device:GPU:*"
76 device: "/device:GPU:*"
107 device: "/device:GPU:*"
120 device: "/device:GPU:*"
133 device: "/device:GPU:*"
144 device: "/device:GPU:*"
182 device: "/device:GPU:*"
214 device: "/device:GPU:*"
[all …]
/aosp_15_r20/external/coreboot/src/soc/amd/genoa_poc/
H A Dchipset.cb4 device cpu_cluster 0 on ops amd_cpu_bus_ops end
12 device domain 0 on
14 device pci 00.0 alias gnb_0 on end
15 device pci 00.2 alias iommu_0 off ops amd_iommu_ops end
16 device pci 00.3 alias rcec_0 off end
18 device pci 01.0 on end # Dummy device function, do not disable
20 device pci 01.1 alias gpp_bridge_0_0_a off end
23 device pci 01.2 alias gpp_bridge_0_1_a off end
26 device pci 01.3 alias gpp_bridge_0_2_a off end
29 device pci 01.4 alias gpp_bridge_0_3_a off end
[all …]
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DActiveDeviceManager.java55 * The active device manager is responsible for keeping track of the connected
56 * A2DP/HFP/AVRCP/HearingAid/LE audio devices and select which device is active (for each profile).
57 * The active device manager selects a fallback device when the currently active device is
63 * profile is responsible for automatically selecting the connected device as active. Only if the
66 * <p>2) The selected A2DP active device is the one used for AVRCP as well.
68 * <p>3) The HFP active device might be different from the A2DP active device.
70 * <p>4) The Active Device Manager always listens for the change of active devices. When it changed
71 * (e.g., triggered indirectly by user action on the UI), the new active device is marked as the
72 * current active device for that profile.
74 * <p>5) If there is a HearingAid active device, then A2DP, HFP and LE audio active devices must be
[all …]
/aosp_15_r20/external/llvm/lib/Target/AVR/
H A DAVR.td39 : FeatureSet<name, !strconcat("The device is a part of the ",
42 // The device has SRAM, and supports the bare minimum of
54 "The device has random access memory">;
56 // The device supports the `JMP k` and `CALL k` instructions.
58 "The device supports the `JMP` and "
62 // The device supports the indirect branches `IJMP` and `ICALL`.
65 "The device supports `IJMP`/`ICALL`"
68 // The device supports the extended indirect branches `EIJMP` and `EICALL`.
70 "true", "The device supports the "
73 // The device supports `ADDI Rd, K`, `SUBI Rd, K`.
[all …]
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidHostService.java175 for (BluetoothDevice device : mInputDevices.keySet()) { in cleanup()
178 device, BluetoothDevice.TRANSPORT_LE, BluetoothProfile.STATE_DISCONNECTED); in cleanup()
180 device, in cleanup()
190 private byte[] getIdentityAddress(BluetoothDevice device) { in getIdentityAddress() argument
192 return Utils.getByteBrEdrAddress(mAdapterService, device); in getIdentityAddress()
194 return mAdapterService.getByteIdentityAddress(device); in getIdentityAddress()
198 private byte[] getByteAddress(BluetoothDevice device, int transport) { in getByteAddress() argument
199 final ParcelUuid[] uuids = mAdapterService.getRemoteUuids(device); in getByteAddress()
209 return Utils.getByteAddress(device); in getByteAddress()
212 return getIdentityAddress(device); in getByteAddress()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dspirv_reqs.rs5 device: &Device, in check_spirv_capability() argument
19 if !(device.enabled_features().geometry_shader) { in check_spirv_capability()
26 if !(device.enabled_features().tessellation_shader) { in check_spirv_capability()
33 if !(device.enabled_features().shader_float64) { in check_spirv_capability()
40 if !(device.enabled_features().shader_int64) { in check_spirv_capability()
47 if !(device.enabled_features().shader_buffer_int64_atomics in check_spirv_capability()
48 || device.enabled_features().shader_shared_int64_atomics in check_spirv_capability()
49 || device.enabled_features().shader_image_int64_atomics) in check_spirv_capability()
59 if !(device.enabled_features().shader_buffer_float16_atomic_add in check_spirv_capability()
60 || device.enabled_features().shader_shared_float16_atomic_add) in check_spirv_capability()
[all …]
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_device.c96 VK_FROM_HANDLE(radv_device, device, _device); in radv_GetMemoryHostPointerPropertiesEXT()
97 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_GetMemoryHostPointerPropertiesEXT()
117 radv_device_init_border_color(struct radv_device *device) in radv_device_init_border_color() argument
121 result = radv_bo_create(device, NULL, RADV_BORDER_COLOR_BUFFER_SIZE, 4096, RADEON_DOMAIN_VRAM, in radv_device_init_border_color()
123 RADV_BO_PRIORITY_SHADER, 0, true, &device->border_color_data.bo); in radv_device_init_border_color()
126 return vk_error(device, result); in radv_device_init_border_color()
128 radv_rmv_log_border_color_palette_create(device, device->border_color_data.bo); in radv_device_init_border_color()
130 result = device->ws->buffer_make_resident(device->ws, device->border_color_data.bo, true); in radv_device_init_border_color()
132 return vk_error(device, result); in radv_device_init_border_color()
134device->border_color_data.colors_gpu_ptr = radv_buffer_map(device->ws, device->border_color_data.b… in radv_device_init_border_color()
[all …]
/aosp_15_r20/external/pytorch/test/
H A Dtest_tensor_creation_ops.py35 def _generate_input(shape, dtype, device, with_extremal): argument
37 x = torch.tensor((), dtype=dtype, device=device)
42 x = torch.randn(*shape, device=device) * random.randint(30, 100)
45 x = torch.randn(*shape, dtype=dtype, device=device) * random.randint(30, 100)
57 x = torch.zeros(shape, dtype=dtype, device=device)
60 x = torch.randint(15, 100, shape, dtype=dtype, device=device)
86 def test_diag_embed(self, device, dtype): argument
87 x = torch.arange(3 * 4, dtype=dtype, device=device).view(3, 4)
96 def test_cat_mem_overlap(self, device): argument
97 x = torch.rand((1, 3), device=device).expand((6, 3))
[all …]
H A Dtest_indexing.py35 def test_index(self, device): argument
41 reference = consec((3, 3, 3)).to(device)
45 reference[torch.LongTensor().to(device)], reference.new(0, 3, 3)
75 reference_5d = consec((3, 3, 3, 3, 3)).to(device)
88 reference = consec((5, 5, 5)).to(device)
89 idx = torch.LongTensor([2, 4]).to(device)
117 reference = consec((10, 10, 10)).to(device)
143 tensor = torch.DoubleTensor(lst).to(device)
182 def test_advancedindex(self, device, dtype): argument
190 sequence = torch.ones(numel, dtype=torch.float, device=device).cumsum(0)
[all …]
H A Dtest_binary_ufuncs.py194 def test_reference_numerics(self, device, dtype, op): argument
195 gen = generate_elementwise_binary_tensors(op, device=device, dtype=dtype)
199 def test_reference_numerics_small_values(self, device, dtype, op): argument
204 op, device=device, dtype=dtype
222 def test_reference_numerics_large_values(self, device, dtype, op): argument
224 op, device=device, dtype=dtype
239 def test_reference_numerics_extremal_values(self, device, dtype, op): argument
241 op, device=device, dtype=dtype
253 def test_broadcasting(self, device, dtype, op): argument
255 op, device=device, dtype=dtype
[all …]
/aosp_15_r20/out/soong/raw-aosp_shiba/ad/
Dad0538e5b25ce8bf1ab7383be1fc333188b6a3c91 device/google/atv/libraries/BluetoothServices/res/anim/progress_indeterminate_horizontal_rect1.xml
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
H A DvkDeviceDriverImpl.inl7 PFN_vkVoidFunction DeviceDriver::getDeviceProcAddr (VkDevice device, const char* pName) const argument
9 return m_vk.getDeviceProcAddr(device, pName);
12 void DeviceDriver::destroyDevice (VkDevice device, const VkAllocationCallbacks* pAllocator) const argument
14 m_vk.destroyDevice(device, pAllocator);
17 void DeviceDriver::getDeviceQueue (VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex,… argument
19 m_vk.getDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue);
32 VkResult DeviceDriver::deviceWaitIdle (VkDevice device) const
34 return m_vk.deviceWaitIdle(device);
37 VkResult DeviceDriver::allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, … argument
39 return m_vk.allocateMemory(device, pAllocateInfo, pAllocator, pMemory);
[all …]
/aosp_15_r20/external/vulkan-validation-layers/layers/generated/
H A Dobject_tracker.cpp36 bool ObjectLifetimes::ReportUndestroyedObjects(VkDevice device, const std::string& error_code) { in ReportUndestroyedObjects() argument
38 skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeCommandBuffer, error_code); in ReportUndestroyedObjects()
39 skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeSemaphore, error_code); in ReportUndestroyedObjects()
40 skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeFence, error_code); in ReportUndestroyedObjects()
41 skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeDeviceMemory, error_code); in ReportUndestroyedObjects()
42 skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeBuffer, error_code); in ReportUndestroyedObjects()
43 skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeImage, error_code); in ReportUndestroyedObjects()
44 skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeEvent, error_code); in ReportUndestroyedObjects()
45 skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeQueryPool, error_code); in ReportUndestroyedObjects()
46 skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeBufferView, error_code); in ReportUndestroyedObjects()
[all …]
H A Dthread_safety.cpp28 void ThreadSafety::PreCallRecordAllocateCommandBuffers(VkDevice device, const VkCommandBufferAlloca… in PreCallRecordAllocateCommandBuffers() argument
30 StartReadObject(device); in PreCallRecordAllocateCommandBuffers()
34 void ThreadSafety::PostCallRecordAllocateCommandBuffers(VkDevice device, const VkCommandBufferAlloc… in PostCallRecordAllocateCommandBuffers() argument
36 FinishReadObject(device); in PostCallRecordAllocateCommandBuffers()
49 void ThreadSafety::PreCallRecordAllocateDescriptorSets(VkDevice device, const VkDescriptorSetAlloca… in PreCallRecordAllocateDescriptorSets() argument
51 StartReadObject(device); in PreCallRecordAllocateDescriptorSets()
56 void ThreadSafety::PostCallRecordAllocateDescriptorSets(VkDevice device, const VkDescriptorSetAlloc… in PostCallRecordAllocateDescriptorSets() argument
58 FinishReadObject(device); in PostCallRecordAllocateDescriptorSets()
63 void ThreadSafety::PreCallRecordFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint… in PreCallRecordFreeCommandBuffers() argument
66 StartReadObject(device); in PreCallRecordFreeCommandBuffers()
[all …]
/aosp_15_r20/external/pytorch/test/functorch/
H A Dtest_eager_transforms.py244 def test_primitive(self, device): argument
245 x = torch.randn([], device=device)
249 def test_composite_simple(self, device): argument
250 x = torch.randn(2, 3, 4, device=device)
254 def test_fn_with_kwargs(self, device): argument
258 x = torch.randn(3, device=device)
259 y = torch.randn(3, device=device)
264 def test_composite_complicated(self, device): argument
265 x = torch.randn(3, device=device)
266 y = torch.randn(3, 5, device=device)
[all …]
/aosp_15_r20/external/pytorch/test/cpp/lazy/
H A Dtest_lazy_ops.cpp1 #include <c10/core/Device.h>
24 // This registers the torchscript backend, without which lazy device won't work.
88 1., torch::TensorOptions(torch::kFloat).device(DefaultDevice())); in TEST_F()
89 ForEachDevice([&](const torch::Device& device) { in TEST_F() argument
91 1., torch::TensorOptions(torch::kFloat).device(torch::kLazy)); in TEST_F()
97 ForEachDevice([&](const torch::Device& device) { in TEST_F() argument
99 {2, 2}, torch::TensorOptions(torch::kFloat).device(DefaultDevice())); in TEST_F()
100 torch::Tensor lazy_a = CopyToDevice(a, device); in TEST_F()
109 ForEachDevice([&](const torch::Device& device) { in TEST_F() argument
111 {2, 2}, torch::TensorOptions(torch::kFloat).device(DefaultDevice())); in TEST_F()
[all …]
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/camera/device/aidl/android.hardware.camera.device-V3-ndk/android_arm64_armv8-2a_cortex-a55_static_cfi/
Dandroid.hardware.camera.device-V3-ndk.a.rsp1device/aidl/android.hardware.camera.device-V3-ndk/android_arm64_armv8-2a_cortex-a55_static_cfi/obj…
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/camera/device/aidl/android.hardware.camera.device-V2-ndk/android_arm64_armv8-2a_cortex-a55_static_cfi/
Dandroid.hardware.camera.device-V2-ndk.a.rsp1device/aidl/android.hardware.camera.device-V2-ndk/android_arm64_armv8-2a_cortex-a55_static_cfi/obj…
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Library/
H A DDevicePathLib.h2 Provides library functions to construct and parse UEFI Device Paths.
18 Determine whether a given device path is valid.
20 @param DevicePath A pointer to a device path data structure.
21 @param MaxSize The maximum size of the device path data structure.
41 Returns the Type field of a device path node.
43 Returns the Type field of the device path node specified by Node.
47 @param Node A pointer to a device path node data structure.
49 @return The Type field of the device path node specified by Node.
59 Returns the SubType field of a device path node.
61 Returns the SubType field of the device path node specified by Node.
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/
H A DDevicePathLib.h2 Provides library functions to construct and parse UEFI Device Paths.
24 Determine whether a given device path is valid.
27 @param DevicePath A pointer to a device path data structure.
28 @param MaxSize The maximum size of the device path data structure.
46 Returns the Type field of a device path node.
48 Returns the Type field of the device path node specified by Node.
52 @param Node A pointer to a device path node data structure.
54 @return The Type field of the device path node specified by Node.
64 Returns the SubType field of a device path node.
66 Returns the SubType field of the device path node specified by Node.
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Library/
H A DDevicePathLib.h2 Provides library functions to construct and parse UEFI Device Paths.
18 Determine whether a given device path is valid.
20 @param DevicePath A pointer to a device path data structure.
21 @param MaxSize The maximum size of the device path data structure.
41 Returns the Type field of a device path node.
43 Returns the Type field of the device path node specified by Node.
47 @param Node A pointer to a device path node data structure.
49 @return The Type field of the device path node specified by Node.
59 Returns the SubType field of a device path node.
61 Returns the SubType field of the device path node specified by Node.
[all …]

12345678910>>...1504