Home
last modified time | relevance | path

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

12345678910>>...510

/external/deqp/external/vulkancts/scripts/src/
Dextensions_data.txt5 // * information wheter this is device or instance extension
25 VK_KHR_swapchain DEVICE
26 VK_KHR_swapchain_mutable_format DEVICE
27 VK_KHR_display_swapchain DEVICE
28 VK_KHR_sampler_mirror_clamp_to_edge DEVICE 1_2_0
29 VK_KHR_multiview DEVICE 1_1_0
30 VK_KHR_device_group DEVICE 1_1_0
31 VK_KHR_shader_draw_parameters DEVICE 1_1_0
32 VK_KHR_maintenance1 DEVICE 1_1_0
33 VK_KHR_external_memory DEVICE 1_1_0
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/
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 …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
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 …]
/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_pairing_tests.py8 HID device.
25 """Server side bluetooth adapter pairing and connecting to bluetooth device
28 pair and connect to a bluetooth HID device correctly.
41 def pairing_test(self, device, check_connected_method=lambda device: True, argument
43 """Running Bluetooth adapter tests about pairing to a device."""
53 # Test if the adapter could discover the target device.
55 if not self.test_discover_device(device.address):
58 # Test if the discovered device class of service is correct.
59 if not self.test_device_class_of_service(device.address,
60 device.class_of_service):
[all …]
/external/llvm/lib/Target/AVR/
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 …]
/external/tensorflow/tensorflow/compiler/tests/
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 …]
/external/rust/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 …]
/external/tensorflow/tensorflow/compiler/jit/
Dxla_device_ops.h39 // Dummy OpKernel, used for kernels assigned to an XLA device that should be
42 // operator on an XLA device but the compiler did not compile it.
58 #define REGISTER_XLA_LAUNCH_KERNEL(DEVICE, KERNEL, TYPES) \ argument
60 .Device(DEVICE) \
65 #define REGISTER_XLA_COMPILE_KERNEL(DEVICE, KERNEL, TYPES) \ argument
67 .Device(DEVICE) \
74 #define REGISTER_XLA_RUN_KERNEL(DEVICE, KERNEL, TYPES) \ argument
75 REGISTER_KERNEL_BUILDER(Name("_XlaRun").Device(DEVICE), KERNEL);
77 #define REGISTER_XLA_DEVICE_KERNELS(DEVICE, TYPES) \ argument
79 Name("Const").Device(DEVICE).TypeConstraint("dtype", TYPES), \
[all …]
Dxla_ops_on_regular_devices.cc23 #define REGISTER_XLA_OPS_ON_DEVICE(DEVICE) \ argument
30 .Device(DEVICE), \
38 .Device(DEVICE), \
41 Name("XlaBroadcastHelper").HostMemory("broadcast_dims").Device(DEVICE), \
43 REGISTER_KERNEL_BUILDER(Name("XlaSelfAdjointEig").Device(DEVICE), \
45 REGISTER_KERNEL_BUILDER(Name("XlaSvd").Device(DEVICE), \
47 REGISTER_KERNEL_BUILDER(Name("XlaDot").Device(DEVICE), \
49 REGISTER_KERNEL_BUILDER(Name("XlaDotV2").Device(DEVICE), \
52 Name("XlaDynamicSlice").HostMemory("size_indices").Device(DEVICE), \
54 REGISTER_KERNEL_BUILDER(Name("XlaDynamicUpdateSlice").Device(DEVICE), \
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothHfpClientFacade.java72 * @param device - the BluetoothDevice object to connect Hfp client.
75 public Boolean hfpClientConnect(BluetoothDevice device) { in hfpClientConnect() argument
77 return sHfpClientProfile.connect(device); in hfpClientConnect()
82 * @param device - the BluetoothDevice object to disconnect from Hfp client.
85 public Boolean hfpClientDisconnect(BluetoothDevice device) { in hfpClientDisconnect() argument
87 return sHfpClientProfile.disconnect(device); in hfpClientDisconnect()
101 * @param deviceStr - Mac address of a BT device.
106 @RpcParameter(name = "device", in bluetoothHfpClientSetPriority()
107 description = "Mac address of a BT device.") String deviceStr, in bluetoothHfpClientSetPriority()
112 BluetoothDevice device = in bluetoothHfpClientSetPriority()
[all …]
/external/tensorflow/tensorflow/compiler/mlir/tfrt/python_tests/regression_tests/
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 …]
/external/mesa3d/src/amd/vulkan/
Dradv_device.c94 radv_device_fault_detection_enabled(const struct radv_device *device) in radv_device_fault_detection_enabled() argument
96 return device->instance->debug_flags & RADV_DEBUG_HANG; in radv_device_fault_detection_enabled()
104 RADV_FROM_HANDLE(radv_device, device, _device); in radv_GetMemoryHostPointerPropertiesEXT()
108 const struct radv_physical_device *physical_device = device->physical_device; in radv_GetMemoryHostPointerPropertiesEXT()
126 radv_device_init_border_color(struct radv_device *device) in radv_device_init_border_color() argument
131 device->ws->buffer_create(device->ws, RADV_BORDER_COLOR_BUFFER_SIZE, 4096, RADEON_DOMAIN_VRAM, in radv_device_init_border_color()
133 RADV_BO_PRIORITY_SHADER, 0, &device->border_color_data.bo); in radv_device_init_border_color()
136 return vk_error(device, result); in radv_device_init_border_color()
138 radv_rmv_log_border_color_palette_create(device, device->border_color_data.bo); in radv_device_init_border_color()
140 result = device->ws->buffer_make_resident(device->ws, device->border_color_data.bo, true); in radv_device_init_border_color()
[all …]
/external/chromium-trace/catapult/devil/devil/android/tools/
Dprovision_devices.py9 ./provision_devices.py [-d <device serial number>]
99 logging.error('Local device denylist: %s', denylist.Read())
150 def ProvisionDevice(device, steps, denylist, reboot_timeout=None): argument
153 if device.build_version_sdk >= version_codes.LOLLIPOP:
160 device.WaitUntilFullyBooted(timeout=reboot_timeout, retries=0)
162 logger.error('Device did not finish booting. Will try to reboot.')
163 device.Reboot(timeout=reboot_timeout)
164 step.cmd(device)
166 device.Reboot(False, retries=0)
167 device.adb.WaitForDevice()
[all …]
/external/mesa3d/src/intel/vulkan/
Danv_rmv.c35 simple_mtx_lock(&queue->device->vk.memory_trace_data.token_mtx); in capture_trace()
36 vk_dump_rmv_capture(&queue->device->vk.memory_trace_data); in capture_trace()
37 simple_mtx_unlock(&queue->device->vk.memory_trace_data.token_mtx); in capture_trace()
43 anv_memory_trace_init(struct anv_device *device) in anv_memory_trace_init() argument
47 anv_rmv_fill_device_info(device->physical, &info); in anv_memory_trace_init()
48 vk_memory_trace_init(&device->vk, &info); in anv_memory_trace_init()
50 if (!device->vk.memory_trace_data.is_enabled) in anv_memory_trace_init()
53 device->vk.capture_trace = capture_trace; in anv_memory_trace_init()
57 fill_memory_info(const struct anv_physical_device *device, in fill_memory_info() argument
64 out_info->size = device->memory.heaps[0].size; in fill_memory_info()
[all …]
/external/skia/src/gpu/vk/
DVulkanInterface.cpp17 #define ACQUIRE_PROC(name, instance, device) \ argument
18 fFunctions.f##name = reinterpret_cast<PFN_vk##name>(getProc("vk" #name, instance, device))
20 #define ACQUIRE_PROC_SUFFIX(name, suffix, instance, device) \ argument
22 reinterpret_cast<PFN_vk##name##suffix>(getProc("vk" #name #suffix, instance, device))
26 VkDevice device, in VulkanInterface() argument
55 // Device Procs. in VulkanInterface()
56 ACQUIRE_PROC(GetDeviceQueue, VK_NULL_HANDLE, device); in VulkanInterface()
57 ACQUIRE_PROC(QueueSubmit, VK_NULL_HANDLE, device); in VulkanInterface()
58 ACQUIRE_PROC(QueueWaitIdle, VK_NULL_HANDLE, device); in VulkanInterface()
59 ACQUIRE_PROC(DeviceWaitIdle, VK_NULL_HANDLE, device); in VulkanInterface()
[all …]
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
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 …]
DvkConcreteDeviceInterface.inl6 virtual PFN_vkVoidFunction getDeviceProcAddr (VkDevice device, const char* pName) const;
7 virtual void destroyDevice (VkDevice device, const VkAllocationCallbacks* pAllocator) …
8 virtual void getDeviceQueue (VkDevice device, uint32_t queueFamilyIndex, uint32_t queu…
11 virtual VkResult deviceWaitIdle (VkDevice device) const;
12 virtual VkResult allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAllocate…
13 virtual void freeMemory (VkDevice device, VkDeviceMemory memory, const VkAllocationCa…
14 virtual VkResult mapMemory (VkDevice device, VkDeviceMemory memory, VkDeviceSize offse…
15 virtual void unmapMemory (VkDevice device, VkDeviceMemory memory) const;
16 virtual VkResult flushMappedMemoryRanges (VkDevice device, uint32_t memoryRangeCount, con…
17 virtual VkResult invalidateMappedMemoryRanges (VkDevice device, uint32_t memoryRangeCount, …
[all …]
/external/tensorflow/tensorflow/python/kernel_tests/
Dcollective_ops_test.py102 combinations.combine(device='CPU', communication='RING', required_gpus=0) +
104 device='GPU', communication=['RING', 'NCCL'], required_gpus=2))
128 def testReduce(self, collective_ops, device, communication): argument
129 dev0 = '/device:%s:0' % device
130 dev1 = '/device:%s:1' % device
134 with ops.device(dev):
139 with ops.device(dev0):
159 with ops.device(dev0):
168 with ops.device(dev1):
183 def testGather(self, collective_ops, device, communication): argument
[all …]
/external/angle/build/android/
Dprovision_devices.py10 ./provision_devices.py [-d <device serial number>]
72 if args.device:
73 devices = [d for d in devices if d == args.device]
75 raise device_errors.DeviceUnreachableError(args.device)
92 def ProvisionDevice(device, denylist, options): argument
98 device.WaitUntilFullyBooted(timeout=reboot_timeout, retries=0)
100 logging.error('Device did not finish booting. Will try to reboot.')
101 device.Reboot(timeout=reboot_timeout)
102 phase_func(device, options)
104 device.Reboot(False, retries=0)
[all …]
/external/cronet/build/android/
Dprovision_devices.py10 ./provision_devices.py [-d <device serial number>]
72 if args.device:
73 devices = [d for d in devices if d == args.device]
75 raise device_errors.DeviceUnreachableError(args.device)
92 def ProvisionDevice(device, denylist, options): argument
98 device.WaitUntilFullyBooted(timeout=reboot_timeout, retries=0)
100 logging.error('Device did not finish booting. Will try to reboot.')
101 device.Reboot(timeout=reboot_timeout)
102 phase_func(device, options)
104 device.Reboot(False, retries=0)
[all …]
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowBluetoothDeviceTest.java4 import static android.bluetooth.BluetoothClass.Device.AUDIO_VIDEO_HEADPHONES;
55 BluetoothDevice device = BluetoothAdapter.getDefaultAdapter().getRemoteDevice(MOCK_MAC_ADDRESS); in canSetAndGetUuids() local
62 shadowOf(device).setUuids(uuids); in canSetAndGetUuids()
63 assertThat(device.getUuids()).isEqualTo(uuids); in canSetAndGetUuids()
69 BluetoothDevice device = BluetoothAdapter.getDefaultAdapter().getRemoteDevice(MOCK_MAC_ADDRESS); in getUuids_setUuidsNotCalled_shouldReturnNull() local
70 assertThat(device.getUuids()).isNull(); in getUuids_setUuidsNotCalled_shouldReturnNull()
76 BluetoothDevice device = BluetoothAdapter.getDefaultAdapter().getRemoteDevice(MOCK_MAC_ADDRESS); in canSetAndGetBondState() local
78 assertThat(device.getBondState()).isEqualTo(BOND_NONE); in canSetAndGetBondState()
80 shadowOf(device).setBondState(BOND_BONDED); in canSetAndGetBondState()
81 assertThat(device.getBondState()).isEqualTo(BOND_BONDED); in canSetAndGetBondState()
[all …]
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_event.c84 create_event_pipelines(struct v3dv_device *device) in create_event_pipelines() argument
88 if (!device->events.descriptor_set_layout) { in create_event_pipelines()
109 v3dv_CreateDescriptorSetLayout(v3dv_device_to_handle(device), in create_event_pipelines()
111 &device->vk.alloc, in create_event_pipelines()
112 &device->events.descriptor_set_layout); in create_event_pipelines()
118 if (!device->events.pipeline_layout) { in create_event_pipelines()
122 .pSetLayouts = &device->events.descriptor_set_layout, in create_event_pipelines()
129 v3dv_CreatePipelineLayout(v3dv_device_to_handle(device), in create_event_pipelines()
131 &device->vk.alloc, in create_event_pipelines()
132 &device->events.pipeline_layout); in create_event_pipelines()
[all …]
/external/vulkan-validation-layers/layers/generated/
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 …]
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 …]
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dtpu_device_propagation.mlir1 // RUN: tf-opt %s -tf-tpu-device-propagation | FileCheck %s
6 // CHECK-SAME: ({{%.+}}: tensor<i64> {tf.device = "/job:localhost/replica:0/task:0/device:TPU:0"})
7 // CHECK-SAME: -> (tensor<i64> {tf.device = "/job:localhost/replica:0/task:0/device:TPU:0"})
8 func.func @testArgToRet(%arg0: tensor<i64> {tf.device = "/job:localhost/replica:0/task:0/device:TPU…
18 // CHECK-SAME: ({{%.+}}: tensor<i64> {tf.device = "/job:localhost/replica:0/task:0/device:TPU:0"})
19 // CHECK-SAME: -> (tensor<i64> {tf.device = "/job:localhost/replica:0/task:0/device:TPU:0"})
20 func.func @testIdentityOp(%arg0: tensor<i64> {tf.device = "/job:localhost/replica:0/task:0/device:T…
23 // CHECK-SAME: device = "/job:localhost/replica:0/task:0/device:TPU:0"
31 …r<i64> {tf.device = "/job:localhost/replica:0/task:0/device:TPU:0"}, {{%.+}}: tensor<i32> {tf.devi…
32 …ensor<i64> {tf.device = "/job:localhost/replica:0/task:0/device:TPU:0"}, tensor<i32> {tf.device = …
[all …]

12345678910>>...510