Home
last modified time | relevance | path

Searched refs:GpuMemoryAllocator (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/resources/src/
Dgpu_allocator.rs39 pub trait GpuMemoryAllocator: Debug { interface
69 impl GpuMemoryAllocator for GpuBufferDevice {
114 pub fn create_gpu_memory_allocator() -> Result<Option<Box<GpuMemoryAllocator>>, GpuAllocatorError> { in create_gpu_memory_allocator()
125 ) -> Result<Option<Box<dyn GpuMemoryAllocator>>, GpuAllocatorError> { in create_gpu_memory_allocator() argument
Dsystem_allocator.rs8 use crate::gpu_allocator::{self, GpuMemoryAllocator};
44 gpu_allocator: Option<Box<dyn GpuMemoryAllocator>>,
122 pub fn gpu_memory_allocator(&self) -> Option<&dyn GpuMemoryAllocator> { in gpu_memory_allocator() argument
Dlib.rs17 GpuAllocatorError, GpuMemoryAllocator, GpuMemoryDesc, GpuMemoryPlaneDesc,