Home
last modified time | relevance | path

Searched defs:Device (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/external/rust/crates/vulkano/src/device/
Dmod.rs147 pub struct Device { struct
150 device: ash::vk::Device, argument
156 fns: DeviceFunctions, argument
162 extensions: DeviceExtensions, argument
172 unsafe impl Send for Device {} argument
173 unsafe impl Sync for Device {} implementation
175 impl Device { implementation
201 ) -> Result<(Arc<Device>, QueuesIter), DeviceCreationError> in new()
630 impl fmt::Debug for Device { implementation
637 unsafe impl VulkanObject for Device { implementation
[all …]
/external/rust/crates/vulkano/src/image/
Dattachment.rs103 device: Arc<Device>, in new()
122 device: Arc<Device>, in input_attachment()
147 device: Arc<Device>, in multisampled()
160 device: Arc<Device>, in multisampled_input_attachment()
180 device: Arc<Device>, in with_usage()
194 device: Arc<Device>, in multisampled_with_usage()
209 device: Arc<Device>, in multisampled_with_usage_with_layers()
224 device: Arc<Device>, in sampled()
248 device: Arc<Device>, in sampled_input_attachment()
276 device: Arc<Device>, in sampled_multisampled()
[all …]
/external/rust/crates/ash/src/vk/
Dfeatures.rs437 _device: Device, in load()
456 _p_device: *mut Device, in load()
626 device: Device, in get_device_proc_addr()
637 p_device: *mut Device, in create_device()
1611 _device: Device, in load()
1626 _device: Device, in load()
1684 _device: Device, in load()
1701 _device: Device, in load()
1717 _device: Device, in load()
1735 unsafe extern "system" fn unmap_memory(_device: Device, _memory: DeviceMemory) { in load()
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dpooling_ops_common_gpu.h41 typedef GPUDevice Device; typedef
57 typedef GPUDevice Device; typedef
Dtensor_array.cc31 #define TENSOR_ARRAY_WRITE_OR_ADD(Device, T) \ argument
56 #define TENSOR_ARRAY_SET_ZERO(Device, T) \ argument
/external/rust/crates/ash/src/extensions/khr/
Dpipeline_executable_properties.rs32 device: vk::Device, in get_pipeline_executable_internal_representations()
49 device: vk::Device, in get_pipeline_executable_properties()
61 device: vk::Device, in get_pipeline_executable_statistics()
Dtimeline_semaphore.rs31 device: vk::Device, in get_semaphore_counter_value()
43 device: vk::Device, in wait_semaphores()
55 device: vk::Device, in signal_semaphore()
/external/tensorflow/tensorflow/go/
Dsession.go70 type Device struct { struct
71 Name, Type string
72 MemoryLimitBytes int64
76 func (d Device) String() string {
/external/rust/crates/vulkano/src/buffer/
Ddevice_local.rs85 device: Arc<Device>, in new()
108 device: Arc<Device>, in array()
135 device: Arc<Device>, in raw()
179 device: Arc<Device>, in raw_with_exportable_fd()
224 device: &Arc<Device>, in build_buffer()
276 fn device(&self) -> &Arc<Device> { in device()
Dimmutable.rs176 device: Arc<Device>, in uninitialized()
226 device: Arc<Device>, in uninitialized_array()
263 device: Arc<Device>, in raw()
278 device: Arc<Device>, in raw_impl()
336 pub fn device(&self) -> &Arc<Device> { in device()
401 fn device(&self) -> &Arc<Device> { in device()
483 fn device(&self) -> &Arc<Device> { in device()
Dcpu_access.rs103 device: Arc<Device>, in from_data()
136 device: Arc<Device>, in uninitialized()
154 device: Arc<Device>, in from_iter()
190 device: Arc<Device>, in uninitialized_array()
213 device: Arc<Device>, in raw()
493 fn device(&self) -> &Arc<Device> { in device()
/external/rust/crates/vulkano/src/command_buffer/validity/
Dquery.rs33 device: &Device, in check_begin_query()
108 device: &Device, in check_end_query()
154 device: &Device, in check_write_timestamp()
253 device: &Device, in check_copy_query_pool_results()
355 device: &Device, in check_reset_query_pool()
/external/rust/crates/vulkano/src/memory/
Ddevice_memory.rs112 device: Arc<Device>, in new()
387 device: Arc<Device>, in alloc()
406 device: Arc<Device>, in dedicated_alloc()
429 device: Arc<Device>, in alloc_and_map()
438 device: Arc<Device>, in dedicated_alloc_and_map()
455 device: Arc<Device>, in alloc_with_exportable_fd()
475 device: Arc<Device>, in dedicated_alloc_with_exportable_fd()
497 device: Arc<Device>, in alloc_and_map_with_exportable_fd()
513 device: Arc<Device>, in dedicated_alloc_and_map_with_exportable_fd()
532 device: Arc<Device>, in map_allocation()
[all …]
/external/nos/host/generic/libnos/
DNuggetClient.cpp95 nos_device* NuggetClient::Device() { in Device() function in nos::NuggetClient
99 const nos_device* NuggetClient::Device() const { in Device() function in nos::NuggetClient
/external/skia/experimental/graphite/include/
DRecorder.h19 class Device; variable
51 friend class Device; // For registering and deregistering Devices; variable
/external/rust/crates/vulkano/src/sync/
Dfence.rs212 if &**dev as *const Device == &*fence.device as *const Device => {} in multi_wait() constant
293 if &**dev as *const Device == &*fence.device as *const Device => {} in multi_reset() constant
321 fn device(&self) -> &Arc<Device> { in device()
/external/crosvm/usb_util/src/
Ddevice.rs21 pub struct Device { struct
23 device_descriptor_tree: DeviceDescriptorTree, argument
53 impl Device { implementation
349 impl AsRawDescriptor for Device { implementation
/external/rust/crates/vulkano/src/command_buffer/pool/
Dstandard.rs71 pub fn new(device: Arc<Device>, queue_family: QueueFamily) -> StandardCommandPool { in new()
177 fn device(&self) -> &Arc<Device> { in device()
212 fn device(&self) -> &Arc<Device> { in device()
253 fn device(&self) -> &Arc<Device> { in device()
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/
Dwrappers.cpp181 void *CD3D9Wrapper::Device() const { return _d3dDevice; } in Device() function in CD3D9Wrapper
250 void *CD3D9ExWrapper::Device() const { return _d3dDeviceEx; } in Device() function in CD3D9ExWrapper
356 void *CDXVAWrapper::Device() const { return _dxvaDevice; } in Device() function in CDXVAWrapper
/external/crosvm/devices/src/virtio/video/
Dworker.rs164 device: &mut dyn Device, in handle_command_desc()
245 device: &mut dyn Device, in handle_command_queue()
257 fn handle_event(&mut self, device: &mut dyn Device, stream_id: u32) -> Result<()> { in handle_event()
Ddevice.rs93 pub trait Device { interface
/external/rust/crates/vulkano/src/pipeline/
Dcompute_pipeline.rs56 device: Arc<Device>, in new()
96 device: Arc<Device>, in with_pipeline_layout()
128 device: Arc<Device>, in with_unchecked_pipeline_layout()
208 pub fn device(&self) -> &Arc<Device> { in device()
266 fn device(&self) -> &Arc<Device> { in device()
/external/tensorflow/tensorflow/core/common_runtime/
Dsingle_threaded_cpu_device.h21 class Device; variable
/external/deqp-deps/amber/src/vulkan/
Dcommand_pool.h24 class Device; variable
Dindex_buffer.h32 class Device; variable

12345678910>>...12