Home
last modified time | relevance | path

Searched +full:- +full:- +full:device (Results 1 – 25 of 1379) sorted by relevance

12345678910>>...56

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/
DAVRDevices.td1 //===---------------------------------------------------------------------===//
2 // AVR Device Definitions
3 //===---------------------------------------------------------------------===//
5 // :TODO: Implement the skip errata, see `gcc/config/avr/avr-arch.h` for details
21 name, !strconcat("The device is a part of the ", name, " family"), i>;
23 // The device has SRAM, and supports the bare minimum of
24 // SRAM-relevant instructions.
27 // LD - all 9 variants
28 // ST - all 9 variants
29 // LDD - two variants for Y and Z
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRDevices.td1 //===---------------------------------------------------------------------===//
2 // AVR Device Definitions
3 //===---------------------------------------------------------------------===//
5 // :TODO: Implement the skip errata, see `gcc/config/avr/avr-arch.h` for details
21 : FeatureSet<name, !strconcat("The device is a part of the ",
24 // The device has SRAM, and supports the bare minimum of
25 // SRAM-relevant instructions.
28 // LD - all 9 variants
29 // ST - all 9 variants
30 // LDD - two variants for Y and Z
[all …]
/external/llvm/lib/Target/AVR/
DAVR.td1 //===-- AVR.td - Describe the AVR Target Machine ----------*- tablegen -*-===//
8 //===---------------------------------------------------------------------===//
10 //===---------------------------------------------------------------------===//
12 //===---------------------------------------------------------------------===//
13 // Target-independent interfaces which we are implementing
14 //===---------------------------------------------------------------------===//
18 //===---------------------------------------------------------------------===//
20 //===---------------------------------------------------------------------===//
22 // :TODO: Implement the skip errata, see `gcc/config/avr/avr-arch.h` for details
39 : FeatureSet<name, !strconcat("The device is a part of the ",
[all …]
/external/mesa3d/src/intel/vulkan/
Danv_device.c28 #include "drm-uapi/drm_fourcc.h"
29 #include "drm-uapi/drm.h"
57 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()
[all …]
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
63 out_info->physical_base_address = 0; in fill_memory_info()
[all …]
/external/mesa3d/src/amd/vulkan/
Dradv_sqtt.c4 * SPDX-License-Identifier: MIT
53 radv_emit_wait_for_idle(const struct radv_device *device, struct radeon_cmdbuf *cs, int family) in radv_emit_wait_for_idle() argument
55 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_emit_wait_for_idle()
59 device->ws, cs, pdev->info.gfx_level, NULL, 0, qf, in radv_emit_wait_for_idle()
67 radv_emit_sqtt_start(const struct radv_device *device, struct radeon_cmdbuf *cs, enum radv_queue_fa… in radv_emit_sqtt_start() argument
69 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_emit_sqtt_start()
73 pm4 = ac_pm4_create_sized(&pdev->info, false, 512, is_compute_queue); in radv_emit_sqtt_start()
77 ac_sqtt_emit_start(&pdev->info, pm4, &device->sqtt, is_compute_queue); in radv_emit_sqtt_start()
80 radeon_check_space(device->ws, cs, pm4->ndw); in radv_emit_sqtt_start()
81 radeon_emit_array(cs, pm4->pm4, pm4->ndw); in radv_emit_sqtt_start()
[all …]
Dradv_device.c8 * SPDX-License-Identifier: MIT
52 #include "drm-uapi/amdgpu_drm.h"
57 #include "util/mesa-sha1.h"
81 return (instance->vk.trace_mode & RADV_TRACE_MODE_RGP) && in radv_spm_trace_enabled()
96 VK_FROM_HANDLE(radv_device, device, _device); in radv_GetMemoryHostPointerPropertiesEXT()
97 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_GetMemoryHostPointerPropertiesEXT()
102 for (int i = 0; i < pdev->memory_properties.memoryTypeCount; i++) { in radv_GetMemoryHostPointerPropertiesEXT()
103 …if (pdev->memory_domains[i] == RADEON_DOMAIN_GTT && !(pdev->memory_flags[i] & RADEON_FLAG_GTT_WC))… in radv_GetMemoryHostPointerPropertiesEXT()
108 pMemoryHostPointerProperties->memoryTypeBits = memoryTypeBits; in radv_GetMemoryHostPointerPropertiesEXT()
117 radv_device_init_border_color(struct radv_device *device) in radv_device_init_border_color() argument
[all …]
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Library/
DDevicePathLib.h2 Provides library functions to construct and parse UEFI Device Paths.
7 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
8 SPDX-License-Identifier: BSD-2-Clause-Patent
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.
[all …]
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Library/
DDevicePathLib.h2 Provides library functions to construct and parse UEFI Device Paths.
7 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
8 SPDX-License-Identifier: BSD-2-Clause-Patent
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.
[all …]
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Library/
DDevicePathLib.h2 Provides library functions to construct and parse UEFI Device Paths.
7 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
8 SPDX-License-Identifier: BSD-2-Clause-Patent
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.
[all …]
/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/
DDevicePathLib.h2 Provides library functions to construct and parse UEFI Device Paths.
7 Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>
11 http://opensource.org/licenses/bsd-license.php.
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.
[all …]
/external/mesa3d/src/freedreno/vulkan/
Dtu_rmv.cc3 * SPDX-License-Identifier: MIT
23 struct tu_device *device = queue->device; in capture_trace() local
24 assert(device->vk.memory_trace_data.is_enabled); in capture_trace()
26 simple_mtx_lock(&device->vk.memory_trace_data.token_mtx); in capture_trace()
28 vk_dump_rmv_capture(&queue->device->vk.memory_trace_data); in capture_trace()
30 simple_mtx_unlock(&device->vk.memory_trace_data.token_mtx); in capture_trace()
35 tu_rmv_fill_device_info(struct tu_device *device, in tu_rmv_fill_device_info() argument
38 struct tu_physical_device *physical_device = device->physical_device; in tu_rmv_fill_device_info()
40 /* Turnip backends only set up a single device-local heap. When available, in tu_rmv_fill_device_info()
41 * the kernel-provided VA range is used, otherwise we fall back to that in tu_rmv_fill_device_info()
[all …]
/external/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_device.c10 * SPDX-License-Identifier: MIT
40 const VkAllocationCallbacks *vkalloc = allocator->priv; in panvk_kmod_zalloc()
46 /* We force errno to -ENOMEM on host allocation failures so we can properly in panvk_kmod_zalloc()
49 errno = -ENOMEM; in panvk_kmod_zalloc()
57 const VkAllocationCallbacks *vkalloc = allocator->priv; in panvk_kmod_free()
68 .label = "Device RW cached memory pool", in panvk_device_init_mempools()
74 panvk_pool_init(&dev->mempools.rw, dev, NULL, &rw_pool_props); in panvk_device_init_mempools()
79 .label = "Device RW uncached memory pool", in panvk_device_init_mempools()
85 panvk_pool_init(&dev->mempools.rw_nc, dev, NULL, &rw_nc_pool_props); in panvk_device_init_mempools()
90 .label = "Device executable memory pool (shaders)", in panvk_device_init_mempools()
[all …]
/external/chromium-trace/catapult/devil/devil/android/tools/
Dprovision_devices.py4 # Use of this source code is governed by a BSD-style license that can be
9 ./provision_devices.py [-d <device serial number>]
25 import _strptime # pylint: disable=unused-import
50 _SYSTEM_APP_DIRECTORIES = ['/system/app/', '/system/priv-app/']
64 HELP_TEXT = '{}s on L, {}s on pre-L'.format(LOLLIPOP, PRE_LOLLIPOP)
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.')
[all …]
/external/tensorflow/tensorflow/compiler/mlir/tfrt/python_tests/regression_tests/
Dlarge.disabled.mlir1 …32> }, %V__112 : tensor<i1> { python_test_attrs.static_type = tensor<i1> }) -> tensor<?x?x?x?xi64>…
2 …ghtShift"(%V__0, %V__0) { device = "/job:localhost/replica:0/task:0/device:CPU:0" } : (tensor<?x?x…
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 …st"() { value = dense<[0]> : tensor<1xi32>, device = "/job:localhost/replica:0/task:0/device:CPU:0…
6 …dims4) { keep_dims = true, device = "/job:localhost/replica:0/task:0/device:CPU:0" } : (tensor<?x?…
7 …st"() { value = dense<[2]> : tensor<1xi32>, device = "/job:localhost/replica:0/task:0/device:CPU:0…
8 …dims5) { keep_dims = true, device = "/job:localhost/replica:0/task:0/device:CPU:0" } : (tensor<?x?…
9 …() { value = dense<[0, 3]> : tensor<2xi32>, device = "/job:localhost/replica:0/task:0/device:CPU:0…
10 …dims6) { keep_dims = true, device = "/job:localhost/replica:0/task:0/device:CPU:0" } : (tensor<?x?…
[all …]
/external/clang/test/Driver/
Dcuda-options.cu2 // REQUIRES: clang-driver
3 // REQUIRES: x86-registered-target
4 // REQUIRES: nvptx-registered-target
6 // Simple compilation case. Compile device-side to PTX assembly and make sure
8 // RUN: %clang -### -target x86_64-linux-gnu -c %s 2>&1 \
9 // RUN: | FileCheck -check-prefix DEVICE -check-prefix DEVICE-NOSAVE \
10 // RUN: -check-prefix HOST -check-prefix INCLUDES-DEVICE \
11 // RUN: -check-prefix NOLINK %s
14 // RUN: %clang -### -target x86_64-linux-gnu %s 2>&1 \
15 // RUN: | FileCheck -check-prefix DEVICE -check-prefix DEVICE-NOSAVE \
[all …]
/external/vulkan-validation-layers/layers/generated/
Dobject_tracker.cpp1 // *** THIS FILE IS GENERATED - DO NOT EDIT ***
7 * Copyright (c) 2015-2019 The Khronos Group Inc.
8 * Copyright (c) 2015-2019 Valve Corporation
9 * Copyright (c) 2015-2019 LunarG, Inc.
10 * Copyright (c) 2015-2019 Google Inc.
16 * http://www.apache.org/licenses/LICENSE-2.0
36 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()
[all …]
/external/coreboot/src/soc/intel/xeon_sp/spr/
Dchipset.cb1 ## SPDX-License-Identifier: GPL-2.0-or-later
5 register "ipc0" = "0x00ff4000" # IPC0, PIRQA-H (IRQ16-23) should always be ActiveLow
13 # configure VT-d
19 device cpu_cluster 0 on end
20 device domain 0 on
21 device pci 00.0 on end # Intel device 09a2: Memory Map/Intel VT-d
22 device pci 00.1 on end # Intel device 09a4: Mesh to IAL
23 device pci 00.4 on end # Intel device 0b23: IEH
24 device pci 00.2 on end # Intel device 09a3: RAS
25 device pci 01.0 on end # Intel device 3c01: Port A PCIe Gen5
[all …]
/external/coreboot/src/mainboard/intel/leafhill/
Ddevicetree.cb10 device domain 0 on
11 device pci 00.0 on end # - Host Bridge
12 device pci 00.1 on end # - DPTF
13 device pci 00.2 on end # - NPK
14 device pci 02.0 on end # - Gen
15 device pci 03.0 on end # - Iunit
16 device pci 0d.0 on end # - P2SB
17 device pci 0d.1 on end # - PMC
18 device pci 0d.2 on end # - SPI
19 device pci 0d.3 on end # - Shared SRAM
[all …]
/external/coreboot/src/mainboard/intel/minnow3/
Ddevicetree.cb10 device domain 0 on
11 device pci 00.0 on end # - Host Bridge
12 device pci 00.1 on end # - DPTF
13 device pci 00.2 on end # - NPK
14 device pci 02.0 on end # - Gen
15 device pci 03.0 on end # - Iunit
16 device pci 0d.0 on end # - P2SB
17 device pci 0d.1 on end # - PMC
18 device pci 0d.2 on end # - SPI
19 device pci 0d.3 on end # - Shared SRAM
[all …]
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_event.c82 create_event_pipelines(struct v3dv_device *device) in create_event_pipelines() argument
86 if (!device->events.descriptor_set_layout) { in create_event_pipelines()
88 * - 1 storage buffer for the BO with the events state. in create_event_pipelines()
89 * - 2 push constants: in create_event_pipelines()
107 v3dv_CreateDescriptorSetLayout(v3dv_device_to_handle(device), in create_event_pipelines()
109 &device->vk.alloc, in create_event_pipelines()
110 &device->events.descriptor_set_layout); in create_event_pipelines()
116 if (!device->events.pipeline_layout) { in create_event_pipelines()
120 .pSetLayouts = &device->events.descriptor_set_layout, in create_event_pipelines()
127 v3dv_CreatePipelineLayout(v3dv_device_to_handle(device), in create_event_pipelines()
[all …]
/external/pytorch/torch/xpu/
D__init__.py1 # mypy: allow-untyped-defs
16 from torch import device as _device
35 def _is_compiled() -> bool:
48 def _exchange_device(device: int) -> int:
51 def _maybe_exchange_device(device: int) -> int:
56 def device_count() -> int:
57 r"""Return the number of XPU device available."""
63 def is_available() -> bool:
70 r"""Return a bool indicating if the current XPU device supports dtype bfloat16."""
107 # This test was was protected via GIL. Double-check whether XPU has
[all …]
/external/angle/build/android/
Dprovision_devices.py4 # Use of this source code is governed by a BSD-style license that can be
10 ./provision_devices.py [-d <device serial number>]
27 import _strptime # pylint: disable=unused-import
54 HELP_TEXT = '{}s on L, {}s on pre-L'.format(LOLLIPOP, PRE_LOLLIPOP)
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.')
[all …]
/external/cronet/tot/build/android/
Dprovision_devices.py4 # Use of this source code is governed by a BSD-style license that can be
10 ./provision_devices.py [-d <device serial number>]
27 import _strptime # pylint: disable=unused-import
54 HELP_TEXT = '{}s on L, {}s on pre-L'.format(LOLLIPOP, PRE_LOLLIPOP)
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.')
[all …]
/external/cronet/stable/build/android/
Dprovision_devices.py4 # Use of this source code is governed by a BSD-style license that can be
10 ./provision_devices.py [-d <device serial number>]
27 import _strptime # pylint: disable=unused-import
54 HELP_TEXT = '{}s on L, {}s on pre-L'.format(LOLLIPOP, PRE_LOLLIPOP)
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.')
[all …]

12345678910>>...56