Home
last modified time | relevance | path

Searched defs:DeviceMemory (Results 1 – 25 of 34) sorted by relevance

12

/external/rust/crates/vulkano/src/memory/
Ddevice_memory.rs77 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/
Ddevice_memory.h125 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
Drng.h30 class DeviceMemory; variable
Dfft.h56 class DeviceMemory; variable
Dkernel.h89 class DeviceMemory; variable
Dblas.h63 class DeviceMemory; variable
Dstream.h62 class DeviceMemory; variable
/external/angle/src/libANGLE/renderer/vulkan/android/
Dvk_android_utils.h19 class DeviceMemory; variable
/external/tensorflow/tensorflow/compiler/xla/stream_executor/gpu/
Dgpu_rng.h30 class DeviceMemory; variable
Dgpu_helpers.h34 class DeviceMemory; variable
/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/vulkano_gralloc/sys/
Dunix.rs46 ) -> RutabagaResult<DeviceMemory> { in import_memory()
Dwindows.rs42 ) -> RutabagaResult<DeviceMemory> { in import_memory()
/external/rust/crates/vulkano/src/memory/pool/
Dnon_host_visible.rs225 pub fn memory(&self) -> &DeviceMemory { in memory()
246 .find(|e| &*e.0 as *const DeviceMemory == &*self.memory) in drop() constant
Dmod.rs281 fn memory(&self) -> &DeviceMemory; in memory()
329 fn memory(&self) -> &DeviceMemory { in memory()
Dpool.rs245 fn memory(&self) -> &DeviceMemory { in memory()
/external/swiftshader/src/Vulkan/
DVkDeviceMemory.hpp25 class DeviceMemory class
DVkDeviceMemory.cpp144 DeviceMemory::DeviceMemory(const VkMemoryAllocateInfo *pAllocateInfo, const DeviceMemory::ExtendedA… in DeviceMemory() function in vk::DeviceMemory
/external/rust/crates/vulkano/src/command_buffer/submit/
Dbind_sparse.rs370 memory: &DeviceMemory, in add_bind()
416 memory: &DeviceMemory, in add_bind()
/external/rust/crates/ash/src/
Ddevice.rs454 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/
DvktMemoryAddressBindingTests.cpp264 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()
DvktMemoryDeviceMemoryReportTests.cpp236 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/
Dsys.rs258 memory: &DeviceMemory, in bind_memory()
/external/rust/crates/ash/src/vk/
Dfeatures.rs1687 _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/
DvktApiObjectManagementTests.cpp864 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/
Dsys.rs684 memory: &DeviceMemory, in bind_memory()

12