Lines Matching refs:GrVkMemoryAllocator
14 using AllocationPropertyFlags = GrVkMemoryAllocator::AllocationPropertyFlags;
15 using BufferUsage = GrVkMemoryAllocator::BufferUsage;
39 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in AllocAndBindBufferMemory()
42 GrVkMemoryAllocator::BufferUsage usage = get_buffer_usage(type, dynamic); in AllocAndBindBufferMemory()
45 if (usage == GrVkMemoryAllocator::BufferUsage::kCpuWritesGpuReads) { in AllocAndBindBufferMemory()
80 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in FreeBufferMemory()
94 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in AllocAndBindImageMemory()
126 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in FreeImageMemory()
143 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in MapAlloc()
159 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in UnmapAlloc()
195 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in FlushMappedAlloc()
214 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in InvalidateMappedAlloc()