Searched refs:GpuMemoryAllocator (Results 1 – 3 of 3) sorted by relevance
39 pub trait GpuMemoryAllocator: Debug { interface69 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
8 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
17 GpuAllocatorError, GpuMemoryAllocator, GpuMemoryDesc, GpuMemoryPlaneDesc,