Home | History | Annotate | Download | only in vk

Lines Matching refs:GrVkMemory

27 #include "GrVkMemory.h"
576 void* mapPtr = GrVkMemory::MapAlloc(this, alloc);
585 GrVkMemory::FlushMappedAlloc(this, alloc, offset, size);
586 GrVkMemory::UnmapAlloc(this, alloc);
1306 void* mapPtr = GrVkMemory::MapAlloc(gpu, alloc);
1321 GrVkMemory::FlushMappedAlloc(gpu, alloc, offset, size);
1322 GrVkMemory::UnmapAlloc(gpu, alloc);
1400 if (!GrVkMemory::AllocAndBindImageMemory(this, image, false, &alloc)) {
1421 GrVkMemory::FreeImageMemory(this, false, alloc);
1488 GrVkMemory::FreeImageMemory(this, false, alloc);
1495 if (!GrVkMemory::AllocAndBindBufferMemory(this, buffer, GrVkBuffer::kCopyRead_Type, true,
1497 GrVkMemory::FreeImageMemory(this, false, alloc);
1522 GrVkMemory::FreeImageMemory(this, false, alloc);
1524 GrVkMemory::FreeBufferMemory(this, GrVkBuffer::kCopyRead_Type, bufferAlloc);
1627 GrVkMemory::FreeImageMemory(this, false, alloc);
1629 GrVkMemory::FreeBufferMemory(this, GrVkBuffer::kCopyRead_Type, bufferAlloc);
1640 GrVkMemory::FreeBufferMemory(this, GrVkBuffer::kCopyRead_Type, bufferAlloc);
2185 GrVkMemory::InvalidateMappedAlloc(this, transAlloc, 0, transAlloc.fSize);