Home
last modified time | relevance | path

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

12345678910>>...53

/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 …]
Devdev-tablet.c177 const struct evdev_device *device, in tablet_filter_axis_fuzz()
207 struct evdev_device *device, in tablet_process_absolute()
263 tablet_apply_rotation(struct evdev_device *device) in tablet_apply_rotation()
281 tablet_change_rotation(struct evdev_device *device, enum notify notify) in tablet_change_rotation()
306 tablet_change_to_left_handed(struct evdev_device *device) in tablet_change_to_left_handed()
318 struct evdev_device *device, in tablet_update_tool()
456 struct evdev_device *device = tablet->device; in normalize_wheel() local
463 struct evdev_device *device) in tablet_update_xy()
495 const struct evdev_device *device, in tablet_tool_process_delta()
536 struct evdev_device *device, in tablet_update_pressure()
[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/gstreamer/gstplugins_bad/ext/vulkan/
Dvkdevice.c62 GstVulkanDevice *device = g_object_new (GST_TYPE_VULKAN_DEVICE, NULL); in gst_vulkan_device_new() local
74 gst_vulkan_device_init (GstVulkanDevice * device) in gst_vulkan_device_init()
90 GstVulkanDevice *device = GST_VULKAN_DEVICE (object); in gst_vulkan_device_finalize() local
132 _physical_device_info (GstVulkanDevice * device, GError ** error) in _physical_device_info()
159 gst_vulkan_device_open (GstVulkanDevice * device, GError ** error) in gst_vulkan_device_open()
341 gst_vulkan_device_get_queue (GstVulkanDevice * device, guint32 queue_family, in gst_vulkan_device_get_queue()
364 gst_vulkan_device_foreach_queue (GstVulkanDevice * device, in gst_vulkan_device_foreach_queue()
385 gst_vulkan_device_get_proc_address (GstVulkanDevice * device, in gst_vulkan_device_get_proc_address()
398 gst_vulkan_device_get_instance (GstVulkanDevice * device) in gst_vulkan_device_get_instance()
406 gst_vulkan_device_get_physical_device (GstVulkanDevice * device) in gst_vulkan_device_get_physical_device()
[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 …]
Dtest-trackball.c38 struct libinput_device *device = dev->libinput_device; in START_TEST() local
53 struct libinput_device *device = dev->libinput_device; in START_TEST() local
68 struct libinput_device *device = dev->libinput_device; in START_TEST() local
96 struct libinput_device *device = dev->libinput_device; in START_TEST() local
113 struct libinput_device *device = dev->libinput_device; in START_TEST() local
133 struct libinput_device *device = dev->libinput_device; in START_TEST() local
183 struct libinput_device *device = dev->libinput_device; in START_TEST() local
233 struct libinput_device *device = dev->libinput_device; in START_TEST() local
/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()
DQuerySet.cpp30 ErrorQuerySet(DeviceBase* device) : QuerySetBase(device, ObjectBase::kError) { in ErrorQuerySet()
41 MaybeError ValidateQuerySetDescriptor(DeviceBase* device, in ValidateQuerySetDescriptor()
103 QuerySetBase::QuerySetBase(DeviceBase* device, const QuerySetDescriptor* descriptor) in QuerySetBase()
116 QuerySetBase::QuerySetBase(DeviceBase* device) : ApiObjectBase(device, kLabelNotImplemented) { in QuerySetBase()
120 QuerySetBase::QuerySetBase(DeviceBase* device, ObjectBase::ErrorTag tag) in QuerySetBase()
134 QuerySetBase* QuerySetBase::MakeError(DeviceBase* device) { in MakeError()
DSampler.cpp72 SamplerBase::SamplerBase(DeviceBase* device, in SamplerBase()
88 SamplerBase::SamplerBase(DeviceBase* device, const SamplerDescriptor* descriptor) in SamplerBase()
93 SamplerBase::SamplerBase(DeviceBase* device) : ApiObjectBase(device, kLabelNotImplemented) { in SamplerBase()
97 SamplerBase::SamplerBase(DeviceBase* device, ObjectBase::ErrorTag tag) in SamplerBase()
111 SamplerBase* SamplerBase::MakeError(DeviceBase* device) { in MakeError()
/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/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()
236 gst_device_get_caps (GstDevice * device) in gst_device_get_caps()
257 gst_device_get_display_name (GstDevice * device) in gst_device_get_display_name()
278 gst_device_get_device_class (GstDevice * device) in gst_device_get_device_class()
300 gst_device_get_properties (GstDevice * device) in gst_device_get_properties()
328 gst_device_reconfigure_element (GstDevice * device, GstElement * element) in gst_device_reconfigure_element()
353 gst_device_has_classesv (GstDevice * device, gchar ** classes) in gst_device_has_classesv()
396 gst_device_has_classes (GstDevice * device, const gchar * classes) in gst_device_has_classes()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkPromotedExtensions.cpp51 VKAPI_ATTR VkResult VKAPI_CALL vkBindBufferMemory2KHR(VkDevice device, uint32_t bindInfoCount, cons… in vkBindBufferMemory2KHR()
56 VKAPI_ATTR VkResult VKAPI_CALL vkBindImageMemory2KHR(VkDevice device, uint32_t bindInfoCount, const… in vkBindImageMemory2KHR()
62 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDescriptorUpdateTemplateKHR(VkDevice device, const VkDescrip… in vkCreateDescriptorUpdateTemplateKHR()
67 VKAPI_ATTR void VKAPI_CALL vkDestroyDescriptorUpdateTemplateKHR(VkDevice device, VkDescriptorUpdate… in vkDestroyDescriptorUpdateTemplateKHR()
72 VKAPI_ATTR void VKAPI_CALL vkUpdateDescriptorSetWithTemplateKHR(VkDevice device, VkDescriptorSet de… in vkUpdateDescriptorSetWithTemplateKHR()
78 VKAPI_ATTR void VKAPI_CALL vkGetDeviceGroupPeerMemoryFeaturesKHR(VkDevice device, uint32_t heapInde… in vkGetDeviceGroupPeerMemoryFeaturesKHR()
118 VKAPI_ATTR void VKAPI_CALL vkGetImageMemoryRequirements2KHR(VkDevice device, const VkImageMemoryReq… in vkGetImageMemoryRequirements2KHR()
123 VKAPI_ATTR void VKAPI_CALL vkGetBufferMemoryRequirements2KHR(VkDevice device, const VkBufferMemoryR… in vkGetBufferMemoryRequirements2KHR()
128 VKAPI_ATTR void VKAPI_CALL vkGetImageSparseMemoryRequirements2KHR(VkDevice device, const VkImageSpa… in vkGetImageSparseMemoryRequirements2KHR()
170 VKAPI_ATTR void VKAPI_CALL vkTrimCommandPoolKHR(VkDevice device, VkCommandPool commandPool, VkComma… in vkTrimCommandPoolKHR()
[all …]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DRequestDeviceValidationTests.cpp28 wgpu::Device device = wgpu::Device::Acquire(cDevice); in ExpectRequestDeviceSuccess() local
42 wgpu::Device device = wgpu::Device::Acquire(cDevice); in ExpectRequestDeviceError() local
63 CheckDevice([](wgpu::Device device) { in TEST_F()
77 CheckDevice([](wgpu::Device device) { in TEST_F()
98 &descriptor, ExpectRequestDeviceSuccess, CheckDevice([&](wgpu::Device device) { in TEST_F()
112 &descriptor, ExpectRequestDeviceSuccess, CheckDevice([&](wgpu::Device device) { in TEST_F()
129 CheckDevice([&](wgpu::Device device) { in TEST_F()
156 CheckDevice([&](wgpu::Device device) { in TEST_F()
172 &descriptor, ExpectRequestDeviceSuccess, CheckDevice([&](wgpu::Device device) { in TEST_F()
187 CheckDevice([&](wgpu::Device device) { in TEST_F()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DSwapChainD3D12.cpp78 Ref<OldSwapChain> OldSwapChain::Create(Device* device, const SwapChainDescriptor* descriptor) { in Create()
82 OldSwapChain::OldSwapChain(Device* device, const SwapChainDescriptor* descriptor) in OldSwapChain()
96 DeviceBase* device = GetDevice(); in GetNextTextureImpl() local
117 Device* device = ToBackend(GetDevice()); in OnBeforePresent() local
135 ResultOrError<Ref<SwapChain>> SwapChain::Create(Device* device, in Create()
230 Device* device = ToBackend(GetDevice()); in InitializeSwapChainFromScratch() local
306 Device* device = ToBackend(GetDevice()); in PresentImpl() local
336 Device* device = ToBackend(GetDevice()); in GetCurrentTextureViewImpl() local
361 Device* device = ToBackend(GetDevice()); in DetachAndWaitForDeallocation() local
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DBindGroup.cpp31 MaybeError ValidateBufferBinding(const DeviceBase* device, in ValidateBufferBinding()
64 MaybeError ValidateTextureBinding(const DeviceBase* device, in ValidateTextureBinding()
80 MaybeError ValidateSamplerBinding(const DeviceBase* device, in ValidateSamplerBinding()
93 MaybeError ValidateBindGroupDescriptor(DeviceBase* device, in ValidateBindGroupDescriptor()
161 BindGroupBase::BindGroupBase(DeviceBase* device, const BindGroupDescriptor* descriptor) in BindGroupBase()
196 BindGroupBase::BindGroupBase(DeviceBase* device, ObjectBase::ErrorTag tag) in BindGroupBase()
201 BindGroupBase* BindGroupBase::MakeError(DeviceBase* device) { in MakeError()

12345678910>>...53