Home
last modified time | relevance | path

Searched defs:device (Results 1 – 25 of 2082) sorted by relevance

12345678910>>...84

/third_party/boost/libs/compute/test/
Dquirks.hpp23 inline bool is_pocl_device(const boost::compute::device &device) in is_pocl_device()
29 inline bool is_apple_device(const boost::compute::device &device) in is_apple_device()
38 inline bool bug_in_struct_assignment(const boost::compute::device &device) in bug_in_struct_assignment()
47 inline bool bug_in_svmmemcpy(const boost::compute::device &device) in bug_in_svmmemcpy()
62 inline bool is_apple_cpu_device(const boost::compute::device &device) in is_apple_cpu_device()
70 inline bool bug_in_clcreatebuffer(const boost::compute::device &device) in bug_in_clcreatebuffer()
76 inline bool supports_image_samplers(const boost::compute::device &device) in supports_image_samplers()
91 inline bool has_remquo_func(const boost::compute::device &device) in has_remquo_func()
101 inline bool supports_destructor_callback(const boost::compute::device &device) in supports_destructor_callback()
108 inline bool supports_compile_program(const boost::compute::device &device) in supports_compile_program()
[all …]
Dtest_device.cpp63 boost::compute::device device = boost::compute::system::default_device(); in BOOST_AUTO_TEST_CASE() local
76 bool supports_partition_type(const boost::compute::device &device, in supports_partition_type()
92 boost::compute::device device = boost::compute::system::default_device(); in BOOST_AUTO_TEST_CASE() local
146 boost::compute::device device = boost::compute::system::default_device(); in BOOST_AUTO_TEST_CASE() local
191 boost::compute::device device = boost::compute::system::default_device(); in BOOST_AUTO_TEST_CASE() local
223 boost::compute::device device = boost::compute::system::default_device(); in BOOST_AUTO_TEST_CASE() local
231 boost::compute::device device = boost::compute::system::default_device(); in BOOST_AUTO_TEST_CASE() local
239 boost::compute::device device = boost::compute::system::default_device(); in BOOST_AUTO_TEST_CASE() local
258 boost::compute::device device = boost::compute::system::default_device(); in BOOST_AUTO_TEST_CASE() local
283 boost::compute::device device = boost::compute::system::default_device(); in BOOST_AUTO_TEST_CASE() local
/third_party/libinput/src/
Devdev.c94 parse_udev_flag(struct evdev_device *device, in parse_udev_flag()
115 evdev_update_key_down_count(struct evdev_device *device, in evdev_update_key_down_count()
139 evdev_device_switch_get_state(struct evdev_device *device, in evdev_device_switch_get_state()
150 evdev_pointer_notify_physical_button(struct evdev_device *device, in evdev_pointer_notify_physical_button()
168 evdev_pointer_post_button(struct evdev_device *device, in evdev_pointer_post_button()
195 struct evdev_device *device = data; in evdev_button_scroll_timeout() local
201 evdev_button_scroll_button(struct evdev_device *device, in evdev_button_scroll_button()
289 evdev_pointer_notify_button(struct evdev_device *device, in evdev_pointer_notify_button()
304 evdev_device_led_update(struct evdev_device *device, enum libinput_led leds) in evdev_device_led_update()
334 evdev_transform_absolute(struct evdev_device *device, in evdev_transform_absolute()
[all …]
Devdev-middle-button.c81 middlebutton_state_error(struct evdev_device *device, in middlebutton_state_error()
91 middlebutton_timer_set(struct evdev_device *device, uint64_t now) in middlebutton_timer_set()
98 middlebutton_timer_cancel(struct evdev_device *device) in middlebutton_timer_cancel()
104 middlebutton_set_state(struct evdev_device *device, in middlebutton_set_state()
130 middlebutton_post_event(struct evdev_device *device, in middlebutton_post_event()
142 evdev_middlebutton_idle_handle_event(struct evdev_device *device, in evdev_middlebutton_idle_handle_event()
168 evdev_middlebutton_ldown_handle_event(struct evdev_device *device, in evdev_middlebutton_ldown_handle_event()
221 evdev_middlebutton_rdown_handle_event(struct evdev_device *device, in evdev_middlebutton_rdown_handle_event()
275 evdev_middlebutton_middle_handle_event(struct evdev_device *device, in evdev_middlebutton_middle_handle_event()
318 evdev_middlebutton_lup_pending_handle_event(struct evdev_device *device, in evdev_middlebutton_lup_pending_handle_event()
[all …]
Devdev-fallback.c36 struct evdev_device *device, in fallback_keyboard_notify_key()
52 struct evdev_device *device, in fallback_lid_notify_toggle()
84 normalize_delta(struct evdev_device *device, in normalize_delta()
93 post_trackpoint_scroll(struct evdev_device *device, in post_trackpoint_scroll()
124 struct evdev_device *device, in fallback_filter_defuzz_touch()
148 struct evdev_device *device) in fallback_rotate_relative()
164 struct evdev_device *device, in fallback_flush_relative_motion()
206 struct evdev_device *device, in fallback_flush_wheels()
263 struct evdev_device *device, in fallback_flush_absolute_motion()
280 struct evdev_device *device, in fallback_flush_mt_down()
[all …]
Dlibinput.c595 struct evdev_device *device = evdev_device(event->base.device); in libinput_event_pointer_get_absolute_x() local
608 struct evdev_device *device = evdev_device(event->base.device); in libinput_event_pointer_get_absolute_y() local
623 struct evdev_device *device = evdev_device(event->base.device); in libinput_event_pointer_get_absolute_x_transformed() local
638 struct evdev_device *device = evdev_device(event->base.device); in libinput_event_pointer_get_absolute_y_transformed() local
827 struct evdev_device *device = evdev_device(event->base.device); in libinput_event_touch_get_x() local
842 struct evdev_device *device = evdev_device(event->base.device); in libinput_event_touch_get_x_transformed() local
857 struct evdev_device *device = evdev_device(event->base.device); in libinput_event_touch_get_y_transformed() local
871 struct evdev_device *device = evdev_device(event->base.device); in libinput_event_touch_get_y() local
1213 struct evdev_device *device = evdev_device(event->base.device); in libinput_event_tablet_tool_get_x() local
1230 struct evdev_device *device = evdev_device(event->base.device); in libinput_event_tablet_tool_get_y() local
[all …]
Devdev-tablet-pad.c101 struct evdev_device *device, in pad_process_absolute()
179 struct evdev_device *device, in pad_handle_ring()
198 struct evdev_device *device, in pad_handle_strip()
252 struct evdev_device *device, in pad_check_notify_axes()
328 struct evdev_device *device, in pad_process_key()
360 struct evdev_device *device, in pad_notify_button_mask()
415 struct evdev_device *device, in pad_notify_buttons()
430 pad_change_to_left_handed(struct evdev_device *device) in pad_change_to_left_handed()
445 struct evdev_device *device, in pad_flush()
479 struct evdev_device *device, in pad_process()
[all …]
/third_party/mesa3d/src/intel/vulkan/
Danv_gem_stubs.c31 anv_gem_create(struct anv_device *device, uint64_t size) in anv_gem_create()
43 anv_gem_close(struct anv_device *device, uint32_t gem_handle) in anv_gem_close()
49 anv_gem_create_regions(struct anv_device *device, uint64_t anv_bo_size, in anv_gem_create_regions()
57 anv_gem_mmap(struct anv_device *device, uint32_t gem_handle, in anv_gem_mmap()
71 anv_gem_munmap(struct anv_device *device, void *p, uint64_t size) in anv_gem_munmap()
77 anv_gem_userptr(struct anv_device *device, void *mem, size_t size) in anv_gem_userptr()
89 anv_gem_busy(struct anv_device *device, uint32_t gem_handle) in anv_gem_busy()
95 anv_gem_wait(struct anv_device *device, uint32_t gem_handle, int64_t *timeout_ns) in anv_gem_wait()
101 anv_gem_execbuffer(struct anv_device *device, in anv_gem_execbuffer()
108 anv_gem_set_tiling(struct anv_device *device, in anv_gem_set_tiling()
[all …]
Danv_gem.c43 anv_gem_create(struct anv_device *device, uint64_t size) in anv_gem_create()
59 anv_gem_close(struct anv_device *device, uint32_t gem_handle) in anv_gem_close()
69 anv_gem_create_regions(struct anv_device *device, uint64_t anv_bo_size, in anv_gem_create_regions()
97 anv_gem_mmap_offset(struct anv_device *device, uint32_t gem_handle, in anv_gem_mmap_offset()
119 anv_gem_mmap_legacy(struct anv_device *device, uint32_t gem_handle, in anv_gem_mmap_legacy()
142 anv_gem_mmap(struct anv_device *device, uint32_t gem_handle, in anv_gem_mmap()
161 anv_gem_munmap(struct anv_device *device, void *p, uint64_t size) in anv_gem_munmap()
168 anv_gem_userptr(struct anv_device *device, void *mem, size_t size) in anv_gem_userptr()
187 anv_gem_set_caching(struct anv_device *device, in anv_gem_set_caching()
199 anv_gem_set_domain(struct anv_device *device, uint32_t gem_handle, in anv_gem_set_domain()
[all …]
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkdevice.c96 GstVulkanDevice *device; in gst_vulkan_device_new() local
121 GstVulkanDevice *device; in gst_vulkan_device_new_with_index() local
135 GstVulkanDevice *device = GST_VULKAN_DEVICE (object); in gst_vulkan_device_set_property() local
151 GstVulkanDevice *device = GST_VULKAN_DEVICE (object); in gst_vulkan_device_get_property() local
167 gst_vulkan_device_init (GstVulkanDevice * device) in gst_vulkan_device_init()
178 GstVulkanDevice *device = GST_VULKAN_DEVICE (object); in gst_vulkan_device_constructed() local
214 GstVulkanDevice *device = GST_VULKAN_DEVICE (object); in gst_vulkan_device_dispose() local
232 GstVulkanDevice *device = GST_VULKAN_DEVICE (object); in gst_vulkan_device_finalize() local
265 gst_vulkan_device_open (GstVulkanDevice * device, GError ** error) in gst_vulkan_device_open()
363 gst_vulkan_device_get_queue (GstVulkanDevice * device, guint32 queue_family, in gst_vulkan_device_get_queue()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/dvb/
Dcamdevice.c38 CamDevice *device = g_new0 (CamDevice, 1); in cam_device_new() local
46 reset_state (CamDevice * device) in reset_state()
92 cam_device_free (CamDevice * device) in cam_device_free()
102 cam_device_open (CamDevice * device, const char *filename) in cam_device_open()
191 cam_device_close (CamDevice * device) in cam_device_close()
201 cam_device_poll (CamDevice * device) in cam_device_poll()
210 cam_device_ready (CamDevice * device) in cam_device_ready()
219 cam_device_set_pmt (CamDevice * device, in cam_device_set_pmt()
/third_party/libinput/tools/
Dlibinput-list-devices.c40 tap_default(struct libinput_device *device) in tap_default()
52 drag_default(struct libinput_device *device) in drag_default()
64 draglock_default(struct libinput_device *device) in draglock_default()
76 left_handed_default(struct libinput_device *device) in left_handed_default()
88 nat_scroll_default(struct libinput_device *device) in nat_scroll_default()
100 middle_emulation_default(struct libinput_device *device) in middle_emulation_default()
112 calibration_default(struct libinput_device *device) in calibration_default()
140 scroll_defaults(struct libinput_device *device) in scroll_defaults()
166 click_defaults(struct libinput_device *device) in click_defaults()
189 accel_profiles(struct libinput_device *device) in accel_profiles()
[all …]
/third_party/mindspore/mindspore/lite/src/
Dinner_context.cc82 … [](const DeviceContext &device) { return device.device_type_ == DT_NPU; }); in SetContextDevice()
85 … [](const DeviceContext &device) { return device.device_type_ == DT_GPU; }); in SetContextDevice()
88 … [](const DeviceContext &device) { return device.device_type_ == DT_NNRT; }); in SetContextDevice()
268 …d::find_if(this->device_list_.begin(), this->device_list_.end(), [&](const DeviceContext &device) { in GetCpuDeviceInfo()
306 [](const DeviceContext &device) { return !device.provider_.empty(); }); in IsProviderEnabled()
310 …std::all_of(this->device_list_.begin(), this->device_list_.end(), [](const DeviceContext &device) { in IsAllDeviceTypeValid()
317 …td::find_if(this->device_list_.begin(), this->device_list_.end(), [](const DeviceContext &device) { in IsCpuBindModeInvalid()
326 [](const DeviceContext &device) { return device.device_type_ == DT_CPU; }); in IsUserSetCpu()
332 [](const DeviceContext &device) { return device.device_type_ == DT_GPU; }); in IsUserSetGpu()
338 [](const DeviceContext &device) { return device.device_type_ == DT_NPU; }); in IsUserSetNpu()
[all …]
/third_party/weston/libweston/
Dlibinput-device.c49 evdev_led_update_l(struct evdev_device *device, enum weston_led weston_leds) in evdev_led_update_l()
67 struct evdev_device *device = in handle_keyboard_key() local
94 struct evdev_device *device = in handle_pointer_motion() local
125 struct evdev_device *device = in handle_pointer_motion_absolute() local
159 struct evdev_device *device = in handle_pointer_button() local
235 struct evdev_device *device = in handle_pointer_axis() local
308 touch_get_output(struct weston_touch_device *device) in touch_get_output()
316 touch_get_calibration_head_name(struct weston_touch_device *device) in touch_get_calibration_head_name()
340 touch_get_calibration(struct weston_touch_device *device, in touch_get_calibration()
369 touch_set_calibration(struct weston_touch_device *device, in touch_set_calibration()
[all …]
/third_party/libinput/test/
Dtest-device.c39 struct libinput_device *device; in START_TEST() local
53 struct libinput_device *device; in START_TEST() local
67 struct libinput_device *device; in START_TEST() local
88 struct libinput_device *device; in START_TEST() local
115 struct libinput_device *device; in START_TEST() local
134 struct libinput_device *device; in START_TEST() local
186 struct libinput_device *device; in START_TEST() local
226 struct libinput_device *device; in START_TEST() local
258 struct libinput_device *device; in START_TEST() local
290 struct libinput_device *device; in START_TEST() local
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DComputePipeline.cpp23 MaybeError ValidateComputePipelineDescriptor(DeviceBase* device, in ValidateComputePipelineDescriptor()
41 ComputePipelineBase::ComputePipelineBase(DeviceBase* device, in ComputePipelineBase()
53 ComputePipelineBase::ComputePipelineBase(DeviceBase* device) : PipelineBase(device) { in ComputePipelineBase()
57 ComputePipelineBase::ComputePipelineBase(DeviceBase* device, ObjectBase::ErrorTag tag) in ComputePipelineBase()
71 ComputePipelineBase* ComputePipelineBase::MakeError(DeviceBase* device) { in MakeError()
74 ErrorComputePipeline(DeviceBase* device) in MakeError()
DExternalTexture.cpp53 MaybeError ValidateExternalTextureDescriptor(const DeviceBase* device, in ValidateExternalTextureDescriptor()
83 DeviceBase* device, in Create()
90 ExternalTextureBase::ExternalTextureBase(DeviceBase* device, in ExternalTextureBase()
97 ExternalTextureBase::ExternalTextureBase(DeviceBase* device) in ExternalTextureBase()
102 ExternalTextureBase::ExternalTextureBase(DeviceBase* device, ObjectBase::ErrorTag tag) in ExternalTextureBase()
130 ExternalTextureBase* ExternalTextureBase::MakeError(DeviceBase* device) { in MakeError()
DRenderBundleEncoder.cpp29 MaybeError ValidateColorAttachmentFormat(const DeviceBase* device, in ValidateColorAttachmentFormat()
39 MaybeError ValidateDepthStencilAttachmentFormat(const DeviceBase* device, in ValidateDepthStencilAttachmentFormat()
59 const DeviceBase* device, in ValidateRenderBundleEncoderDescriptor()
88 RenderBundleEncoder::RenderBundleEncoder(DeviceBase* device, in RenderBundleEncoder()
100 RenderBundleEncoder::RenderBundleEncoder(DeviceBase* device, ErrorTag errorTag) in RenderBundleEncoder()
112 DeviceBase* device, in Create()
118 RenderBundleEncoder* RenderBundleEncoder::MakeError(DeviceBase* device) { in MakeError()
/third_party/mesa3d/src/amd/vulkan/
Dradv_sqtt.c39 radv_se_is_disabled(struct radv_device *device, unsigned se) in radv_se_is_disabled()
46 gfx10_get_thread_trace_ctrl(struct radv_device *device, bool enable) in gfx10_get_thread_trace_ctrl()
61 radv_emit_thread_trace_start(struct radv_device *device, struct radeon_cmdbuf *cs, in radv_emit_thread_trace_start()
208 radv_copy_thread_trace_info_regs(struct radv_device *device, struct radeon_cmdbuf *cs, in radv_copy_thread_trace_info_regs()
239 radv_emit_thread_trace_stop(struct radv_device *device, struct radeon_cmdbuf *cs, in radv_emit_thread_trace_stop()
315 radv_emit_thread_trace_userdata(const struct radv_device *device, struct radeon_cmdbuf *cs, in radv_emit_thread_trace_userdata()
339 radv_emit_spi_config_cntl(struct radv_device *device, struct radeon_cmdbuf *cs, bool enable) in radv_emit_spi_config_cntl()
359 radv_emit_inhibit_clockgating(struct radv_device *device, struct radeon_cmdbuf *cs, bool inhibit) in radv_emit_inhibit_clockgating()
371 radv_emit_wait_for_idle(struct radv_device *device, struct radeon_cmdbuf *cs, int family) in radv_emit_wait_for_idle()
386 radv_thread_trace_init_bo(struct radv_device *device) in radv_thread_trace_init_bo()
[all …]
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_bo.c46 bo_dump_stats(struct v3dv_device *device) in bo_dump_stats()
95 bo_from_cache(struct v3dv_device *device, uint32_t size, const char *name) in bo_from_cache()
128 bo_free(struct v3dv_device *device, in bo_free()
161 bo_cache_free_all(struct v3dv_device *device, in bo_cache_free_all()
199 v3dv_bo_alloc(struct v3dv_device *device, in v3dv_bo_alloc()
268 v3dv_bo_map_unsynchronized(struct v3dv_device *device, in v3dv_bo_map_unsynchronized()
302 v3dv_bo_wait(struct v3dv_device *device, in v3dv_bo_wait()
315 v3dv_bo_map(struct v3dv_device *device, struct v3dv_bo *bo, uint32_t size) in v3dv_bo_map()
333 v3dv_bo_unmap(struct v3dv_device *device, struct v3dv_bo *bo) in v3dv_bo_unmap()
345 struct v3dv_device *device, in reallocate_size_list()
[all …]
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl5 PFN_vkVoidFunction DeviceDriver::getDeviceProcAddr (VkDevice device, const char* pName) const
10 void DeviceDriver::destroyDevice (VkDevice device, const VkAllocationCallbacks* pAllocator) const
15 void DeviceDriver::getDeviceQueue (VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex,…
35 VkResult DeviceDriver::allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, …
40 void DeviceDriver::freeMemory (VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks*…
45 VkResult DeviceDriver::mapMemory (VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, VkDe…
50 void DeviceDriver::unmapMemory (VkDevice device, VkDeviceMemory memory) const
55 VkResult DeviceDriver::flushMappedMemoryRanges (VkDevice device, uint32_t memoryRangeCount, const V…
60 VkResult DeviceDriver::invalidateMappedMemoryRanges (VkDevice device, uint32_t memoryRangeCount, co…
65 void DeviceDriver::getDeviceMemoryCommitment (VkDevice device, VkDeviceMemory memory, VkDeviceSize*…
[all …]
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_event.h67 static inline size_t vn_sizeof_vkCreateEvent(VkDevice device, const VkEventCreateInfo* pCreateInfo,… in vn_sizeof_vkCreateEvent()
87 …kCreateEvent(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkEven… in vn_encode_vkCreateEvent()
103 static inline size_t vn_sizeof_vkCreateEvent_reply(VkDevice device, const VkEventCreateInfo* pCreat… in vn_sizeof_vkCreateEvent_reply()
120 static inline VkResult vn_decode_vkCreateEvent_reply(struct vn_cs_decoder *dec, VkDevice device, co… in vn_decode_vkCreateEvent_reply()
140 static inline size_t vn_sizeof_vkDestroyEvent(VkDevice device, VkEvent event, const VkAllocationCal… in vn_sizeof_vkDestroyEvent()
155 …DestroyEvent(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkEvent even… in vn_encode_vkDestroyEvent()
168 static inline size_t vn_sizeof_vkDestroyEvent_reply(VkDevice device, VkEvent event, const VkAllocat… in vn_sizeof_vkDestroyEvent_reply()
180 static inline void vn_decode_vkDestroyEvent_reply(struct vn_cs_decoder *dec, VkDevice device, VkEve… in vn_decode_vkDestroyEvent_reply()
191 static inline size_t vn_sizeof_vkGetEventStatus(VkDevice device, VkEvent event) in vn_sizeof_vkGetEventStatus()
203 …tEventStatus(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkEvent even… in vn_encode_vkGetEventStatus()
[all …]
/third_party/libdrm/tests/kms/
Dlibkms-test-device.c51 static void kms_device_probe_screens(struct kms_device *device) in kms_device_probe_screens()
100 static void kms_device_probe_crtcs(struct kms_device *device) in kms_device_probe_crtcs()
127 static void kms_device_probe_planes(struct kms_device *device) in kms_device_probe_planes()
154 static void kms_device_probe(struct kms_device *device) in kms_device_probe()
163 struct kms_device *device; in kms_device_open() local
176 void kms_device_close(struct kms_device *device) in kms_device_close()
201 struct kms_plane *kms_device_find_plane_by_type(struct kms_device *device, in kms_device_find_plane_by_type()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkRefUtil.cpp32 VkDevice device, in createGraphicsPipeline()
43 VkDevice device, in createComputePipeline()
54 VkDevice device, in createRayTracingPipelineNV()
65 VkDevice device, in createRayTracingPipelineKHR()
76 Move<VkCommandBuffer> allocateCommandBuffer (const DeviceInterface& vk, VkDevice device, const VkCo… in allocateCommandBuffer()
84 Move<VkDescriptorSet> allocateDescriptorSet (const DeviceInterface& vk, VkDevice device, const VkDe… in allocateDescriptorSet()
93 VkDevice device, in createSemaphore()
109 VkDevice device, in createSemaphoreType()
135 VkDevice device, in createFence()
151 VkDevice device, in createCommandPool()
[all …]
/third_party/gstreamer/gstreamer/gst/
Dgstdevice.c111 gst_device_init (GstDevice * device) in gst_device_init()
119 GstDevice *device = GST_DEVICE (object); in gst_device_finalize() local
205 gst_device_create_element (GstDevice * device, const gchar * name) in gst_device_create_element()
238 gst_device_get_caps (GstDevice * device) in gst_device_get_caps()
259 gst_device_get_display_name (GstDevice * device) in gst_device_get_display_name()
280 gst_device_get_device_class (GstDevice * device) in gst_device_get_device_class()
302 gst_device_get_properties (GstDevice * device) in gst_device_get_properties()
330 gst_device_reconfigure_element (GstDevice * device, GstElement * element) in gst_device_reconfigure_element()
355 gst_device_has_classesv (GstDevice * device, gchar ** classes) in gst_device_has_classesv()
398 gst_device_has_classes (GstDevice * device, const gchar * classes) in gst_device_has_classes()

12345678910>>...84