Home | History | Annotate | Download | only in vk

Lines Matching refs:GrVkMemory

27 #include "GrVkMemory.h"
579 void* mapPtr = GrVkMemory::MapAlloc(this, alloc);
588 GrVkMemory::FlushMappedAlloc(this, alloc, offset, size);
589 GrVkMemory::UnmapAlloc(this, alloc);
1318 void* mapPtr = GrVkMemory::MapAlloc(gpu, alloc);
1333 GrVkMemory::FlushMappedAlloc(gpu, alloc, offset, size);
1334 GrVkMemory::UnmapAlloc(gpu, alloc);
1412 if (!GrVkMemory::AllocAndBindImageMemory(this, image, false, &alloc)) {
1433 GrVkMemory::FreeImageMemory(this, false, alloc);
1500 GrVkMemory::FreeImageMemory(this, false, alloc);
1507 if (!GrVkMemory::AllocAndBindBufferMemory(this, buffer, GrVkBuffer::kCopyRead_Type, true,
1509 GrVkMemory::FreeImageMemory(this, false, alloc);
1534 GrVkMemory::FreeImageMemory(this, false, alloc);
1536 GrVkMemory::FreeBufferMemory(this, GrVkBuffer::kCopyRead_Type, bufferAlloc);
1639 GrVkMemory::FreeImageMemory(this, false, alloc);
1641 GrVkMemory::FreeBufferMemory(this, GrVkBuffer::kCopyRead_Type, bufferAlloc);
1652 GrVkMemory::FreeBufferMemory(this, GrVkBuffer::kCopyRead_Type, bufferAlloc);
2233 GrVkMemory::InvalidateMappedAlloc(this, transAlloc, 0, transAlloc.fSize);