/external/rust/crates/vulkano/src/memory/ |
D | device_memory.rs | 77 pub struct DeviceMemory { struct 78 memory: ash::vk::DeviceMemory, argument 91 /// use vulkano::memory::DeviceMemoryBuilder; argument 245 pub fn build(self) -> Result<Arc<DeviceMemory>, DeviceMemoryAllocError> { in build() 374 impl DeviceMemory { impl 390 ) -> Result<DeviceMemory, DeviceMemoryAllocError> { in alloc() 410 ) -> Result<DeviceMemory, DeviceMemoryAllocError> { in dedicated_alloc() 458 ) -> Result<DeviceMemory, DeviceMemoryAllocError> { in alloc_with_exportable_fd() 479 ) -> Result<DeviceMemory, DeviceMemoryAllocError> { in dedicated_alloc_with_exportable_fd() 533 mem: DeviceMemory, in map_allocation() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/stream_executor/ |
D | device_memory.h | 125 DeviceMemory() : DeviceMemoryBase(nullptr, 0) {} in DeviceMemory() function 126 explicit DeviceMemory(std::nullptr_t) : DeviceMemory() {} in DeviceMemory() function 130 explicit DeviceMemory(const DeviceMemoryBase &other) in DeviceMemory() function 168 DeviceMemory(void *opaque, uint64_t size) : DeviceMemoryBase(opaque, size) {} in DeviceMemory() function
|
D | rng.h | 30 class DeviceMemory; variable
|
D | fft.h | 56 class DeviceMemory; variable
|
D | kernel.h | 89 class DeviceMemory; variable
|
D | blas.h | 63 class DeviceMemory; variable
|
D | stream.h | 62 class DeviceMemory; variable
|
/external/angle/src/libANGLE/renderer/vulkan/android/ |
D | vk_android_utils.h | 19 class DeviceMemory; variable
|
/external/tensorflow/tensorflow/compiler/xla/stream_executor/gpu/ |
D | gpu_rng.h | 30 class DeviceMemory; variable
|
D | gpu_helpers.h | 34 class DeviceMemory; variable
|
/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/vulkano_gralloc/sys/ |
D | unix.rs | 46 ) -> RutabagaResult<DeviceMemory> { in import_memory()
|
D | windows.rs | 42 ) -> RutabagaResult<DeviceMemory> { in import_memory()
|
/external/rust/crates/vulkano/src/memory/pool/ |
D | non_host_visible.rs | 225 pub fn memory(&self) -> &DeviceMemory { in memory() 246 .find(|e| &*e.0 as *const DeviceMemory == &*self.memory) in drop() constant
|
D | mod.rs | 281 fn memory(&self) -> &DeviceMemory; in memory() 329 fn memory(&self) -> &DeviceMemory { in memory()
|
D | pool.rs | 245 fn memory(&self) -> &DeviceMemory { in memory()
|
/external/swiftshader/src/Vulkan/ |
D | VkDeviceMemory.hpp | 25 class DeviceMemory class
|
D | VkDeviceMemory.cpp | 144 DeviceMemory::DeviceMemory(const VkMemoryAllocateInfo *pAllocateInfo, const DeviceMemory::ExtendedA… in DeviceMemory() function in vk::DeviceMemory
|
/external/rust/crates/vulkano/src/command_buffer/submit/ |
D | bind_sparse.rs | 370 memory: &DeviceMemory, in add_bind() 416 memory: &DeviceMemory, in add_bind()
|
/external/rust/crates/ash/src/ |
D | device.rs | 454 memory: vk::DeviceMemory, in free_memory() 1670 memory: vk::DeviceMemory, in map_memory() 1682 pub unsafe fn unmap_memory(&self, memory: vk::DeviceMemory) { in unmap_memory() 2003 ) -> VkResult<vk::DeviceMemory> { in allocate_memory() 2053 device_memory: vk::DeviceMemory, in bind_buffer_memory() 2065 device_memory: vk::DeviceMemory, in bind_image_memory()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryAddressBindingTests.cpp | 264 struct DeviceMemory struct 266 typedef VkDeviceMemory Type; 268 struct Parameters 281 struct Resources 286 …ic Move<VkDeviceMemory> create (const Environment& env, const Resources&, const Parameters& params) in create()
|
D | vktMemoryDeviceMemoryReportTests.cpp | 236 struct DeviceMemory struct 238 typedef VkDeviceMemory Type; 240 struct Parameters 253 struct Resources 258 …ic Move<VkDeviceMemory> create (const Environment& env, const Resources&, const Parameters& params) in create()
|
/external/rust/crates/vulkano/src/buffer/ |
D | sys.rs | 258 memory: &DeviceMemory, in bind_memory()
|
/external/rust/crates/ash/src/vk/ |
D | features.rs | 1687 _p_memory: *mut DeviceMemory, in load() 1702 _memory: DeviceMemory, in load() 1718 _memory: DeviceMemory, in load() 1735 unsafe extern "system" fn unmap_memory(_device: Device, _memory: DeviceMemory) { in load() 1790 _memory: DeviceMemory, in load() 1812 _memory: DeviceMemory, in load() 1830 _memory: DeviceMemory, in load() 3867 p_memory: *mut DeviceMemory, in allocate_memory() 3875 memory: DeviceMemory, in free_memory() 3884 memory: DeviceMemory, in map_memory() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiObjectManagementTests.cpp | 864 struct DeviceMemory struct 866 typedef VkDeviceMemory Type; 868 struct Parameters 881 struct Resources 886 static deUint32 getMaxConcurrent (Context& context, const Parameters& params) in getMaxConcurrent() 897 …ic Move<VkDeviceMemory> create (const Environment& env, const Resources&, const Parameters& params) in create()
|
/external/rust/crates/vulkano/src/image/ |
D | sys.rs | 684 memory: &DeviceMemory, in bind_memory()
|