Home
last modified time | relevance | path

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

12345678910>>...375

/third_party/vk-gl-cts/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 …]
/third_party/mesa3d/src/intel/ci/
Dtraces-iris.yml7 # - device: gl-intel-apl
9 # - device: gl-intel-glk
11 # - device: gl-intel-amly
13 # - device: gl-intel-kbl
15 # - device: gl-intel-whl
17 # - device: gl-intel-cml
21 - device: gl-intel-apl
23 - device: gl-intel-glk
25 - device: gl-intel-amly
27 - device: gl-intel-kbl
[all …]
/third_party/skia/third_party/externals/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 …]
/third_party/vulkan-loader/loader/generated/
Dvk_dispatch_table_helper.h32 static inline void layer_init_device_dispatch_table(VkDevice device, VkLayerDispatchTable *table, P… in layer_init_device_dispatch_table() argument
36 // Device function pointers in layer_init_device_dispatch_table()
38 table->DestroyDevice = (PFN_vkDestroyDevice)gpa(device, "vkDestroyDevice"); in layer_init_device_dispatch_table()
39 table->GetDeviceQueue = (PFN_vkGetDeviceQueue)gpa(device, "vkGetDeviceQueue"); in layer_init_device_dispatch_table()
40 table->QueueSubmit = (PFN_vkQueueSubmit)gpa(device, "vkQueueSubmit"); in layer_init_device_dispatch_table()
41 table->QueueWaitIdle = (PFN_vkQueueWaitIdle)gpa(device, "vkQueueWaitIdle"); in layer_init_device_dispatch_table()
42 table->DeviceWaitIdle = (PFN_vkDeviceWaitIdle)gpa(device, "vkDeviceWaitIdle"); in layer_init_device_dispatch_table()
43 table->AllocateMemory = (PFN_vkAllocateMemory)gpa(device, "vkAllocateMemory"); in layer_init_device_dispatch_table()
44 table->FreeMemory = (PFN_vkFreeMemory)gpa(device, "vkFreeMemory"); in layer_init_device_dispatch_table()
45 table->MapMemory = (PFN_vkMapMemory)gpa(device, "vkMapMemory"); in layer_init_device_dispatch_table()
[all …]
/third_party/vulkan-loader/tests/framework/layer/
Dvk_dispatch_table_helper.h32 static inline void layer_init_device_dispatch_table(VkDevice device, VkLayerDispatchTable *table, P… in layer_init_device_dispatch_table() argument
36 // Device function pointers in layer_init_device_dispatch_table()
38 table->DestroyDevice = (PFN_vkDestroyDevice)gpa(device, "vkDestroyDevice"); in layer_init_device_dispatch_table()
39 table->GetDeviceQueue = (PFN_vkGetDeviceQueue)gpa(device, "vkGetDeviceQueue"); in layer_init_device_dispatch_table()
40 table->QueueSubmit = (PFN_vkQueueSubmit)gpa(device, "vkQueueSubmit"); in layer_init_device_dispatch_table()
41 table->QueueWaitIdle = (PFN_vkQueueWaitIdle)gpa(device, "vkQueueWaitIdle"); in layer_init_device_dispatch_table()
42 table->DeviceWaitIdle = (PFN_vkDeviceWaitIdle)gpa(device, "vkDeviceWaitIdle"); in layer_init_device_dispatch_table()
43 table->AllocateMemory = (PFN_vkAllocateMemory)gpa(device, "vkAllocateMemory"); in layer_init_device_dispatch_table()
44 table->FreeMemory = (PFN_vkFreeMemory)gpa(device, "vkFreeMemory"); in layer_init_device_dispatch_table()
45 table->MapMemory = (PFN_vkMapMemory)gpa(device, "vkMapMemory"); in layer_init_device_dispatch_table()
[all …]
/third_party/libinput/src/
Devdev.c105 parse_udev_flag(struct evdev_device *device, in parse_udev_flag() argument
117 evdev_log_error(device, in parse_udev_flag()
128 evdev_update_key_down_count(struct evdev_device *device, in evdev_update_key_down_count() argument
136 key_count = ++device->key_count[code]; in evdev_update_key_down_count()
138 if (device->key_count[code] > 0) { in evdev_update_key_down_count()
139 key_count = --device->key_count[code]; in evdev_update_key_down_count()
141 evdev_log_bug_libinput(device, in evdev_update_key_down_count()
144 device->key_count[code]); in evdev_update_key_down_count()
149 evdev_log_bug_libinput(device, in evdev_update_key_down_count()
158 evdev_device_switch_get_state(struct evdev_device *device, in evdev_device_switch_get_state() argument
[all …]
Devdev-middle-button.c81 middlebutton_state_error(struct evdev_device *device, in middlebutton_state_error() argument
84 evdev_log_bug_libinput(device, in middlebutton_state_error()
87 middlebutton_state_to_str(device->middlebutton.state)); in middlebutton_state_error()
91 middlebutton_timer_set(struct evdev_device *device, uint64_t now) in middlebutton_timer_set() argument
93 libinput_timer_set(&device->middlebutton.timer, in middlebutton_timer_set()
98 middlebutton_timer_cancel(struct evdev_device *device) in middlebutton_timer_cancel() argument
100 libinput_timer_cancel(&device->middlebutton.timer); in middlebutton_timer_cancel()
104 middlebutton_set_state(struct evdev_device *device, in middlebutton_set_state() argument
111 middlebutton_timer_set(device, now); in middlebutton_set_state()
112 device->middlebutton.first_event_time = now; in middlebutton_set_state()
[all …]
Devdev-fallback.c36 struct evdev_device *device, in fallback_keyboard_notify_key() argument
43 down_count = evdev_update_key_down_count(device, key, state); in fallback_keyboard_notify_key()
47 keyboard_notify_key(&device->base, time, key, state); in fallback_keyboard_notify_key()
52 struct evdev_device *device, in fallback_lid_notify_toggle() argument
56 switch_notify_toggle(&device->base, in fallback_lid_notify_toggle()
66 struct evdev_device *device, in fallback_notify_physical_button() argument
71 evdev_pointer_notify_physical_button(device, time, button, state); in fallback_notify_physical_button()
94 post_button_scroll(struct evdev_device *device, in post_button_scroll() argument
98 if (device->scroll.method != LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN) in post_button_scroll()
101 switch(device->scroll.button_scroll_state) { in post_button_scroll()
[all …]
Devdev.h214 /* set during device init, used at runtime to delay changes
219 void (*change_scroll_method)(struct evdev_device *device);
227 /* set during device init if we want natural scrolling,
231 /* set during device init to invert direction of
256 /* set during device init if we want left_handed config,
260 void (*change_to_enabled)(struct evdev_device *device);
277 evdev_device(struct libinput_device *device) in evdev_device() argument
279 return container_of(device, struct evdev_device, base); in evdev_device()
289 struct evdev_device *device,
293 /* Device is being suspended */
[all …]
Dlibinput.c356 return event->device->seat->libinput; in libinput_event_get_context()
362 return event->device; in libinput_event_get_device()
615 struct evdev_device *device = evdev_device(event->base.device); in libinput_event_pointer_get_absolute_x() local
622 return evdev_convert_to_mm(device->abs.absinfo_x, event->absolute.x); in libinput_event_pointer_get_absolute_x()
628 struct evdev_device *device = evdev_device(event->base.device); in libinput_event_pointer_get_absolute_y() local
635 return evdev_convert_to_mm(device->abs.absinfo_y, event->absolute.y); in libinput_event_pointer_get_absolute_y()
643 struct evdev_device *device = evdev_device(event->base.device); in libinput_event_pointer_get_absolute_x_transformed() local
650 return evdev_device_transform_x(device, event->absolute.x, width); in libinput_event_pointer_get_absolute_x_transformed()
658 struct evdev_device *device = evdev_device(event->base.device); in libinput_event_pointer_get_absolute_y_transformed() local
665 return evdev_device_transform_y(device, event->absolute.y, height); in libinput_event_pointer_get_absolute_y_transformed()
[all …]
/third_party/vulkan-loader/loader/
Ddev_ext_trampoline.c37 VKAPI_ATTR void VKAPI_CALL vkdev_ext0(VkDevice device) ASM_NAME("vkdev_ext0");
38 VKAPI_ATTR void VKAPI_CALL vkdev_ext1(VkDevice device) ASM_NAME("vkdev_ext1");
39 VKAPI_ATTR void VKAPI_CALL vkdev_ext2(VkDevice device) ASM_NAME("vkdev_ext2");
40 VKAPI_ATTR void VKAPI_CALL vkdev_ext3(VkDevice device) ASM_NAME("vkdev_ext3");
41 VKAPI_ATTR void VKAPI_CALL vkdev_ext4(VkDevice device) ASM_NAME("vkdev_ext4");
42 VKAPI_ATTR void VKAPI_CALL vkdev_ext5(VkDevice device) ASM_NAME("vkdev_ext5");
43 VKAPI_ATTR void VKAPI_CALL vkdev_ext6(VkDevice device) ASM_NAME("vkdev_ext6");
44 VKAPI_ATTR void VKAPI_CALL vkdev_ext7(VkDevice device) ASM_NAME("vkdev_ext7");
45 VKAPI_ATTR void VKAPI_CALL vkdev_ext8(VkDevice device) ASM_NAME("vkdev_ext8");
46 VKAPI_ATTR void VKAPI_CALL vkdev_ext9(VkDevice device) ASM_NAME("vkdev_ext9");
[all …]
/third_party/mesa3d/src/freedreno/ci/
Dtraces-freedreno.yml23 # - device: freedreno-a306
26 - device: freedreno-a530
28 - device: freedreno-a630
32 # - device: zink-a630
37 # - device: freedreno-a306
40 - device: freedreno-a530
43 - device: freedreno-a630
47 - device: zink-a630
52 # - device: freedreno-a306
55 - device: freedreno-a530
[all …]
/third_party/vk-gl-cts/build/external/vulkancts/framework/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 …]
/third_party/vk-gl-cts/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 …]
DvkVirtualDeviceInterface.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 = 0;
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 = 0;
16 virtual VkResult flushMappedMemoryRanges (VkDevice device, uint32_t memoryRangeCount, con…
17 virtual VkResult invalidateMappedMemoryRanges (VkDevice device, uint32_t memoryRangeCount, …
[all …]
/third_party/skia/src/gpu/vk/
DGrVkInterface.cpp13 #define ACQUIRE_PROC(name, instance, device) \ argument
14 fFunctions.f##name = reinterpret_cast<PFN_vk##name>(getProc("vk" #name, instance, device))
16 #define ACQUIRE_PROC_SUFFIX(name, suffix, instance, device) \ argument
18 reinterpret_cast<PFN_vk##name##suffix>(getProc("vk" #name #suffix, instance, device))
22 VkDevice device, in GrVkInterface() argument
49 // Device Procs. in GrVkInterface()
50 ACQUIRE_PROC(GetDeviceQueue, VK_NULL_HANDLE, device); in GrVkInterface()
51 ACQUIRE_PROC(QueueSubmit, VK_NULL_HANDLE, device); in GrVkInterface()
52 ACQUIRE_PROC(QueueWaitIdle, VK_NULL_HANDLE, device); in GrVkInterface()
53 ACQUIRE_PROC(DeviceWaitIdle, VK_NULL_HANDLE, device); in GrVkInterface()
[all …]
/third_party/mesa3d/src/gallium/drivers/crocus/ci/
Dtraces-crocus.yml7 - device: crocus-g41
9 - device: crocus-hsw
14 #- device: crocus-g41
16 - device: crocus-hsw
20 - device: crocus-g41
22 - device: crocus-hsw
27 - device: crocus-g41
29 - device: crocus-hsw
34 # - device: crocus-g41
38 # - device: crocus-hsw
[all …]
/third_party/backends/backend/
Dricoh2.c140 Ricoh2_Device *device; in lookup_handle() local
142 for (device = ricoh2_devices; device; device = device->next) in lookup_handle()
144 if (device == handle) in lookup_handle()
145 return device; in lookup_handle()
162 return "Unidentified device"; in get_model_by_productid()
170 Ricoh2_Device *device = NULL; in attach() local
173 for (device = ricoh2_devices; device; device = device->next) in attach()
175 if (strcmp (device->sane.name, devname) == 0) in attach()
177 device->active = SANE_TRUE; in attach()
182 device = (Ricoh2_Device *) malloc (sizeof (Ricoh2_Device)); in attach()
[all …]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
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 …]
/third_party/mindspore/mindspore-src/source/.jenkins/check/config/
Dwhitelizard.txt23 mindspore/mindspore/ccsrc/plugin/device/gpu/hal/device/gpu_kernel_runtime.cc:mindspore::device::gpu…
32 mindspore/mindspore/ccsrc/plugin/device/gpu/kernel/math/unary_op_gpu_kernel.h:mindspore::kernel::Un…
33 mindspore/mindspore/ccsrc/plugin/device/ascend/optimizer/ir_fission/dynamic_rnn_grad_fission_v2.cc:…
34 mindspore/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/drop_out_gen_mask_kernels.cc:…
78 mindspore/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/infer/strided_slice_infer.c:StridedSliceIn…
79 mindspore/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/infer/lstm_infer.c:CheckInputShapeValid
80 mindspore/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp16/winograd_transform_fp16.c:WinogradInp…
81 mindspore/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp16/pooling_fp16.c:AvgPoolingFp16
82 mindspore/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp16/pooling_fp16.c:MaxPoolingFp16
83 mindspore/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp16/winograd_utils_fp16.c:OutputTransform…
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/elementwise/
Deltwise_ops_func.cuh20 #include "plugin/device/gpu/kernel/cuda_impl/cuda_ops/complex.h"
24 #define DEVICE __device__ __forceinline__ macro
26 #define DEVICE
29 DEVICE T Sin(const T val) { in Sin()
33 DEVICE float Sin(const float val) { in Sin()
37 DEVICE half Sin(const half val) { in Sin()
41 DEVICE T Cos(const T val) { in Cos()
45 DEVICE float Cos(const float val) { in Cos()
49 DEVICE half Cos(const half val) { in Cos()
53 DEVICE T Tan(const T val) { in Tan()
[all …]
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
DDevice.cpp15 #include "Device.hpp"
18 Device::Device() in Device() function in Device
20 , device(nullptr) in Device()
25 Device::Device( in Device() function in Device
26 Driver const *driver, VkDevice device, VkPhysicalDevice physicalDevice, in Device() argument
29 , device(device) in Device()
34 Device::~Device() in ~Device()
36 if(device != nullptr) in ~Device()
38 driver->vkDeviceWaitIdle(device); in ~Device()
39 driver->vkDestroyDevice(device, nullptr); in ~Device()
[all …]
/third_party/mesa3d/src/panfrost/ci/
Dtraces-panfrost.yml7 - device: gl-panfrost-t860
11 - device: gl-panfrost-t860
13 - device: gl-panfrost-t760
17 - device: gl-panfrost-t860
19 - device: gl-panfrost-t760
23 - device: gl-panfrost-t860
25 - device: gl-panfrost-t760
29 - device: gl-panfrost-t860
31 - device: gl-panfrost-t760
35 - device: gl-panfrost-t860
[all …]

12345678910>>...375