/external/rust/crates/vulkano/src/device/ |
D | mod.rs | 147 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/ |
D | attachment.rs | 103 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/ |
D | features.rs | 437 _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/ |
D | pooling_ops_common_gpu.h | 41 typedef GPUDevice Device; typedef 57 typedef GPUDevice Device; typedef
|
D | tensor_array.cc | 31 #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/ |
D | pipeline_executable_properties.rs | 32 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()
|
D | timeline_semaphore.rs | 31 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/ |
D | session.go | 70 type Device struct { struct 71 Name, Type string 72 MemoryLimitBytes int64 76 func (d Device) String() string {
|
/external/rust/crates/vulkano/src/buffer/ |
D | device_local.rs | 85 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()
|
D | immutable.rs | 176 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()
|
D | cpu_access.rs | 103 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/ |
D | query.rs | 33 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/ |
D | device_memory.rs | 112 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/ |
D | NuggetClient.cpp | 95 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/ |
D | Recorder.h | 19 class Device; variable 51 friend class Device; // For registering and deregistering Devices; variable
|
/external/rust/crates/vulkano/src/sync/ |
D | fence.rs | 212 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/ |
D | device.rs | 21 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/ |
D | standard.rs | 71 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/ |
D | wrappers.cpp | 181 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/ |
D | worker.rs | 164 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()
|
D | device.rs | 93 pub trait Device { interface
|
/external/rust/crates/vulkano/src/pipeline/ |
D | compute_pipeline.rs | 56 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/ |
D | single_threaded_cpu_device.h | 21 class Device; variable
|
/external/deqp-deps/amber/src/vulkan/ |
D | command_pool.h | 24 class Device; variable
|
D | index_buffer.h | 32 class Device; variable
|